EXPDP Error in Oracle 11.2.0.1.0

Hello Team,
I have a problem in executing expdp/impdp in oracle version 11.2.0.1.0. Following is the error output. Traditional exp/imp is working fine.
Note: command executed on Oracle Linux on VMware
[oracle1@rac1 test]$ expdp
Export: Release 11.2.0.1.0 - Production on Mon Aug 12 15:29:39 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
Username: system
Password:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-31626: job does not exist
ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_INTERNAL_LOGSTDBY"
ORA-06512: at "SYS.KUPV$FT", line 991
ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_INTERNAL_LOGSTDBY"
Regards,

Hello DK2010,
=======================================================================================================
SQL> set lines 100
SQL> set pagesize 200
SQL> /
OWNER                          OBJECT_TYPE
OBJECT_NAME
OBJECT_ID STATUS
SYS                            PACKAGE
DBMS_INTERNAL_LOGSTDBY
      5067 VALID
SYS                            PACKAGE BODY
DBMS_INTERNAL_LOGSTDBY
     10780 INVALID
===================================================================================================
UTLRP.SQL output:
====================================================================================================
SQL> @utlrp.sql
TIMESTAMP
COMP_TIMESTAMP UTLRP_BGN  2013-08-12 16:03:24
DOC>   The following PL/SQL block invokes UTL_RECOMP to recompile invalid
DOC>   objects in the database. Recompilation time is proportional to the
DOC>   number of invalid objects in the database, so this command may take
DOC>   a long time to execute on a database with a large number of invalid
DOC>   objects.
DOC>
DOC>   Use the following queries to track recompilation progress:
DOC>
DOC>   1. Query returning the number of invalid objects remaining. This
DOC>      number should decrease with time.
DOC>         SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
DOC>
DOC>   2. Query returning the number of objects compiled so far. This number
DOC>      should increase with time.
DOC>         SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
DOC>
DOC>   This script automatically chooses serial or parallel recompilation
DOC>   based on the number of CPUs available (parameter cpu_count) multiplied
DOC>   by the number of threads per CPU (parameter parallel_threads_per_cpu).
DOC>   On RAC, this number is added across all RAC nodes.
DOC>
DOC>   UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
DOC>   recompilation. Jobs are created without instance affinity so that they
DOC>   can migrate across RAC nodes. Use the following queries to verify
DOC>   whether UTL_RECOMP jobs are being created and run correctly:
DOC>
DOC>   1. Query showing jobs created by UTL_RECOMP
DOC>         SELECT job_name FROM dba_scheduler_jobs
DOC>            WHERE job_name like 'UTL_RECOMP_SLAVE_%';
DOC>
DOC>   2. Query showing UTL_RECOMP jobs that are running
DOC>         SELECT job_name FROM dba_scheduler_running_jobs
DOC>            WHERE job_name like 'UTL_RECOMP_SLAVE_%';
DOC>#
DECLARE
ERROR at line 1:
ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_INTERNAL_LOGSTDBY"
ORA-06512: at "SYS.UTL_RECOMP", line 781
ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_INTERNAL_LOGSTDBY"
ORA-06512: at line 4
TIMESTAMP
COMP_TIMESTAMP UTLRP_END  2013-08-12 16:03:25
DOC> The following query reports the number of objects that have compiled
DOC> with errors (objects that compile with errors have status set to 3 in
DOC> obj$). If the number is higher than expected, please examine the error
DOC> messages reported with each object (using SHOW ERRORS) to see if they
DOC> point to system misconfiguration or resource constraints that must be
DOC> fixed before attempting to recompile these objects.
DOC>#
OBJECTS WITH ERRORS
                 13
DOC> The following query reports the number of errors caught during
DOC> recompilation. If this number is non-zero, please query the error
DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
DOC> are due to misconfiguration or resource constraints that must be
DOC> fixed before objects can compile successfully.
DOC>#
ERRORS DURING RECOMPILATION
                          0
PL/SQL procedure successfully completed.
SQL> SELECT owner, object_type, object_name, object_id, status FROM SYS.dba_objects where object_name = 'DBMS_INTERNAL_LOGSTDBY';
OWNER                          OBJECT_TYPE
OBJECT_NAME
OBJECT_ID STATUS
SYS                            PACKAGE
DBMS_INTERNAL_LOGSTDBY
      5067 VALID
SYS                            PACKAGE BODY
DBMS_INTERNAL_LOGSTDBY
     10780 INVALID
==================================================
SELECT owner,object_type,object_name,status FROM dba_objects WHERE  status = 'INVALID' ORDER BY owner, object_type, object_name;SQL> SQL>
OWNER                          OBJECT_TYPE         OBJECT_NAME                    STATUS
DBSNMP                         PACKAGE             BSLN                           INVALID
DBSNMP                         PACKAGE             BSLN_INTERNAL                  INVALID
DBSNMP                         PACKAGE BODY        BSLN                           INVALID
DBSNMP                         PACKAGE BODY        BSLN_INTERNAL                  INVALID
DBSNMP                         SYNONYM             MGMT_BSLN                      INVALID
PUBLIC                         SYNONYM             DBA_LOGSTDBY_LOG               INVALID
PUBLIC                         SYNONYM             DBMS_ADVISOR                   INVALID
PUBLIC                         SYNONYM             DBMS_SQLPA                     INVALID
PUBLIC                         SYNONYM             DBMS_SQLTUNE                   INVALID
SYS                            FUNCTION            LOGSTDBY$TABF                  INVALID
SYS                            FUNCTION            LOGSTDBY$UTABF                 INVALID
SYS                            PACKAGE             DBMS_ADVISOR                   INVALID
SYS                            PACKAGE             DBMS_SQLDIAG_INTERNAL          INVALID
SYS                            PACKAGE             DBMS_SQLPA                     INVALID
SYS                            PACKAGE             DBMS_SQLTUNE                   INVALID
SYS                            PACKAGE             DBMS_SQLTUNE_INTERNAL          INVALID
SYS                            PACKAGE             PRVT_ADVISOR                   INVALID
SYS                            PACKAGE BODY        AS_REPLAY                      INVALID
SYS                            PACKAGE BODY        DBMS_ADDM                      INVALID
SYS                            PACKAGE BODY        DBMS_ADVISOR                   INVALID
SYS                            PACKAGE BODY        DBMS_APPLY_ERROR               INVALID
SYS                            PACKAGE BODY        DBMS_ARCH_PROVIDER_INTL        INVALID
SYS                            PACKAGE BODY        DBMS_ASH_INTERNAL              INVALID
SYS                            PACKAGE BODY        DBMS_AUTOTASK_PRVT             INVALID
SYS                            PACKAGE BODY        DBMS_AUTO_TASK_EXPORT          INVALID
SYS                            PACKAGE BODY        DBMS_CAPTURE_SWITCH_ADM        INVALID
SYS                            PACKAGE BODY        DBMS_CAPTURE_SWITCH_INTERNAL   INVALID
SYS                            PACKAGE BODY        DBMS_COMPRESSION               INVALID
SYS                            PACKAGE BODY        DBMS_DBFS_CONTENT_ADMIN        INVALID
SYS                            PACKAGE BODY        DBMS_DBFS_HS                   INVALID
SYS                            PACKAGE BODY        DBMS_FEATURE_USAGE             INVALID
SYS                            PACKAGE BODY        DBMS_FEATURE_USAGE_INTERNAL    INVALID
SYS                            PACKAGE BODY        DBMS_INTERNAL_LOGSTDBY         INVALID
SYS                            PACKAGE BODY        DBMS_ISCHED                    INVALID
SYS                            PACKAGE BODY        DBMS_LOGREP_EXP                INVALID
SYS                            PACKAGE BODY        DBMS_LOGSTDBY                  INVALID
SYS                            PACKAGE BODY        DBMS_MANAGEMENT_PACKS          INVALID
SYS                            PACKAGE BODY        DBMS_PROPAGATION_INTERNAL      INVALID
SYS                            PACKAGE BODY        DBMS_REPORT                    INVALID
SYS                            PACKAGE BODY        DBMS_SERVER_ALERT              INVALID
SYS                            PACKAGE BODY        DBMS_SERVER_ALERT_PRVT         INVALID
SYS                            PACKAGE BODY        DBMS_SMB                       INVALID
SYS                            PACKAGE BODY        DBMS_SMB_INTERNAL              INVALID
SYS                            PACKAGE BODY        DBMS_SPACE                     INVALID
SYS                            PACKAGE BODY        DBMS_SPM                       INVALID
SYS                            PACKAGE BODY        DBMS_SPM_INTERNAL              INVALID
SYS                            PACKAGE BODY        DBMS_SQLDIAG                   INVALID
SYS                            PACKAGE BODY        DBMS_SQLDIAG_INTERNAL          INVALID
SYS                            PACKAGE BODY        DBMS_SQLPA                     INVALID
SYS                            PACKAGE BODY        DBMS_SQLTCB_INTERNAL           INVALID
SYS                            PACKAGE BODY        DBMS_SQLTUNE                   INVALID
SYS                            PACKAGE BODY        DBMS_SQLTUNE_INTERNAL          INVALID
SYS                            PACKAGE BODY        DBMS_SQLTUNE_UTIL1             INVALID
SYS                            PACKAGE BODY        DBMS_SQLTUNE_UTIL2             INVALID
SYS                            PACKAGE BODY        DBMS_STATS                     INVALID
SYS                            PACKAGE BODY        DBMS_STATS_INTERNAL            INVALID
SYS                            PACKAGE BODY        DBMS_STREAMS_ADM               INVALID
SYS                            PACKAGE BODY        DBMS_STREAMS_ADM_UTL           INVALID
SYS                            PACKAGE BODY        DBMS_STREAMS_AUTO_INT          INVALID
SYS                            PACKAGE BODY        DBMS_STREAMS_SM                INVALID
SYS                            PACKAGE BODY        DBMS_SWRF_INTERNAL             INVALID
SYS                            PACKAGE BODY        DBMS_SWRF_REPORT_INTERNAL      INVALID
SYS                            PACKAGE BODY        DBMS_UNDO_ADV                  INVALID
SYS                            PACKAGE BODY        DBMS_WORKLOAD_CAPTURE          INVALID
SYS                            PACKAGE BODY        DBMS_WORKLOAD_REPLAY           INVALID
SYS                            PACKAGE BODY        DBMS_WORKLOAD_REPOSITORY       INVALID
SYS                            PACKAGE BODY        DBMS_WRR_INTERNAL              INVALID
SYS                            PACKAGE BODY        DBMS_XPLAN                     INVALID
SYS                            PACKAGE BODY        HM_SQLTK_INTERNAL              INVALID
SYS                            PACKAGE BODY        LOGMNR_DICT_CACHE              INVALID
SYS                            PACKAGE BODY        PRVT_ACCESS_ADVISOR            INVALID
SYS                            PACKAGE BODY        PRVT_ADVISOR                   INVALID
SYS                            PACKAGE BODY        PRVT_COMPRESSION               INVALID
SYS                            PACKAGE BODY        PRVT_HDM                       INVALID
SYS                            PACKAGE BODY        PRVT_PARTREC_NOPRIV            INVALID
SYS                            PACKAGE BODY        PRVT_REPORT_TAGS               INVALID
SYS                            PACKAGE BODY        PRVT_SQLADV_INFRA              INVALID
SYS                            PACKAGE BODY        PRVT_SQLPA                     INVALID
SYS                            PACKAGE BODY        PRVT_SQLPROF_INFRA             INVALID
SYS                            PACKAGE BODY        PRVT_SQLSET_INFRA              INVALID
SYS                            PACKAGE BODY        PRVT_SYS_TUNE_MVIEW            INVALID
SYS                            PACKAGE BODY        PRVT_TUNE_MVIEW                INVALID
SYS                            PACKAGE BODY        PRVT_WORKLOAD                  INVALID
SYS                            PACKAGE BODY        PRVT_WORKLOAD_NOPRIV           INVALID
SYS                            PROCEDURE           DBMS_FEATURE_AUM               INVALID
SYS                            PROCEDURE           DBMS_FEATURE_AUTOSTA           INVALID
SYS                            PROCEDURE           DBMS_FEATURE_AWR               INVALID
SYS                            PROCEDURE           DBMS_FEATURE_REGISTER_ALLFEAT  INVALID
SYS                            PROCEDURE           DBMS_FEATURE_SEGADV_USER       INVALID
SYS                            PROCEDURE           DBMS_FEATURE_UTILITIES1        INVALID
SYS                            PROCEDURE           DBMS_FEATURE_UTILITIES2        INVALID
SYS                            PROCEDURE           DBMS_FEATURE_UTILITIES3        INVALID
SYS                            PROCEDURE           DBMS_FEATURE_UTILITIES4        INVALID
SYS                            PROCEDURE           DBMS_FEATURE_WCR_CAPTURE       INVALID
SYS                            PROCEDURE           DBMS_FEATURE_WCR_REPLAY        INVALID
SYS                            PROCEDURE           LOGMNR_KRVRDA_TEST_APPLY       INVALID
SYS                            TYPE                SCHEDULER$_REMOTE_ARG          INVALID
SYS                            TYPE                SCHEDULER$_REMOTE_ARG_LIST     INVALID
SYS                            TYPE                SCHEDULER$_REMOTE_DB_JOB_INFO  INVALID
SYS                            TYPE BODY           WRI$_ADV_ABSTRACT_T            INVALID
SYS                            TYPE BODY           WRI$_ADV_COMPRESSION_T         INVALID
SYS                            TYPE BODY           WRI$_ADV_HDM_T                 INVALID
SYS                            TYPE BODY           WRI$_ADV_OBJSPACE_TREND_T      INVALID
SYS                            TYPE BODY           WRI$_ADV_SQLACCESS_ADV         INVALID
SYS                            TYPE BODY           WRI$_ADV_SQLTUNE               INVALID
SYS                            TYPE BODY           WRI$_ADV_TUNEMVIEW_ADV         INVALID
SYS                            TYPE BODY           WRI$_REPT_PLAN_DIFF            INVALID
SYS                            TYPE BODY           WRI$_REPT_SQLMONITOR           INVALID
SYS                            TYPE BODY           WRI$_REPT_SQLPI                INVALID
SYS                            TYPE BODY           WRI$_REPT_SQLT                 INVALID
SYS                            VIEW                AQ$AQ_PROP_TABLE_R             INVALID
SYS                            VIEW                AQ$SCHEDULER$_EVENT_QTAB_R     INVALID
SYS                            VIEW                AQ$SCHEDULER$_REMDB_JOBQTAB    INVALID
SYS                            VIEW                AQ$SCHEDULER$_REMDB_JOBQTAB_R  INVALID
SYS                            VIEW                AQ$SCHEDULER_FILEWATCHER_QT_R  INVALID
SYS                            VIEW                AQ$_AQ$_MEM_MC_F               INVALID
SYS                            VIEW                AQ$_AQ_PROP_TABLE_F            INVALID
SYS                            VIEW                AQ$_SCHEDULER$_EVENT_QTAB_F    INVALID
SYS                            VIEW                AQ$_SCHEDULER$_REMDB_JOBQTAB_F INVALID
SYS                            VIEW                AQ$_SCHEDULER_FILEWATCHER_QT_F INVALID
SYS                            VIEW                DBA_LOGSTDBY_LOG               INVALID
121 rows selected.
=================================================================================================================
How do i fix this invalid sys objects.
Regards,

Similar Messages

  • EXPDP error for 11gR2

    Hi,
    All of the sudden today I have been getting expdp errors only just one schema that I try to export, whereas all my other run perfectly fine.
         Oracle Datapump export for ODC on 120228 at 1203
         Building parameter files for ODC
         EXPORT Parameters ----
         schemas=iims
         content=all
         flashback_time='2012/02/28 12:03:06'
         parallel=4
         job_name=iims_120228_1203
         directory=DATA_PUMP_DIR
         dumpfile=ODC.iims.120228_1203.dp_export_file%U.dmp
         logfile=ODC.iims.120228_1203.dp_export.log
         filesize=5G
         Export: Release 11.2.0.3.0 - Production on Tue Feb 28 12:03:07 2012
         Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
         Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
         With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
         Data Mining and Real Application Testing options
         Starting "GNW_DBMAINT"."IIMS_120228_1203":  GNW_DBMAINT/********@ODC
    parfile=/dba/prod/scripts/infiles/ODC.iims.120228_1203.dp_export.par
         Estimate in progress using BLOCKS method...
         Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
         Total estimation using BLOCKS method: 17.96 GB
         Processing object type SCHEMA_EXPORT/USER
         Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
         Processing object type SCHEMA_EXPORT/ROLE_GRANT
         Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
         Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
         Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
         Processing object type SCHEMA_EXPORT/TYPE/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
         Processing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/TABLE/TABLE
         Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/TABLE/COMMENT
         Processing object type SCHEMA_EXPORT/TABLE/AUDIT_OBJ
         Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
         Processing object type SCHEMA_EXPORT/PACKAGE/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
         Processing object type SCHEMA_EXPORT/FUNCTION/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
         Processing object type SCHEMA_EXPORT/PROCEDURE/GRANT/OWNER_GRANT/OBJECT_GRANT
         Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
         Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
         Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
         Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
         Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_INDEX/INDEX
         Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
         Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
         Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_INDEX/INDEX_STATISTICS
         Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
         . . exported "IIMS"."IIMS_GLC_INTERFACE_CS"          1.833 GB 6443778 rows
         Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
         Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
         Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW
         Processing object type SCHEMA_EXPORT/REFRESH_GROUP
         . . exported "IIMS"."T_ACCOUNTING_TRN_DETAIL"        1.060 GB 7779037 rows
    ORA-39097: Data Pump job encountered unexpected error -12801
    ORA-39065: unexpected master process exception in MAIN
    ORA-12801: error signaled in parallel query server PZ99, instance dd0152alyn:ODC1 (1)
    ORA-01460: unimplemented or unreasonable conversion requested
         Job "GNW_DBMAINT"."IIMS_120228_1203" stopped due to fatal error at 12:08:14Been trying to google this one but can't really seems to find anything.
    Any help? Version 11.2.0.2 on Solaris 5.10, 2 node RAC

    I tried that , did not work.
    expdp abansal6dba DIRECTORY='DP_EXP_DIR' schemas='oltp_user' cluster=n dumpfile='oltp_user0417.dump' logfile='oltp_useroltp_user0417.log'
    ORA-39065: unexpected master process exception in MAIN
    ORA-12801: error signaled in parallel query server PZ99, instance prod-rac12.wp.cl.datapipe.net:WNPPROD2 (2)
    ORA-01460: unimplemented or unreasonable conversion requested
    Job "ABANSAL6DBA"."SYS_EXPORT_SCHEMA_02" stopped due to fatal error at 12:12:15
    Bug 13350027: DATAPUMP TERMINATED DUE TO ORA-1460 does not have solution either.

  • Getting the following error in Oracle 10g B2B reports, need help where to look into for resolution!

    Hi All,
    I am new to B2B. I am getting following error in B2B Console please suggest what could be the reason and possible steps to resolve:
    Machine Info: (fcgemapptest05)
    Description: General Error
    StackTrace:
    Error -:  AIP-50014:  General Error
      at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1194)
      at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:836)
      at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:402)
      at java.lang.Thread.run(Thread.java:534)
    Regards,
    Sujan

    Can you tell me what's the status of components (value of "In sync" column) when you run "dcmctl getState" command?
    Thanks
    Shail

  • Error  --REP-3000: Internal error starting Oracle Toolkit.

    Hi
    While submitting the concurrent request (active user) im getting error if i submit the active responsibilities
    its completed successfully i have set display also still im getting error.
    Xlib: connection to "omega:0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    Xlib: connection to "omega:0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    REP-3000: Internal error starting Oracle Toolkit.
    REP-3000: Internal error starting Oracle Toolkit.

    Please verify the DISPLAY on the server as follows:
    - Issue "xhost +" as root user
    - Issue "xclock" as applmgr user --> Make sure you can display the clock
    If the above does not work, please set the DISPLAY properly in the application context file and run AutoConfig.
    More details can be found in the following note:
    Note: 200474.1 - Comprehensive REP-3000 Troubleshooting and Overview Guide
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=200474.1

  • 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?

  • Error in Oracle API  HZ_CUST_ACCOUNT_V2PUB.create_cust_account

    Error in Oracle API HZ_CUST_ACCOUNT_V2PUB.create_cust_account
    Column account_number must have a value.
    why?

    What is the apps version ?
    Have you gone through these notes:
    Using TCA API's Including Examples [ID 201243.1]
    How To Create A Customer Via TCA API [ID 159393.1]

  • Deployment Manager Error with Oracle Weblogic Server 10.3.1

    I have installed Identity Manager 9.1.0.2 (patch upgraded from 9.1.0.1) on OEL 5.3 64bit and Weblogic 10.3.1
    Database:Oracle 11gR2 (remote machine).
    **I am aware that IM 9.1.0.2 is not certified on Weblogic 10.3.1 (it is only certified on 10.3),
    The installation was successful and OIManager is up and running. Able to create Users, Resources etc. as well.
    As part of configuring OIM Connectors tried to Import .xml file using Import option from Deployment Management section as below and the following error was displayed.
    "Either your session timed out or you are trying to access a page without logging in".
    Did all workarounds like enabling java, changing browsers, restarting machine etc as per the below discussion but in vain.
    Deployment Manager Error with Oracle Weblogic Server
    Can any one suggest any workaround or solution for this problem.
    Or atleast can any one confirm there is no Identity manager available on this date which is compatible with 10.3.1? and cannot be continued further.
    Thanks in Advance
    Sudheer
    Edited by: SudheerPrabhala on Oct 20, 2009 1:26 AM

    You are facing this issue because you're using a non certified combination.
    Other folks who tried to use OIM in 10.3.1 ended up in the same problem you're facing.

  • Error starting Oracle BAM active data cache service

    Hi
    after installing BAM every thing working fine ,but if restart my system Oracle BAM active data cache service throwing following error
    "The Oracle BAM Active Data Cache service on Local computer started and then stopped.Some services stop automatically if they have no work to do,for example the performance logs and alerts service"
    Database is running fine
    Following is the ADC log file error
    2007-12-07 17:19:29,640 [2928] ERROR - ActiveDataCache The Oracle BAM Active Data Cache service failed to start. Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: ADC Server exception in Startup(). ---> System.DllNotFoundException: Unable to load DLL (OraOps10.dll).
    at Oracle.DataAccess.Client.OpsTrace.GetRegTraceInfo(UInt32& TrcLevel, UInt32& StmtCacheSize)
    at Oracle.DataAccess.Client.OraTrace.GetRegistryTraceInfo()
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleDataFactory.GetConnection()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.GetServerVersion()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.Startup(IDictionary oParameters)
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    --- End of inner exception stack trace ---
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    at Oracle.BAM.ActiveDataCache.Kernel.Server.Server.Startup()
    at Oracle.BAM.ActiveDataCache.Service.DataServer.Run()
    2007-12-07 17:24:45,250 [1524] ERROR - ActiveDataCache Unable to load DLL (OraOps10.dll).
    2007-12-07 17:24:45,265 [1524] WARN - ActiveDataCache Exception occurred in method Startup
    Please help me in resolving this issue .Am getting this issue every time
    Thanks
    BS

    Make sure the path to the ODAC used by BAM (C:\OracleBAM\ClientForBAM\bin) is the first item in the system PATH
    environment variable. Restart your computer after fixing this.
    If that doesn't fix it, please check the Troubleshooting section in the BAM Install Guide.
    Regards, Stephen

  • Getting error in Oracle EDQP Webservice call using Soap UI

    Hi ,
    I am trying to use Oracle EDQP webservice : http://<<hostname>>:<<port>>/datalens/ws/Processor
    when i trying to access the processOneLine or processList operation, i am getting the follwing error:
    <faultstring>oracle.pdq.api1.minicore.SaDetailException: 1318: Invalid job step - Either you must specify a step name when there are multiple output steps or there are no output steps that return a result.
    Code: 1318
    Details: Either you must specify a step name when there are multiple output steps or there are no output steps that return a result.</faultstring>
    Please help me to resolve this issue.
    Thanks in Advance.
    - Raj

    Hi Raj,
    Not sure if this is already resolved.
    Seems your DSA has atleast 2 outputs. As of Version 11.1.1.6.1 the webervice allows calls to DSAs with only 1 output. So your options are:
    Combine your outputs to single output
    Use other integration methods
    Hope this helps.
    Thanks!
    Anand Lonkar

  • ODBC error in oracle 11g

    Hi all.
    I have installed oracle 11g release 2 64 bit on my system and also installed Informatica powercenter 9.1. the informatica repository is in oracle database. I have configured informatica perfectly since i could run workflow when connecting to flat files etc. i am having problem when i am trying to connect informatica to oracle source system and receiving following error the oracle(tm) client and networking components were not found. I read in many forums posts and realized i should install oracle client. I am encountering issues once the client is installed on my system. the issue is that my repository and integration server stops in informatica powercenter. the error log says TNS could not be resolved. then i tried to log in to database server "sys as sysdba" i am receiving error "ORA-01031: insufficient privileges ". I have done following things to resolve my error
    1) checked my user is in ora_dba group
    2) checked sqlnet.ora file SQLNET.AUTHENTICATION_SERVICES= (NTS)
    I dont know where to start to now fix this error. I have some questions Is there a problem installing both server and client on the same machine.
    Your help will be greatly appreciated.
    P.s I am not sure whether this to redirected to informatica forums or oracle forums so my apologizes if i am in a wrong place.
    Regards
    Rajkumar

    Hi Rajkumar,
    I suspect you're actually using 32 bit components, as I've only ever seen the error message you've posted "oracle(tm) client and networking components were not found" come from Microsoft ODBC or OLEDB provider for Oracle, and those only come in 32 bit. The fact that they got loaded in the first place and didnt find the client indicates the process is 32 bit.
    You'll first need to determine for sure whether the process that needs connectivity is 32 bit or 64 bit, then install that bit-ness of Oracle client. You can also install both a 32 bit and a 64 bit client, and in some cases you need both. If you're running it ON the database machine and already have a 64 bit database, that already includes a 64 bit client.
    In either case, you can probably just go with the 11201 client.. Here's the link, click "see all" to get to the client download:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Hope it helps,
    Greg
    Edited by: gdarling on Oct 15, 2012 7:40 AM

  • Error Message: oracle/jbo/html/databeans/Res

    I have copied required JAR and ZIP files into the /lib directory of Java Web Server. Classpath is also pointed to that. I am getting the first screen of JSP with menu on left side but I am getting "Error Message: oracle/jbo/html/databeans/Res" if I am trying to run any JSP having NavigationBar WebBean..Any Ideas. Otherwise
    null

    This is a new library with Jdev 9.0.3,
    bc4j_jclient_common.jar.
    iAS 9.0.2 doesn't include this file.

  • Getting ORA-06512: at "APPS.FND_MSG_PUB", line 279 error in Oracle Sourcing

    Hi,
    We have recently applied Sourcing Rollup 2 J patch in our instance. After this, when the users change their timezone, the system behaves weirdly. The Server timezone and Client timezone are set to Dubai timezone (GMT+4) at site level. If the user is using this timezone, there is no issues. But when the user changes the timezone to something else (anything > GMT+4 or anything < GMT+4), he cannot publish auctions. He is getting error like:
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.FND_MSG_PUB", line 279
    ORA-06512: at "APPS.HZ_TIMEZONE_PUB", line 877
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.FND_MSG_PUB", line 279
    ORA-06512: at "APPS.HZ_TIMEZONE_PUB", line 1088
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at "APPS.PON_OEX_TIMEZONE_PKG", line 41
    ORA-06512: at "APPS.PON_AUCTION_PKG", line 1052
    ORA-06512: at line 1
    We feel like this is some issues with the system. Some times, this works, sometimes different kind of errors are seen. When user is trying to log in, another error like the following is seen:
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = AppsConnectionManager.appsInitialize(int,int,int,int,Connection):-1,-1,-1,0,oracle.jdbc.driver.OracleConnection@192a848; REASON = java.sql.SQLException: ORA-20001: Oracle error -6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    has been detected in FND_GLOBAL.INITIALIZE.
    ORA-06512: at "APPS.APP_EXCEPTION", line 70
    ORA-06512: at "APPS.FND_GLOBAL", line 64
    ORA-06512: at "APPS.FND_GLOBAL", line 1028
    ORA-06512: at "APPS.FND_GLOBAL", line 541
    ORA-06512: at line 1
    When we bounced server, this error went away. But the first error still persists. What could be the reason for this?
    Regards,
    Arun

    I traced through the packages. Here is the result:
    1. PON_AUCTION_PKG line 1052;
    x_newstarttime := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_open_bidding_date,x_oex_timezone,x_timezone);
    'x_oex_timezone' is the 'Server Timezone' profile value at site level. 'x_timezone' is the user's timezone. If the user's timezone is not a valid zone (checking done in PON_OEX_TIMEZONE_PKG.VALID_ZONE procedure), this param is assigned the value of 'x_oex_timezone'.
    2. The PON_OEX_TIMEZONE_PKG.CONVERT_TIME procedure calls the procedure HZ_TIMEZONE_PUB.Get_Time(), and I hope here the issue starts. The OUT parameters to this procedure are toDate, status, msg_count and msg_data. Note that here the msg_data is defined as VARCHAR2(100).
    3. Within the procedure HZ_TIMEZONE_PUB.Get_Time(), the error is raised from line 877. This is a WHEN OTHERS case of this procedure. This is from the API ;
    FND_MSG_PUB.Count_And_Get(
    p_encoded => FND_API.G_FALSE,
    p_count => x_msg_count,
    p_data => x_msg_data);
    4. Next error from FND_MSG_PUB is from line 279. This is within the procedure FND_MSG_PUB.Count_And_Get, when executing the following statement:
    p_data := Get ( p_msg_index => G_FIRST ,
    p_encoded => p_encoded );
    5. The 'GET' procedure, sets the value from global table 'G_msg_tbl( G_msg_index ).encoded_message ' to the p_data variable, and here is a potential slippage. The global variable can hold a value of upto 2000 characters. But the p_data is originally defined to be of size VARCHAR2(100). I think this can cause the issue. I am not sure what is the message getting assigned to the global variable here.
    Could this be the problem? Inside the code, some assignments to fnd_mesage are done. But some of those messages are not present in our database (fnd_new_messages). Any clue on this would be greatly helpful.
    Thanks,
    Arun

  • Error in Oracle 10g (10.0.3) in Servlet Filtering

    Hi
    I found this error on oracle 10g (10.0.3) Version. my same code is working on 9.0.4 can you please tell what is the problem? I am using servlet filtering.
    Mine is swing base application which will call applet and this will call Servlet.
    500 Internal Server Error
    java.lang.IllegalStateException: dispatcher chain is empty
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.EvermindHttpServletRequest.getCurrentDispatcher(EvermindHttpServletRequest.java:3975)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.EvermindHttpServletRequest.getParameters(EvermindHttpServletRequest.java:1393)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.EvermindHttpServletRequest.getParameter(EvermindHttpServletRequest.java:2126)
         at com.fmr.cfit.security.IdentityAgent.getUserIdFromParameter(Unknown Source)
         at com.fmr.cfit.security.IdentityAgent.getUserId(Unknown Source)
         at com.fmr.cfit.security.IdentityAgent.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.FileRequestDispatcher.handleWithFilter(FileRequestDispatcher.java:130)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.FileRequestDispatcher.forwardInternal(FileRequestDispatcher.java:210)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.0.3.0.0) - Developer Preview].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:291)
         at java.lang.Thread.run(Unknown Source)

    I am able to resolve the issue:
    The mistake I was doing was creating ORACLE_HOME in the enviornment variable, as I have Oracle 10 G database and SOA suite on the same machine, so it was creating a clash, the right approach is setting the ORACLE_HOME through command prompt, I was setting ORACLE_HOME because while executing the configure_oid.bat file it requires ORACLE_HOME to be set.
    -Yatan

  • JDeveloper Error ! oracle.xml.sql.OracleXMLSQLException: Cannot map Unicode

    Hi All,
    I have 2 identical table structures with different data in Oracle.
    I am using following xsql and XSLT sheet to produce xml files with these tables. ( have to run twice xsql file by changing the Table names )
    When I run the xsql file with Table1, it works fine, produced the xml file on the browser.
    But when I run the xsql file with Table2, it gives following error message:
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'http://192.10.1.14:8988/Workspace_ONIX-ONIX2-context-root/untitled1.xsql'. Line 1, Position 1
    oracle.xml.sql.OracleXMLSQLException: Cannot map Unicode to Oracle character.
    ^
    These two are my xsql and xslt files:
    - - - - xsql file - - - -
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <?xml-stylesheet type="text/xsl" href="TT14.xsl"?>
    <xsql:query connection="Connection1" id-attribute="" tag-case="lower"
    rowset-element="LIST" row-element="DEPA"
    xmlns:xsql="urn:oracle-xsql">
    SELECT * from TT26
    </xsql:query>
    TT14.xsl file
    <xsl:stylesheet version="1.0" encoding="UTF-8" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method ="xml" indent= "yes" encoding="UTF-8"/>
    <!--DOCTYPE ONIXmessage SYSTEM "http://www.editeur.org/onix/2.1/reference/onix-international.dtd"-->
    <xsl:template match ="list">
    <BBMessage>
    <<xsl:for-each select="depa">
    <Product>
    <RecordReference>
    <xsl:value-of select="wai"/>
    </RecordReference>
    <NotificationType>
    <xsl:value-of select="wantype"/>
    </NotificationType>
    </Product>
    </xsl:for-each>
    </BBMessage>
    </xsl:template>
    </xsl:stylesheet>
    All comments are highly welcomed...
    Thanks

    Hi Deepak
    Thanks for the post, but I am afraid that's not the issue with the error.
    I changed both encoding to "UTF-8" still i get the problem.
    I tried even without the XSLT sheet, still I have the problem..
    - - - - xsql file ---
    &lt;?xml version = '1.0' ?&gt;
    &lt;!--
    | Uncomment the following processing instruction and replace
    | the stylesheet name to transform output of your XSQL Page using XSLT
    &lt;?xml-stylesheet type="text/xsl" href="YourStylesheet.xsl" ?&gt;
    --&gt;
    &lt;page xmlns:xsql="urn:oracle-xsql" connection="Connection1"&gt;
    &lt;xsql:query max-rows="-1" null-indicator="no" tag-case="lower"&gt;
    select * from Table2
    &lt;/xsql:query&gt;
    &lt;/page&gt;
    - - - - Result ----
    &lt;?xml version="1.0" ?&gt;
    - &lt;!--
    | Uncomment the following processing instruction and replace
    | the stylesheet name to transform output of your XSQL Page using XSLT
    &lt;?xml-stylesheet type="text/xsl" href="YourStylesheet.xsl" ?&gt;
    --&gt;
    - &lt;page&gt;
    &lt;error&gt;oracle.xml.sql.OracleXMLSQLException: Cannot map Unicode to Oracle character.&lt;/error&gt;
    &lt;/page&gt;
    Any Comment ???
    Thanks

  • Get more info about the last errors in Oracle

    Hi all,
    There is a log in a live system where it is possible to see every minute the following error:
    Sweep Incident[48073]: failed, err=[1858]
    I know that error can happen mainly when:
    1. Trying to insert caracter field in a numeric column
    2. Using in the wrong way the function to_date()
    I need more information about that error, what can be causing the error in the system and why. Is it possible to see more information about the last errors in Oracle? For example, if a query produces an error... is it possible to see in Oracle the error and the query that caused the error?
    Hope you can help me.
    Thanks in advance.

    Thanks Niall.
    I'm not sure if I got you...
    What I found is that MMON makes snapshots of the database 'health' and stores this information in the AWR. So, it seems like in the database there could be a numeric column that is storing character fields, and when MMON works, it finds that error... is that right?
    I found the following information:
    SQL> select substr(s.username,1,18) username,
    2 substr(s.program,1,22) program,
    3 decode(s.command,
    4 0,'No Command',
    5 1,'Create Table',
    6 2,'Insert',
    7 3,'Select',
    8 6,'Update',
    9 7,'Delete',
    10 9,'Create Index',
    11 15,'Alter Table',
    12 21,'Create View',
    13 23,'Validate Index',
    14 35,'Alter Database',
    15 39,'Create Tablespace',
    16 41,'Drop Tablespace',
    17 40,'Alter Tablespace',
    18 53,'Drop User',
    19 62,'Analyze Table',
    20 63,'Analyze Index',
    21 s.command||': Other') command
    22 from
    23 v$session s,
    24 v$process p,
    25 v$transaction t,
    26 v$rollstat r,
    27 v$rollname n
    28 where s.paddr = p.addr
    29 and s.taddr = t.addr (+)
    30 and t.xidusn = r.usn (+)
    31 and r.usn = n.usn (+)
    32 order by 1;
    USERNAME PROGRAM COMMAND
    oracle@airvs1b (MMON) No Command
    SQL> select addr, pid, spid, username, serial#, program,traceid, background, latchwait, latchspin from v$process where program='oracle@airvs1b (MMON)';
    ADDR PID SPID USERNAME SERIAL# PROGRAM
    000000044A4E48A8 24 15372 oracle 1 oracle@airvs1b (MMON)
    TRACEID B LATCHWAIT LATCHSPIN
    ---------------- ---------- ------------------------ --------------- 1
    SQL> select
    2 substr(a.spid,1,9) pid,
    3 substr(b.sid,1,5) sid,
    4 substr(b.serial#,1,5) ser#,
    5 substr(b.machine,1,6) box,
    6 substr(b.username,1,10) username,
    7 b.server,
    8 substr(b.osuser,1,8) os_user,
    9 substr(b.program,1,40) program
    10 from v$session b, v$process a
    11 where
    12 b.paddr = a.addr
    13 and a.spid=15372
    14 order by spid;
    PID SID SER# BOX USERNAME SERVER OS_USER PROGRAM
    15372 1082 1 airvs1 DEDICATED oracle oracle@airvs1b (MMON)
    Is there any way I can see what MMON is doing and when is failing?
    Thank you very much.
    Edited by: user11281526 on 19-jun-2009 5:18

Maybe you are looking for