Error after a DB clone - SQLERRM: ORA-29283 SYSMAN.MGMT_EMREP_METRICS

I clone a db and now receiving this message in the alert logs:
Wed Feb 08 01:00:00 2012
Errors in file /u01/app/oracle/admin/AUDT/diag/rdbms/audt/AUDT/trace/AUDT_j001_23301.trc:
ORA-12012: error on auto execute of job 7
ORA-20000: SQLERRM: ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation SQLCODE: -29283
ORA-06512: at "SYSMAN.MGMT_EMREP_METRICS", line 165
ORA-06512: at line 1
It's an auto job from SYSMAN that starts at 1am. The box I clone from is not having this error.

greddy09sc wrote:
I clone a db and now receiving this message in the alert logs:
Wed Feb 08 01:00:00 2012
Errors in file /u01/app/oracle/admin/AUDT/diag/rdbms/audt/AUDT/trace/AUDT_j001_23301.trc:
ORA-12012: error on auto execute of job 7
ORA-20000: SQLERRM: ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation SQLCODE: -29283
ORA-06512: at "SYSMAN.MGMT_EMREP_METRICS", line 165
ORA-06512: at line 1
It's an auto job from SYSMAN that starts at 1am. The box I clone from is not having this error.I suspect that some OS/filesystem directory is missing or has wrong permissions.

Similar Messages

  • Error After Upgrade APEX 4.2 - Ora-01403

    Hello,
    I installed APEX 4.2 over XE 11.2
    The Installationprocess succeeded.
    1-Install Oracle Database Express Edition 11g (APEX 4.0 work fine and publicate Apex Application Sample correctly)
    2-Download APEX 4.2
    3-Run @apexins.sql USERS USERS TEMP /i/
    4-Run @apxchpwd.sql
    5-Run @apex_epg_config.sql C:\Temp
    6-Run @apxldimg.sql C:\Temp
    7-Run EXEC DBMS_XDB.SETHTTPPORT(8080);
    8-Unlock Account Anonymous User
    Temp is the directory where unzip apex_4.2.zip file
    After this, when i try to enter http://127.0.0.1:8080/apex/f?p=4950
    The error is
    "Error     Error processing request.
    ORA-01403: no data found
    OK"
    And is imposible to publicate the Apex Application Sample
    Any Ideas ??
    Thanks

    I am using OHS HTTP server with mod_plsql to connect to 11g on a sep. AIX 6.1 DB server. and getting the same error. I tried your procedure, it executed fine, but I'm still getting the error.
    I just upgraded to 4.2 from 3.2.
    I didn't reset my pw or anything, as the instructions said only to do that for a new install. All I did post install was copy the new Images to the correct directory.
    This is the connect string I was using before, modified to 4550, as per your instructions.
    http://127.0.0.1:7777/pls/apex/f?p=4550
    I also removed the last bit up to /apex, I get the same error.

  • Error handler for ORA-29283 - not working

    I am running Oracle 9.2.0.4 on HP-UX.
    I have a stored procedure which reads a text file. I have set up an execption for error code ORA-29283 (invalid file operation). When I test my procedure (by not having the file to read) my exception handler is bypassed for a general exception error and my procedure terminates.
    here's parts of my code:
    Declare
    file_not_found EXCEPTION;
    PRAGMA EXCEPTION_INIT (file_not_found, -29283);
    BEGIN
    nochourly_file := UTIL_FILE.fopen('/mydirectory','myfile.txt','R');
    Loop
    begin
    UTL_FILE.get_line(nochourly_file, sbuffer);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    GOTO end_of_file;
    WHEN file_not_found
    THEN
    DBMS_OUTPUT.put_line ('Invalid File Operation - file not found');
    skip_last_hour_processed;
    GOTO end_of_file;
    WHEN OTHERS
    THEN
    err_num := SQLCODE;
    err_msg := SUBSTR (SQLERRM, 1, 100);
    DBMS_OUTPUT.put_line ('Error ' || TO_CHAR (err_num));
    DBMS_OUTPUT.put_line (err_msg);
    DBMS_OUTPUT.put_line (sbuffer);
    RAISE;
    EXIT;
    END;
    ===============
    When this fails I expect to see the message
    "Invalid file operation - file not found"
    which indicates my exception handler was processed.
    Instead I see:
    SQL> @$HOME/newhourly_dly
    Begin processing at 20060627154321
    nlasthourprocessed:20060627100000
    Last Hour Processed is 20060627100000
    BEGIN noc_hourly_daily_load; END;
    ERROR at line 1:
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 449
    ORA-29283: invalid file operation
    ORA-06512: at "HNS.NOC_HOURLY_DAILY_LOAD", line 374
    ORA-06512: at line 1
    Elapsed: 00:00:00.05
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Can you explain:
    1) what generated the error message since
    a. it wasn't my exception handler and
    b. it wasn't the "WHEN OTHERS"
    2) Why isn't my error handler working?
    Please advise.
    Thank you

    Hello
    Not sure why your exception is being ignored but usually, to be able to handle the UTL_FILE exceptions, you need to explicitly code for each exception declared in the UTL_FILE package i.e.
    EXCEPTION
          WHEN utl_file.invalid_path THEN
                 --Do something
          WHEN utl_file.invalid_mode THEN
                 --Do something
          WHEN utl_file.invalid_filehandle THEN
                 --Do something
          WHEN utl_file.invalid_operation THEN
                 --Do something
          WHEN utl_file.read_error THEN
                 --Do something
          WHEN utl_file.write_error THEN
                 --Do something
          WHEN utl_file.internal_error THEN
                 --Do something
    END;HTH
    David

  • SQLERRM: ORA-29913: error in executing ODCIEXTTABLEOPEN callout

    SQLERRM: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "minussign": expecting one of: "binary_double, binary_float, comma, char, date, defaultif, decimal, double, float, integer, (, nullif, oracle_date, oracle_number, position, raw, recnum, ), unsigned, varrawc, varchar, varraw, varcharc, zoned"
    KUP-01007: at line 8 column 4
    Here is my script
    CREATE OR REPLACE DIRECTORY NO_STOCK_log_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\NO_STOCK\log';
    CREATE OR REPLACE DIRECTORY NO_STOCK_bad_dir
    AS 'c:\starpubs\starpubs\dataformats\logs\NO_STOCK\bad';
    create table ext_NO_STOCK_table (
    ACCT varchar(5),
    SUBACCOUNT char(1),
    ITEM_NO varchar(6),
    PROCESS_DATE varchar(6),
    ORDER_QTY     integer
    organization external
    type oracle_loader
    default directory user_dir
    access parameters
    records delimited by newline
    badfile NO_STOCK_bad_dir:'NO_STOCK%a_%p.bad'
    logfile NO_STOCK_log_dir:'NO_STOCK%a_%p.log'
    fields
    MISSING FIELD VALUES ARE NULL
    ACCT (1:5) char(5),
    SUBACCOUNT (6:6) char(1),
    ITEM_NO (21:26) char(6),
    PROCESS_DATE (30:35) char(6),
    ORDER_QTY (37:41) integer external
    location('NOSTOCK')
    reject limit unlimited;
    NOSTOCK data file is:
    E2247 477265 110120 00001

    a minus qualifies as a special character and can not be used in identifiers unless you embed the identifier in double quotes.
    Error messages are documented. You could and should have looked this up yourself.
    Your question is redundant and a violation of Forums Etiquette.
    Sybrand Bakker
    Senior Oracle DBA

  • Errors ORA-39002,ORA-39070, ORA-29283, ORA-06512, ORA-29283 during import

    Hi all,
    I am getting errors during import to 10g database using impdp command.
    D:\>impdp nisa_lt/abc123@objtel1 directory=dtpump dumpfile=20120208_expobj.dmp full=y logfile=dbblog.log
    Import: Release 10.2.0.1.0 - Production on Monday, 13 February, 2012 17:16:05
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 488
    ORA-29283: invalid file operation
    dmpfile history:
    Starting "NISA_LT"."SYS_EXPORT_SCHEMA_01": nisa_lt/********@OBJ schemas=nisa_lt directory=dtpump dumpfile=20120208_expobj.dmp logfile=20120208_expobj.log
    Master table "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for NISA_LT.SYS_EXPORT_SCHEMA_01 is:
    /oradb/OBJ/oraarch/20120208_expobj.dmp
    Job "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully completed at 15:04:36
    and the dump file was done ftp with bin mode set.
    It'll be really helpful if some one can guide me on this.

    Hi all,
    I was trying to import into a database which i have only the details, but i have no access to db machine, which i think was the problem.
    dmp file easily got imported to database present in the systems which i had access.
    Following are my conclusions based on the experiments, correct me if I'm wrong:
    1. Basically these are errors when db system cant read/write/access the directory structure pointed by directory in database.
    2. This can be achieved by mounting the directory in which dmp is present to the system where database is present.
    2. We cannot import using impdp just by having tns details of the db, we need to have access to db system.
    Thanks
    Avi :)

  • IStore displaying error after clonning

    We are getting below error after cloning the dev instance from prod..
    Message: ORA-06550: line 1, column 31:
    PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Stack:
    java.sql.SQLException: ORA-06550: line 1, column 31:
    PLS-00302: component 'GET_MSITE_EXCLUDED_SECTIONS' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:965)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3445)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4395)
    at oracle.apps.ibe.minisites.Minisite.retrieveExcludedSectionsFromDB(Minisite.java:2065)
    at oracle.apps.ibe.minisites.Minisite.getSiteExcludedSections(Minisite.java:1998)
    at oracle.apps.ibe.store.StoreMinisite.getSiteExcludedSections(StoreMinisite.java:299)
    at oracle.apps.ibe.catalog.Section.removeExclusions(Section.java:3855)
    at oracle.apps.ibe.catalog.Section.getSubSectionIDs(Section.java:4532)
    at _ibeCCtpFwdSubSct._jspService(_ibeCCtpFwdSubSct.java:1145)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1217)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:702)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:252)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:186)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:191)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:322)
    at _ibeCZzpHome._jspService(_ibeCZzpHome.java:1159)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:43)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Hello Rahuljith,
    You can use query such as:
    select object_name,object_type from dba_objects where status like 'INVALID' and object_type like '%PACKAGE%' ';
        References:  Troubleshooting Guide - invalid objects in the E-Business Suite Environment 11i and 12 (Doc ID 1325394.1)
    Regards,
    Debbie

  • ORA-24334 error after loadSampleData

     

    Hi Stephen,
    There is a known issue with reading/writing large CLOBs and double-byte
    characters. For the Oracle jDriver in WLS 6.1 sp1 you will need to request two
    patches from WLS support ( http://www.bea.com/support/index.jsp ). Request the
    patches for CR046149 and CR060917.
    Also, verify that your Enterprise Applications use "Use CLOBs for Read" and
    "Use CLOBs for Write" = true (this is the out-of-the-box setting for the example
    apps). You set these properties in the console (http://<server>:port/console).
    For the portal application, you would navigate to Deployments --> Applications
    --> portal --> Service Configuration --> JDBC Helper Service.
    When the true settings are used the JdbcHelper will read CLOBs using
    ResultSet.getClob() and Clob.getCharacterStream(). The JdbcHelper will write
    character data to a CLOB field in the database using a
    PreparedStatement.setCharacterStream() call for the CLOB field (for the true
    setting). If the settings are false then reads are done by using
    ResultSet.getString() and writes are done with PreparedStatement.setString().
    If the patches do not solve your problem, please re-post.
    FYI, the WLCS team is working on a delegate model for the JdbcHelper that
    will allow Portal 4.0 to take advantages of database-specific extensions to the
    JDBC 2.0 spec for writing CLOBs. The JDBC 2.0 spec does not handle writing data
    to CLOBs. Notice that java.sql.Clob has only methods for reading CLOBs. These
    extensions to the specification will allow us to stream data directly to the
    CLOB instead of inserting character data into the CLOB field in the database.
    Watch the release notes for Portal 4.0 at
    http://edocs.bea.com/wlp/docs40/relnotes/index.htm for updates.
    Stephen Yau wrote:
    Hi all,
    Just download & install Portal 4.0.... take longgggg time to startup :(.
    Anyway, after I get Portal 4.0 up and running, I went thought the
    configuration for Oracle, after I ran loadSampleData.bat and restart the
    server, I got the following error:
    ####<2001/11/8 ¤W¤È12®É33¤À46¬í> <Info> <EJB> <fish-mobile> <portalServer>
    <main> <system> <> <010008> <EJB Deploying file: placeholder.jar>
    ####<2001/11/8 ¤W¤È12®É33¤À47¬í> <Info> <EJB> <fish-mobile> <portalServer>
    <main> <system> <> <010009> <EJB Deployed EJB with JNDI name
    wlcsApp.BEA_personalization.AdConflictResolver.>
    ####<2001/11/8 ¤W¤È12®É33¤À47¬í> <Info> <EJB> <fish-mobile> <portalServer>
    <main> <system> <> <010009> <EJB Deployed EJB with JNDI name
    wlcsApp.BEA_personalization.AdBucketService.>
    ####<2001/11/8 ¤W¤È12®É33¤À47¬í> <Info> <EJB> <fish-mobile> <portalServer>
    <main> <system> <> <010009> <EJB Deployed EJB with JNDI name
    wlcsApp.BEA_personalization.AdService.>
    ####<2001/11/8 ¤W¤È12®É33¤À47¬í> <Info> <EJB> <fish-mobile> <portalServer>
    <main> <system> <> <010009> <EJB Deployed EJB with JNDI name
    wlcsApp.BEA_personalization.PlaceholderService.>
    ####<2001/11/8 ¤W¤È12®É33¤À48¬í> <Info> <Data Synchronization> <fish-mobile>
    <portalServer> <main> <system> <> <000000> <Application: wlcsApp; Data
    Repository of type "Placeholder Data Repository" created with persistence
    manager of type
    "com.bea.p13n.placeholder.internal.PlaceholderPersistenceManager".>
    ####<2001/11/8 ¤W¤È12®É33¤À51¬í> <Error> <Data Synchronization>
    <fish-mobile> <portalServer> <main> <system> <> <000000> <Application:
    wlcsApp; Master Data Repository construction failed. Application data will
    not be available to services. Please see the following exception and
    restart the server.>
    Exception[com.bea.p13n.management.data.repository.PersistenceException: An
    error ocurred refreshing a Data Repositorys PersistenceManager: {0}] - with
    embedded exception:
    [Exception[com.bea.p13n.management.data.repository.PersistenceException:
    Failed to refresh JDBC Persistence Manager.] - with embedded exception:
    [java.sql.SQLException: An IOException has occurred in jdbcHelper.getClob():
    Error in getLobStringValue java.sql.SQLException: ORA-24334: ¨S¦³´yz²Åµ¹¦¹
    ¦ì¸m]]
    at
    com.bea.p13n.management.data.repository.internal.AbstractDataRepository.<ini
    t>(AbstractDataRepository.java:198)
    at
    com.bea.p13n.management.data.repository.internal.MasterDataRepository.<init>
    (MasterDataRepository.java:46)
    at
    com.bea.p13n.management.data.repository.DataRepositoryFactory.getMasterDataR
    epository(DataRepositoryFactory.java:255)
    at
    com.bea.p13n.placeholder.internal.PlaceholderServiceImpl.ejbCreate(Placehold
    erServiceImpl.java:191)
    at
    com.bea.p13n.placeholder.internal.PlaceholderServiceImpl_9p0jz2_Impl.ejbCrea
    te(PlaceholderServiceImpl_9p0jz2_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.jav
    a:153)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:191)
    at weblogic.ejb20.pool.Pool.onAfterDeploy(Pool.java:172)
    at
    weblogic.ejb20.deployer.Deployer.runAfterDeploymentListeners(Deployer.java:1
    317)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:1005)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:160)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:329)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
    Target.java:279)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
    eploymentTarget.java:233)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
    entTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:608)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    92)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:352)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
    at $Proxy40.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(
    ServerMBean_CachingStub.java:2734)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Appl
    icationManager.java:362)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManage
    r.java:154)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:608)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    92)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:352)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
    at $Proxy56.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(
    ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1151)
    at weblogic.management.Admin.finish(Admin.java:570)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:506)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)
    Here is the description for ORA-24334:
    ORA-24334: no descriptor for this position
    Cause: The application is trying to get a descriptor from a handle for an
    illegal position.
    Action: Check the position number.
    The loadSampleData.bat ran fine and didn't report any error. NLS setting
    is ZHT16BIG5.
    Anyone have any idea?
    -Stephen Yau--
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Tree error, after Expand All, then collapsing any node, ORA-6502/6512

    Has anyone seen this problem with the Tree?
    Normal Tree mode works great, can expand and collapse nodes with no problem.
    I can Expand All, Collapse All, and Reset Tree without problems.
    However, if I select Expand All, and then try to collapse any node, I get this error.
    Unexpected error ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at line 1
    My database is 9.2.0.4, and there are 1,138 records in my tree table, with id NUMBER(8), pid NUMBER(8), and name VARCHAR2(100).
    my tree query is:
    select "ID" id,
    "PID" pid,
    "NAME" name,
    'f?p=150:2:&SESSION.::NO::P2_PARAM_ID:'||"ID" link,
    null a1,
    null a2
    from "#OWNER#"."PARAM_TREE"
    order by 3
    My root tree query is:select "ID" id, "PID" pid, "NAME" name, null link, null a1, null a2 from "#OWNER#"."PARAM_TREE" where id=0
    I checked the link to collapse, it was the same in normal mode or Expand All:http://umbriel.xxx.com:7777/pls/EDIWS_GUI_DEV/f?p=150:1:9757663040679228582:CONTRACT,69
    Any ideas, I searched in the forum, saw something on 9.2.0.6 that sounded similar, but it was specific to 9.2.0.6, not 9.2.0.4..
    Thanks, Joe

    Hi all,
    I have created a tree with over 20000 entries but I dont know how many nodes there are. I am using APEX 3.0.1.
    Whenever EXPAND ALL ist pressed I am getting this error:
    Unexpected error ORA-06502: PL/SQL: numeric or value error: character string buffer too small.
    I am also using DIV together with javascript in the tree region so that the selected node is always on top of the page.
    like you mentioned. Does this seem like a bug too you?
    Regards,
    Denise

  • Reg ORA-29283

    Hi,
    I'm using forms6i.
    I have a form which allows users to store their files, either
    (1) to the filesystem or
    (2) in the db as blob.
    In the 2nd case, when user tries to view the file, i recreate the file from the stored blob, with the same filename(gets from the table itself)
    and then open the file for the user using HOST command.
    But my issue is , once they tries to view the file, a file is created in the specified dir, and opened.
    But when second time they try to open it, it throws error ORA-29283, invalid file operation.
    The reason i think is, the file already exists, so when it tries to again create the same file, error occurs.(because every time i manually go and delete the already existing file, it works).
    So once they close the file after viewing , i should delete the file.
    But When i should issue delete? How i know they have closed the file?
    Please help
    Thanks

    Thanks christian,
    I changed my code like this
         Host( 'cmd /c dir /B "\\192.168.0.12\testdir\'||:fum_filename||'"',no_screen);  -- Checking the existance of the file
         IF  form_success THEN
              Host( 'cmd /c  attrib +rw "\\192.168.0.12\testdir\'||:fum_filename||'"',NO_SCREEN ) ;
         End if;
         retrieve_blob(:fum_filename,:fum_ref,stat,stat_msg);  -- This procedure recreates the file from the blob.
         Host( 'cmd /c  attrib +r "\\192.168.0.12\testdir\'||:fum_filename||'"',NO_SCREEN ) ;
         Host( 'cmd /c "\\192.168.0.12\testdir\'||:fum_filename||'"',NO_SCREEN ) ;But still of no help! Am i doing right??

  • Error after changing password in Discoverer Viewer (11.1.1.4)

    I (and all other users) get the below error after changing the password used to login to Discoverer Viewer...
    Weblogic Version 10.3.4
    Discoverer Version 11.1.1.4
    Error
    The application encounters an invalid state. .
    - java.rmi.RemoteException: ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1 ; nested exception is: oracle.discoiv.beans.ConnectionStoreException: ORA-6510: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1
    I have already tried the following oracle note (which did not work): http://docs.oracle.com/cd/E17904_01/doc.1111/e14770/discoverer.htm#BABDJJBE
    "43.1.1 Issues with Metadata Repository and Oracle Database 10g Release 1"
    But we have Oracle Database 11g.
    If anyone has any suggestions please advise. I have had a ticket open with Oracle Support now for a few months and they cannot reproduce.
    Thanks,
    Justin

    We also see this same error when attempting to Create a Connection in Oracle BI Discoverer 11g. I am able to connect to a database but not able to save a connection to said database....
    A connection error.
    - Oracle BI Discoverer Viewer cannot save the connection. Check for other errors.
    - ORA-06510: PL/SQL: unhandled user-defined exception ORA-06512: at "REP_DISCOVERER_PS.WWSSO_API_PRIVATE", line 279 ORA-01403: no data found ORA-06512: at line 1

  • Internal Server Error after implemeting a Merged Appl_top

    Hi folks,
    I have been plagued by an issue since a long time. I'm implementing a merged appltop on sun solaris (5.10) on 11.5.10.2
    Basically its a clone of two nodes into a single node. After merging, the services are coming up good. Apache is running well. But when opening the AppsLogin page, it is blowing up saying Internal Server Error.
    When looked into the mod_jserv.log, it shows the below error.
    [07/02/2012 10:28:28:718] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:/d05/ufindev/ufindevcomn1/_pages/_oa__html//_AppsLocalLogin.java<TABLE BORDER=1 WIDTH=100%><TR><TH>Line #</TH><TH>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP>259<TD> isRtl(java.lang.String) has protected access in oracle.apps.fnd.sso.SessionMgr if (SessionMgr.isRtl(langCode)) {                                 </TD></TR></TABLE>
    [07/02/2012 10:28:28:718] (ERROR) an error returned handling request via protocol "ajpv12"
    [07/02/2012 10:28:28:718] (INFO) balance: continuing to u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) balance: 10297 internal servlet error in server u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) an error returned handling request via protocol "balance"
    Any idea whats going wrong?
    Thanks,
    Lakshman.
    Edited by: 912983 on Feb 7, 2012 1:54 PM

    Have you completed all the steps in (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1] -- Reducing the number of Nodes of a Multi-Node System (merge APPL_TOP)) and (Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1] -- Section 4: Merging existing APPL_TOPs into a single APPL_TOP) with no errors?
    Can you find any errors in the database log file?
    Was AutoConfig completed successfully?
    Please clear the server cache as per (How To Clear Server Cache and Bounce Apache (Web Server)? [ID 295484.1]) and check then.
    Also, please see these docs.
    Insternal server error After Patch9578141 CPU PATCH FOR JULY 2010 [ID 1221603.1]
    Accessing web pages, randomly get Internal Server Error [ID 1374874.1]
    Internal Server Error When Trying To Enter The Processed Date In The Adjust Form [ID 549511.1]
    Thanks,
    Hussein

  • Database Error: DBD::Oracle::db do failed: ORA-04030: out of process memory

    Hi
    I have a stored procedure that uses the XMLQuery function (SELECT XMLQuery( '......' RETURNING CONTENT) FROM dual; ) to extract data from 3 different tables and store the xml file in XML DB. This store procedure was running fine for a long time until 2 weeks ago where I started seeing the following error:
    Database Error: DBD::Oracle::db do failed: ORA-04030: out of process memory when trying to allocate 92 bytes (koh dur heap d,qmxtkWriteXobToOpn:heap)
    Currently I have 16,000 records. I am not sure what is going on, the size of the previous successful output xml file is about 2M. I also noticed when the stored procedure runs with 3G of system memory available, it basically used up all the memory and cpu time. The store proc consistently dies after 3.5 hour and spits out the ORA-04030 out of process memory error.
    Does anyone have any suggestion what to look for or what parameters I need to set? Thanks

    Unless your database is strictly a DSS-type of database, your AWR report exposes loads of issues with it. And I think none of the time during the AWR window was spent on database. Look at the DB time (with all those multi cores) compared with the elapsed time of the AWR.
    As you are on 11g, why not make use of MEMORY_TARGET (a single parameter to manage both SGA and PGA)? If you are already on it, ignore this as I can't see it anywhere. If not, get rid of SGA_TARGET and PGA_AGGREGATE_TARGET and replace it with a single MEMORY_TARGET parameter. However you may have a minimum threshold set for different SGA pools so that they won't shrink beyond that point.
    Having said that, setting MEMORY_TARGET is not a guarantee to avoid ORA-4030. Just a single bad PL/SQL code could go and exploit the untunable part of your process memory and even go and blow up the physical memory. If you are using FORALL and BULK load, see if you can cut it down into few chunks rather than running as a single process.
    What does your V$PGASTAT say?

  • Many  db  objects error after Upgrate EBS 12.1.1 to EBS 12.1.2(7303033)

    many db objects error after apply patch 7303033
    Error db objects
    APPS.ENGECOBO
    APPS.OKL_REVERSE_CONTRACT_PVT
    APPS.OKL_GENERATE_ACCRUALS_PUB
    APPS.OKL_PROCESS_TMPT_SET_PVT_W
    APPS.OKL_TRANS_CONTRACTS_PVT_W
    APPS.OKL_TRANSACTION_PVT_W
    APPS.OKL_CONTRACT_PVT
    APPS.OKL_GENERATE_ACCRUALS_PVT_W
    APPS.OKL_LA_JE_PUB
    APPS.OKL_TRANSACTION_PUB
    APPS.OKL_GENERATE_ACCRUALS_PVT
    APPS.OKL_AM_ASSET_DISPOSE_PVT
    APPS.OKL_AM_ASSET_RETURN_PVT
    APPS.OKL_CS_WF
    APPS.OKL_FUNDING_WF
    APPS.OKL_LA_JE_PVT
    APPS.OKL_INTEREST_CALC_PVT
    APPS.OKL_LOSS_PROV_PVT
    APPS.OKL_MISC_TRANS_PVT
    APPS.OKL_MASS_REBOOK_PVT
    APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT
    APPS.OKL_AM_LOAN_TRMNT_PVT
    APPS.OKL_AM_LEASE_TRMNT_PVT
    APPS.OKL_RELEASE_PVT
    APPS.OKL_AM_QUOTES_WF
    APPS.OKL_REV_LOSS_PROV_PVT
    APPS.OKL_SPLIT_CONTRACT_PVT
    APPS.OKL_LA_STREAM_PVT
    APPS.OKL_SPLIT_ASSET_PVT
    APPS.OKL_TRANS_CONTRACTS_PVT
    APPS.OKL_AM_TERMNT_QUOTE_PVT
    APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT
    APPS.OKL_PROCESS_TMPT_SET_PVT
    APPS.OKL_TRANSACTION_PVT
    APPS.OKL_VARIABLE_INTEREST_PVT
    APPS.OKL_GENERATE_ACCRUALS_PUB_W
    APPS.OKL_TRANS_CONTRACTS_PUB_W
    APPS.OKL_TRX_CONTRACTS_PUB_W
    APPS.OKL_TRANSACTION_PUB_W
    APPS.OKL_PROCESS_TMPT_SET_PUB_W
    APPS.OKL_CS_PRINCIPAL_PAYDOWN_PVT
    APPS.EAM_PROCESS_WO_PVT
    APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT
    APPS.OKL_SERVICE_INTEGRATION_PVT
    APPS.OKL_PERIOD_SWEEP_PVT
    APPS.OKL_SEC_AGREEMENT_PVT
    APPS.IGS_FI_CREDIT_PVT
    APPS.FFP55366_01011990
    APPS.FFP51404_01011997
    APPS.FFP51848_01011990
    APPS.FFP55358_01011990
    APPS.FFP55370_01011990
    APPS.FFP50529_01011900
    APPS.FFP50775_01011900
    APPS.FFP52681_01071999
    APPS.FFP50533_01011900
    APPS.FFP55069_01011990
    APPS.FFP50531_01011900
    APPS.FFP55060_01011990
    APPS.FFP51840_01011990
    APPS.FFP55372_01011990
    APPS.FFP50773_01011900
    APPS.FFP55067_01011990
    APPS.FFP53497_01012001
    APPS.FFP51406_01011997
    APPS.FFP52621_01011996
    APPS.FFP52090_01011990
    APPS.FFP55065_01011990
    APPS.FFP53540_01012001
    APPS.FFP51837_01011990
    APPS.FFP55364_01011990
    APPS.FFP52115_01011990
    APPS.FFP50506_01011900
    APPS.FFP53477_01012001
    APPS.FFP55375_01011990
    APPS.FFP50508_01011900
    APPS.FFP50512_01011900
    APPS.FFP52744_01071999
    APPS.FFP50510_01011900
    APPS.FFP52724_01071999
    APPS.FFP55355_01011990
    APPS.FFP55058_01011990
    APPS.FFP54406_01011995
    APPS.FFP54413_01011995
    APPS.FFP50577_01011900
    APPS.FFP51867_01011990
    APPS.FFP51411_01011999
    APPS.FFP51887_01011990
    APPS.FFP54398_01011995
    APPS.FFP50576_01011900
    APPS.FFP54411_01011995
    APPS.FFP54409_01011995
    APPS.FFP54520_01011995
    APPS.FFP52481_01010001
    APPS.FFP52683_01071999
    APPS.FFP50527_01011900
    APPS.FFP51843_01011990
    APPS.FFP54474_01011995
    APPS.FFP55062_01011990
    APPS.FFP55361_01011990
    APPS.CSC_ACTION_ASSEMBLER_PVT_W
    FLOWS_010500.ImportExport
    FLOWS_010500.ImportExport
    PUBLIC.WWV_FLOW_LIST_OF_VALUES_DATA
    PUBLIC.WWV_FLOW_LISTS_OF_VALUES$
    PUBLIC.WWV_FLOW_GENERIC
    PUBLIC.WWV_FLOW_FIELD_TEMPLATES
    RE.RE_PROFILER
    APPS.FFP58914_01010001
    APPS.FFP58915_01010001
    APPS.FFP58920_01010001
    APPS.FFP58919_01010001
    APPS.OKL_PROP_TAX_ADJ_PVT
    APPS.OKL_PROCESS_PPD_PVT
    APPS.OKL_STREAM_MIGRATION_PVT
    APPS.FFP53720_01011990
    APPS.FFP51846_01011990
    APPS.FFP51888_01011990
    APPS.FFP55078_01011990
    APPS.FFP59117_01011990
    APPS.FFP59110_01011990
    APPS.FFP59131_01011990
    APPS.FFP51844_01011990
    APPS.FFP56331_01011990
    APPS.FFP54827_01012000
    APPS.FFP55070_01011990
    APPS.FFP56324_01011990
    APPS.FFP50523_01011900
    APPS.FFP57220_01012000
    APPS.FFP55080_01011990
    APPS.FFP59112_01011990
    APPS.FFP50522_01011900
    APPS.FFP55330_01011998
    APPS.FFP51850_01011990
    APPS.FFP50928_01011997
    APPS.FFP56326_01011990
    APPS.FFP51838_01011990
    APPS.FFP56333_01011990
    APPS.FFP50583_01011900
    APPS.FFP56716_01012001
    APPS.FFP51906_01011990
    APPS.FFP54824_01012000
    APPS.FFP59175_01012004
    APPS.FFP55063_01011990
    APPS.FFP59273_01012004
    APPS.FFP57215_01011999
    APPS.FFP54518_01011995
    APPS.FFP54525_01011995
    APPS.FFP55367_01011990
    APPS.FFP55079_01011990
    APPS.FFP51068_01011997
    APPS.FFP59195_01011990
    APPS.FFP56739_01011999
    APPS.FFP59111_01011990
    APPS.FFP51849_01011990
    APPS.FFP56325_01011990
    APPS.FFP54909_01011990
    APPS.FFP55077_01011990
    APPS.FFP56332_01011990
    APPS.FFP54912_01011990
    APPS.FFP59116_01011990
    APPS.FFP59192_01011990
    APPS.FFP59200_01011990
    APPS.FFP59115_01011990
    APPS.FFP56053_01012000
    APPS.FFP59251_01012004
    APPS.FFP54394_01011995
    APPS.FFP56329_01011990
    APPS.FFP55331_01011998
    APPS.FFP56323_01011990
    APPS.FFP56330_01011990
    APPS.FFP56322_01011990
    APPS.FFP55359_01011990
    APPS.FFP58907_01010001
    APPS.FFP53224_01011999
    APPS.FFP1915_01010001
    APPS.FFP55373_01011990
    APPS.FFP55240_26121999
    APPS.FFP56596_01012001
    APPS.FFP57190_01012000
    APPS.FFP54407_01011995
    APPS.FFP56052_01012000
    APPS.FFP55328_01011998
    APPS.FFP54414_01011995
    APPS.FFP55356_01011990
    APPS.FFP54393_01011995
    APPS.FFP54449_01011995
    APPS.FFP56337_01011995
    APPS.FFP54524_01011995
    APPS.FFP1919_01010001
    APPS.FFP56434_01012001
    APPS.FFP58163_01011951
    APPS.FFP56056_01012000
    APPS.FFP54404_01011995
    APPS.FFP54523_01011995
    APPS.FFP58909_01010001
    APPS.FFP58908_01010001
    APPS.FFP1918_01010001
    APPS.FFP58906_01010001
    APPS.FFP58913_01010001
    APPS.FFP58912_01010001
    APPS.FFP54823_01012000
    APPS.FFP51841_01011990
    APPS.FFP50581_01011900
    APPS.FFP55306_01011995
    APPS.FFP50525_01011900
    APPS.FFP59191_01011990
    APPS.FFP59114_01011990
    APPS.FFP51966_01011998
    APPS.FFP56321_01011990
    APPS.FFP57217_01012000
    APPS.FFP56328_01011990
    APPS.FFP50524_01011900
    APPS.FFP57196_01012000
    APPS.FFP55362_01011990
    APPS.FFP59113_01011990
    APPS.FFP57216_01012000
    APPS.FFP59176_01012004
    APPS.FFP55243_26121999
    APPS.FFP56327_01011990
    APPS.FFP57126_01011995
    APPS.FFP55333_01011998
    APPS.FFP54403_01011995
    APPS.FFP55368_01011990
    APPS.FFP54522_01011995
    APPS.FFP54948_01011990
    APPS.FFP57125_01011995
    APPS.FFP54521_01011995
    APPS.FFP1916_01010001
    APPS.FFP1917_01010001
    APPS.FFP58911_01010001
    APPS.FFP58918_01010001
    APPS.FFP58910_01010001
    APPS.FFP60555_01010001
    APPS.FFP60587_01011990
    APPS.FFP60588_01011990
    APPS.FFP60589_01011990
    APPS.FFP60591_01011990
    APPS.FFP60592_01011990
    APPS.FFP60593_01011990
    APPS.FFP60606_01011990
    APPS.FFP60607_01011990
    APPS.FFP60793_01012004
    APPS.FFP60833_01012000
    HERMAN.RDT_1
    APPS.FFP60943_01011990
    APPS.FFP60944_01011990
    APPS.FFP60963_01012000
    APPS.FFP60964_01012000
    APPS.OKL_AM_BAL_WRITEOFF_PVT
    APPS.OKL_LA_SALES_TAX_PVT
    APPS.FFP61156_01010001
    APPS.FFP61138_01010001
    APPS.FFP61170_01010001
    APPS.FFP61152_01010001
    APPS.FFP61124_01010001
    APPS.FFP61277_01011951
    APPS.FFP61440_01011990
    APPS.FFP52982_01010001
    APPS.FFP61511_01012000
    APPS.FFP61532_01011990
    APPS.OKL_MULTIGAAP_ENGINE_PVT
    APPS.XLA_00707_AAD_C_000026_PKG
    APPS.XLA_20065_AAD_C_000030_PKG
    APPS.FSAH_DUPLICATE_PKG
    APPS.FFP61884_01010001
    APPS.FFP61924_01010001
    APPS.FFP61920_01010001
    APPS.FFP61867_01010001
    APPS.FFP61871_01010001
    APPS.FFP61926_01010001
    APPS.FFP61912_01010001
    APPS.FFP61897_01010001
    APPS.FFP61919_01010001
    APPS.XLA_00707_AAD_C_000044_PKG
    APPS.MSD_DEM_OBI_DEMANTRA_MV
    APPS.FFP62356_01012000
    APPS.FFP62357_01012000
    APPS.FFP62358_01012000
    APPS.FFP62359_01012000
    APPS.FFP62376_01012000
    APPS.FFP62377_01012000
    APPS.FFP62378_01012000
    APPS.FFP62379_01012000
    CA.F
    CA.G

    user8019167 wrote:
    many db objects error after apply patch 7303033
    Error db objects
    APPS.ENGECOBO
    APPS.OKL_REVERSE_CONTRACT_PVT
    APPS.OKL_GENERATE_ACCRUALS_PUB
    APPS.OKL_PROCESS_TMPT_SET_PVT_W
    APPS.OKL_TRANS_CONTRACTS_PVT_W
    APPS.OKL_TRANSACTION_PVT_W
    APPS.OKL_CONTRACT_PVT
    APPS.OKL_GENERATE_ACCRUALS_PVT_W
    APPS.OKL_LA_JE_PUB
    APPS.OKL_TRANSACTION_PUB
    APPS.OKL_GENERATE_ACCRUALS_PVT
    APPS.OKL_AM_ASSET_DISPOSE_PVT
    APPS.OKL_AM_ASSET_RETURN_PVT
    APPS.OKL_CS_WF
    APPS.OKL_FUNDING_WF
    APPS.OKL_LA_JE_PVT
    APPS.OKL_INTEREST_CALC_PVT
    APPS.OKL_LOSS_PROV_PVT
    APPS.OKL_MISC_TRANS_PVT
    APPS.OKL_MASS_REBOOK_PVT
    APPS.OKL_AM_LEASE_LOAN_TRMNT_PVT
    APPS.OKL_AM_LOAN_TRMNT_PVT
    APPS.OKL_AM_LEASE_TRMNT_PVT
    APPS.OKL_RELEASE_PVT
    APPS.OKL_AM_QUOTES_WF
    APPS.OKL_REV_LOSS_PROV_PVT
    APPS.OKL_SPLIT_CONTRACT_PVT
    APPS.OKL_LA_STREAM_PVT
    APPS.OKL_SPLIT_ASSET_PVT
    APPS.OKL_TRANS_CONTRACTS_PVT
    APPS.OKL_AM_TERMNT_QUOTE_PVT
    APPS.OKL_CS_TRANSFER_ASSUMPTION_PVT
    APPS.OKL_PROCESS_TMPT_SET_PVT
    APPS.OKL_TRANSACTION_PVT
    APPS.OKL_VARIABLE_INTEREST_PVT
    APPS.OKL_GENERATE_ACCRUALS_PUB_W
    APPS.OKL_TRANS_CONTRACTS_PUB_W
    APPS.OKL_TRX_CONTRACTS_PUB_W
    APPS.OKL_TRANSACTION_PUB_W
    APPS.OKL_PROCESS_TMPT_SET_PUB_W
    APPS.OKL_CS_PRINCIPAL_PAYDOWN_PVT
    APPS.EAM_PROCESS_WO_PVT
    APPS.OKL_AM_CNTRCT_LN_TRMNT_PVT
    APPS.OKL_SERVICE_INTEGRATION_PVT
    APPS.OKL_PERIOD_SWEEP_PVT
    APPS.OKL_SEC_AGREEMENT_PVT
    APPS.IGS_FI_CREDIT_PVT
    APPS.FFP55366_01011990
    APPS.FFP51404_01011997
    APPS.FFP51848_01011990
    APPS.FFP55358_01011990
    APPS.FFP55370_01011990
    APPS.FFP50529_01011900
    APPS.FFP50775_01011900
    APPS.FFP52681_01071999
    APPS.FFP50533_01011900
    APPS.FFP55069_01011990
    APPS.FFP50531_01011900
    APPS.FFP55060_01011990
    APPS.FFP51840_01011990
    APPS.FFP55372_01011990
    APPS.FFP50773_01011900
    APPS.FFP55067_01011990
    APPS.FFP53497_01012001
    APPS.FFP51406_01011997
    APPS.FFP52621_01011996
    APPS.FFP52090_01011990
    APPS.FFP55065_01011990
    APPS.FFP53540_01012001
    APPS.FFP51837_01011990
    APPS.FFP55364_01011990
    APPS.FFP52115_01011990
    APPS.FFP50506_01011900
    APPS.FFP53477_01012001
    APPS.FFP55375_01011990
    APPS.FFP50508_01011900
    APPS.FFP50512_01011900
    APPS.FFP52744_01071999
    APPS.FFP50510_01011900
    APPS.FFP52724_01071999
    APPS.FFP55355_01011990
    APPS.FFP55058_01011990
    APPS.FFP54406_01011995
    APPS.FFP54413_01011995
    APPS.FFP50577_01011900
    APPS.FFP51867_01011990
    APPS.FFP51411_01011999
    APPS.FFP51887_01011990
    APPS.FFP54398_01011995
    APPS.FFP50576_01011900
    APPS.FFP54411_01011995
    APPS.FFP54409_01011995
    APPS.FFP54520_01011995
    APPS.FFP52481_01010001
    APPS.FFP52683_01071999
    APPS.FFP50527_01011900
    APPS.FFP51843_01011990
    APPS.FFP54474_01011995
    APPS.FFP55062_01011990
    APPS.FFP55361_01011990
    APPS.CSC_ACTION_ASSEMBLER_PVT_W
    FLOWS_010500.ImportExport
    FLOWS_010500.ImportExport
    PUBLIC.WWV_FLOW_LIST_OF_VALUES_DATA
    PUBLIC.WWV_FLOW_LISTS_OF_VALUES$
    PUBLIC.WWV_FLOW_GENERIC
    PUBLIC.WWV_FLOW_FIELD_TEMPLATES
    RE.RE_PROFILER
    APPS.FFP58914_01010001
    APPS.FFP58915_01010001
    APPS.FFP58920_01010001
    APPS.FFP58919_01010001
    APPS.OKL_PROP_TAX_ADJ_PVT
    APPS.OKL_PROCESS_PPD_PVT
    APPS.OKL_STREAM_MIGRATION_PVT
    APPS.FFP53720_01011990
    APPS.FFP51846_01011990
    APPS.FFP51888_01011990
    APPS.FFP55078_01011990
    APPS.FFP59117_01011990
    APPS.FFP59110_01011990
    APPS.FFP59131_01011990
    APPS.FFP51844_01011990
    APPS.FFP56331_01011990
    APPS.FFP54827_01012000
    APPS.FFP55070_01011990
    APPS.FFP56324_01011990
    APPS.FFP50523_01011900
    APPS.FFP57220_01012000
    APPS.FFP55080_01011990
    APPS.FFP59112_01011990
    APPS.FFP50522_01011900
    APPS.FFP55330_01011998
    APPS.FFP51850_01011990
    APPS.FFP50928_01011997
    APPS.FFP56326_01011990
    APPS.FFP51838_01011990
    APPS.FFP56333_01011990
    APPS.FFP50583_01011900
    APPS.FFP56716_01012001
    APPS.FFP51906_01011990
    APPS.FFP54824_01012000
    APPS.FFP59175_01012004
    APPS.FFP55063_01011990
    APPS.FFP59273_01012004
    APPS.FFP57215_01011999
    APPS.FFP54518_01011995
    APPS.FFP54525_01011995
    APPS.FFP55367_01011990
    APPS.FFP55079_01011990
    APPS.FFP51068_01011997
    APPS.FFP59195_01011990
    APPS.FFP56739_01011999
    APPS.FFP59111_01011990
    APPS.FFP51849_01011990
    APPS.FFP56325_01011990
    APPS.FFP54909_01011990
    APPS.FFP55077_01011990
    APPS.FFP56332_01011990
    APPS.FFP54912_01011990
    APPS.FFP59116_01011990
    APPS.FFP59192_01011990
    APPS.FFP59200_01011990
    APPS.FFP59115_01011990
    APPS.FFP56053_01012000
    APPS.FFP59251_01012004
    APPS.FFP54394_01011995
    APPS.FFP56329_01011990
    APPS.FFP55331_01011998
    APPS.FFP56323_01011990
    APPS.FFP56330_01011990
    APPS.FFP56322_01011990
    APPS.FFP55359_01011990
    APPS.FFP58907_01010001
    APPS.FFP53224_01011999
    APPS.FFP1915_01010001
    APPS.FFP55373_01011990
    APPS.FFP55240_26121999
    APPS.FFP56596_01012001
    APPS.FFP57190_01012000
    APPS.FFP54407_01011995
    APPS.FFP56052_01012000
    APPS.FFP55328_01011998
    APPS.FFP54414_01011995
    APPS.FFP55356_01011990
    APPS.FFP54393_01011995
    APPS.FFP54449_01011995
    APPS.FFP56337_01011995
    APPS.FFP54524_01011995
    APPS.FFP1919_01010001
    APPS.FFP56434_01012001
    APPS.FFP58163_01011951
    APPS.FFP56056_01012000
    APPS.FFP54404_01011995
    APPS.FFP54523_01011995
    APPS.FFP58909_01010001
    APPS.FFP58908_01010001
    APPS.FFP1918_01010001
    APPS.FFP58906_01010001
    APPS.FFP58913_01010001
    APPS.FFP58912_01010001
    APPS.FFP54823_01012000
    APPS.FFP51841_01011990
    APPS.FFP50581_01011900
    APPS.FFP55306_01011995
    APPS.FFP50525_01011900
    APPS.FFP59191_01011990
    APPS.FFP59114_01011990
    APPS.FFP51966_01011998
    APPS.FFP56321_01011990
    APPS.FFP57217_01012000
    APPS.FFP56328_01011990
    APPS.FFP50524_01011900
    APPS.FFP57196_01012000
    APPS.FFP55362_01011990
    APPS.FFP59113_01011990
    APPS.FFP57216_01012000
    APPS.FFP59176_01012004
    APPS.FFP55243_26121999
    APPS.FFP56327_01011990
    APPS.FFP57126_01011995
    APPS.FFP55333_01011998
    APPS.FFP54403_01011995
    APPS.FFP55368_01011990
    APPS.FFP54522_01011995
    APPS.FFP54948_01011990
    APPS.FFP57125_01011995
    APPS.FFP54521_01011995
    APPS.FFP1916_01010001
    APPS.FFP1917_01010001
    APPS.FFP58911_01010001
    APPS.FFP58918_01010001
    APPS.FFP58910_01010001
    APPS.FFP60555_01010001
    APPS.FFP60587_01011990
    APPS.FFP60588_01011990
    APPS.FFP60589_01011990
    APPS.FFP60591_01011990
    APPS.FFP60592_01011990
    APPS.FFP60593_01011990
    APPS.FFP60606_01011990
    APPS.FFP60607_01011990
    APPS.FFP60793_01012004
    APPS.FFP60833_01012000
    HERMAN.RDT_1
    APPS.FFP60943_01011990
    APPS.FFP60944_01011990
    APPS.FFP60963_01012000
    APPS.FFP60964_01012000
    APPS.OKL_AM_BAL_WRITEOFF_PVT
    APPS.OKL_LA_SALES_TAX_PVT
    APPS.FFP61156_01010001
    APPS.FFP61138_01010001
    APPS.FFP61170_01010001
    APPS.FFP61152_01010001
    APPS.FFP61124_01010001
    APPS.FFP61277_01011951
    APPS.FFP61440_01011990
    APPS.FFP52982_01010001
    APPS.FFP61511_01012000
    APPS.FFP61532_01011990
    APPS.OKL_MULTIGAAP_ENGINE_PVT
    APPS.XLA_00707_AAD_C_000026_PKG
    APPS.XLA_20065_AAD_C_000030_PKG
    APPS.FSAH_DUPLICATE_PKG
    APPS.FFP61884_01010001
    APPS.FFP61924_01010001
    APPS.FFP61920_01010001
    APPS.FFP61867_01010001
    APPS.FFP61871_01010001
    APPS.FFP61926_01010001
    APPS.FFP61912_01010001
    APPS.FFP61897_01010001
    APPS.FFP61919_01010001
    APPS.XLA_00707_AAD_C_000044_PKG
    APPS.MSD_DEM_OBI_DEMANTRA_MV
    APPS.FFP62356_01012000
    APPS.FFP62357_01012000
    APPS.FFP62358_01012000
    APPS.FFP62359_01012000
    APPS.FFP62376_01012000
    APPS.FFP62377_01012000
    APPS.FFP62378_01012000
    APPS.FFP62379_01012000
    CA.F
    CA.GThe FFP packages are fastformula packages that were invalidated after running the HRGLOBAL driver and will compile normally with adadmin
    as for the remaining formulas they will not compile with adadmin for some reason, and you have to open each package and re-compile the packages it refferences even if they are valid.
    reffer to Oracle document [ID 1065445.1] ENGFDECN ECO Form When Try to Tab out of Field ECO Number, get FRM-40735: WHEN-VALIDATE_ITEM trigger raised unhandled exception ORA-04063
    despite that the solution in the doc id above talks only about ENGFDECN but it applies to all other packages. I've faced the same issue and now I have ZERO invalid packages, it will take sometime but it's worth a while.
    Regards,
    Mohammed B. Tammous

  • ORA-29283 invalid file operation

    NLSRTL      10.2.0.5.0     Production
    Oracle Database 10g Enterprise Edition      10.2.0.5.0     64bi
    PL/SQL      10.2.0.5.0     Production
    TNS for IBM/AIX RISC System/6000:      10.2.0.5.0     Productio
    I am trying to get the content of a trace file generated for me.
    Because I don't have privileges to log on the server and copy the trace file for me directly with some os user, I am doing the following:
    1. I alter my session trace identifier to easier identify the trace file
    ALTER SESSION SET TRACEFILE_IDENTIFIER = 'Func01';2. I invoke DBMS_MONITOR
    3. I run the procedure I want to monitor.
    4. I disable the monitoring by calling DBMS_MONITOR
    5. At this point I run the following query to identify my trace file:
    select u_dump.value || '/' || instance.value || '_ora_' || v$process.spid || nvl2(v$process.traceid, '_' || v$process.traceid, null ) || '.trc'"Trace File"
    from V$PARAMETER u_dump
    cross join V$PARAMETER instance
    cross join V$PROCESS
    join V$SESSION on v$process.addr = V$SESSION.paddr
    where 1=1
       and u_dump.name = 'user_dump_dest'
       and instance.name = 'instance_name'
       and V$SESSION.audsid=sys_context('userenv','sessionid');It gives me: /ORACLE/MYDB/trace/MYDB_ora_3616822_Func01.trc
    I have created directory in advanced on the path where the traces are stored:
    CREATE OR REPLACE DIRECTORY trace_dir AS '/ORACLE/MYDB/trace/';
    SELECT * FROM dba_directories WHERE directory_name = 'TRACE_DIR';
    Output:
    OWNER DIRECTORY_NAME DIRECTORY_PATH
    SYS     TRACE_DIR      /ORACLE/MYDB/trace/I don't have rights to grant read, write on TRACE_DIR to my user, as I am not logged with SYS.
    I created a table to store in it the lines from the trace file:
    CREATE TABLE tmp_traces_tab
      callnum NUMBER,
      line NUMBER,
      fileline CLOB
    );Then I run the following PL/SQL block to retrieve the content of the trace and store it in the table T:
    DECLARE
      l_file            UTL_FILE.file_type;
      l_location     VARCHAR2 (100) := 'TRACE_DIR';
      l_filename    VARCHAR2 (255) := 'MYDB_ora_3616822_Func01.trc';
      l_text           VARCHAR2 (32767);
      l_line           NUMBER := 1;
      l_call           NUMBER := 1;
    BEGIN
      -- Open file.
      l_file := UTL_FILE.fopen (l_location, l_filename, 'r', 32767);
      -- Read and output first line.
      UTL_FILE.get_line (l_file, l_text, 32767);
      INSERT INTO tmp_traces_tab (callnum, line, fileline) VALUES (l_call, l_line, l_text);
      l_line := l_line + 1;
      BEGIN
        LOOP
          UTL_FILE.get_line (l_file, l_text, 32767);
           INSERT INTO tmp_traces_tab (callnum, line, fileline) VALUES (l_call, l_line, l_text);
           l_line := l_line + 1;
        END LOOP;
      EXCEPTION
        WHEN NO_DATA_FOUND THEN
          NULL;
      END;
      INSERT INTO tmp_traces_tab (callnum, line, fileline) VALUES (l_call, l_line, l_text);
      l_line := l_line + 1;
      UTL_FILE.fclose (l_file);
    END;
    /And when I run the code I get the error: ORA-29283 invalid file operation.
    Is it possible to a role my user to be able to get the content of the trace files in the directory TRACE_DIR without having explicit READ , WRITE privileges on it?
    My user currently has these roles:
    select * from dba_role_privs where grantee = USER;
    Output:
    U1     OPR_ROLE_LOSS_SNAPSHOT_READER     YES     YES
    U1     RESOURCE     NO     YES
    U1     CONNECT     NO     YES
    U1     DBA     NO     YES
    U1     OPR_ROLE_SUPPORT_USER     YES     YESI know that on another db with different user I hit no errors when doing completely the same (of course the program unit I monitor is different).
    That other user with which I have NO issues has these roles:
    select * from dba_role_privs where grantee = USER;
    Output:
    U2    DBA    NO    YES
    U2    EXEC_SYS_PACKAGES_ROLE    NO    YES
    U2    EXECUTE_CATALOG_ROLE    NO    YES
    U2    CONNECT    NO    YES

    Verdi wrote:
    NLSRTL      10.2.0.5.0     Production
    Oracle Database 10g Enterprise Edition      10.2.0.5.0     64bi
    PL/SQL      10.2.0.5.0     Production
    TNS for IBM/AIX RISC System/6000:      10.2.0.5.0     Productio
    And when I run the code I get the error: ORA-29283 invalid file operation.
    Is it possible to a role my user to be able to get the content of the trace files in the directory TRACE_DIR without having explicit READ , WRITE privileges on it?
    My user currently has these roles:
    select * from dba_role_privs where grantee = USER;
    Output:
    U1     OPR_ROLE_LOSS_SNAPSHOT_READER     YES     YES
    U1     RESOURCE     NO     YES
    U1     CONNECT     NO     YES
    U1     DBA     NO     YES
    U1     OPR_ROLE_SUPPORT_USER     YES     YESI know that on another db with different user I hit no errors when doing completely the same (of course the program unit I monitor is different).
    Thanks for posting version alongwith other details.
    TO my knowledge, No you cannot.
    Privileges acquired via a Role are not valid in PL/SQL. You need to have explicit privileges.

  • When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons

    I am using Oracle portal 9.0.2 version
    When i am on the 4 step in Search Result Display options, i get errors after 2 radio buttons
    Default Search Results Page
    This Search Portlet
    An unexpected error has occurred (WWS-32100)
    User-Defined Exception (WWS-11230)
    Unknown Exception (WWC-45131)
    ORA-20101:
    ORA-06512: at &quot;PORTAL.WWSBR_STDERR&quot;, line 437
    ORA-06512: at &quot;PORTAL.WWPOB_API_PAGE&quot;, line 3369
    ORA-01403: no data found
    ORA-01403: no data found (WWC-11230)
    No data found (WWS-32101)
    ORA-1403: ORA-01403: no data found
    ORA-01403: no data found (WWC-36000)
    Error: An unexpected error occurred: User-Defined Exception (WWC-43000)
    Please help me with this one
    P.S I tried to run inctxgrn.sql, but it did not solve the problem

    i solved the problem by runing 2 scripts as a portal user
    You can refer to bug - 2418089. This was fixed in 9.0.2.3
    begin
    wwpre_api_value.set_value_as_number
    p_path => 'oracle.portal.search',
    p_name => 'searchresultpageid',
    p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
    p_level_name => null,
    p_value => 6,
    p_commit => true
    commit;
    end;
    begin
    wwpre_api_value.set_value_as_number
    p_path => 'oracle.portal.search',
    p_name => 'searchresultpagesiteid',
    p_level_type => wwpre_api_value.SYSTEM_LEVEL_TYPE,
    p_level_name => null,
    p_value => 6,
    p_commit => true
    commit;
    end;
    NOTE - The difference is the value of 'p_name' attribute. If u see carefully it is 'searchresultpagesiteid'. The first time u run this the value is 'searchresultpageid'.

Maybe you are looking for

  • Looking for a app I saw for prioritizing tasks into four quadrants

    I saw it before but I decided to keep looking, now I can't find it! Please help! I've been trying to find it for days and I'm lost. It was a little like priority matrix but different.It had a chalkboard background on at least one screen and you would

  • Why are there no BMC discounts on qualifying pieces for 2 ASF entry points?

    I've had no luck whatsoever trying to log a case for support, I can't navigate the already cumbersome SAP Support Portal without getting errors so I thought I would try the forums... this is my first post: I have a Standard Automated Letter (rate cat

  • Is it possible to show the album artwork on a shared itunes library

    I use itunes in my home and office environments. I store all the content on a server and use the shared library to play it back on my stereo in a different room - or on my laptop in the office using the library on the office 'music server'. It seems

  • Data source name not found and no default driver specified.

    Hi all, I am using Microsoft Accessas as backn'd. when I am starting my Presentation Services I am getting this error> Data source name not found and no default driver specified.

  • ECperf on WebLogic 8.1

    I'm trying to run ECperf 1.1 on WebLogic 8.1 but I'm observing a weird behavior on the emulator. It's not exactly an error, and I'm not even sure there's a way to change that. I looked for information on the web but could not find any. The problem is