Expdp showing ORA-31655

Hi,
whenever i tried to export using expdp i got ORA-31655.
Please find detail snapshot below:
$ expdp TABLESPACES=DP_TEST file=data_expdp.dmp directory=DMP_DIR;
Export: Release 11.2.0.1.0 - Production on Tue Jan 19 16:30:26 2010
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Username: sys@MYDB as sysdba
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
Legacy Mode Active due to the following parameters:
Legacy Mode Parameter: "file=data_expdp.dmp" Location: Command Line, Replaced with: "dumpfile=data_expdp.dmp"
Legacy Mode has set reuse_dumpfiles=true parameter.
Starting "SYS"."SYS_EXPORT_TABLESPACE_01": sys/********@MYDB AS SYSDBA TABLESPACES=DP_TEST dumpfile=data_expdp.dmp directory=DMP_DIR reuse_dumpfiles=true
Estimate in progress using BLOCKS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 0 KB
ORA-31655: no data or metadata objects selected for job
Job "SYS"."SYS_EXPORT_TABLESPACE_01" completed with 1 error(s) at 16:30:42
The same command is working file in another(fresh 11.2.0.1) database
We have just upgraded our 10.2.01 database to 11.2.0.1 and compatible parameter has been set to11.2.0.1.0.
I also tried with include parameter but still showing ORA-31655.
Please help :(

Hi Anurag,
Thanks a lot.
Problem has been solved.
I did all the tests using SYS (test object creation, expdp ....) which was wrong.
During my tests All the objects were created unde SYS and SYS is never exported.
expdp/impdp: database links  not imported
I created some objects in other schema and finally expdp has been done successfully.
Thanks
Obaid

Similar Messages

  • Data Pump import to a sql file error :ORA-31655 no data or metadata objects

    Hello,
    I'm using Data Pump to export/import data, one requirement is to import data to a sql file. The OS is window.
    I made the follow export :
    expdp system/password directory=dpump_dir dumpfile=tablesdump.dmp content=DATA_ONLY tables=user.tablename
    and it works, I can see the file TABLESDUMP.DMP in the directory path.
    then when I tried to import it to a sql file:
    impdp system/password directory=dpump_dir dumpfile=tablesdump.dmp sqlfile=tables_export.sql
    the log show :
    ORA-31655 no data or metadata objects selected for job
    and the sql file is created empty in the directory path.
    I'm not DBA, I'm a Java developer , Can you help me?
    Thks

    Hi, I added the command line :
    expdp system/system directory=dpump_dir dumpfile=tablesdump.dmp content=DATA_ONLY schemas=ko1 tables=KO1QT01 logfile=capture.log
    the log in the console screen is (is in Spanish), no log file was cerated in the directory path.
    Export: Release 10.2.0.1.0 - Production on Martes, 26 Enero, 2010 12:59:14
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Conectado a: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    UDE-00010: se han solicitado varios modos de trabajo, schema y tables.
    (English error)
    UDE-00010: multiple job modes requested,schema y tables.
    This is why I used tables=user.tablename instead, is this right ?
    Thks

  • Getting ORA-31655 while trying to export Tablespace via Datapump

    Hi
    I am trying to export the tablespace GRAHAM_BMF_TS_01 as per below but I am getting the following error:
    ORA-31655: no data or metadata objects selected for job
    SQL> select SEGMENT_NAME from dba_segments where TABLESPACE_NAME='GRAHAM_BMF_TS_01';
    SEGMENT_NAME
    BMF_AGREEMENTS
    SQL> select count(*) from BMF_AGREEMENTS;
      COUNT(*)
        199999
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    $ expdp directory=DATA_PUMP_DIR_CORRUPTION_TEST dumpfile=pre_corruption_dp.dmp logfile=pre_corruption_dp.log  TABLESPACES=GRAHAM_BMF_TS_01 CONTENT=ALL
    Export: Release 10.2.0.3.0 - 64bit Production on Tuesday, 21 June, 2011 12:45:59
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Username: / as sysdba
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    Starting "SYS"."SYS_EXPORT_TABLESPACE_01":  /******** AS SYSDBA directory=DATA_PUMP_DIR_CORRUPTION_TEST dumpfile=pre_corruption_dp.dmp logfile=pre_corruption_dp.log TABLESPACES=GRAHAM_BMF_TS_01 CONTENT=ALL
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-31655: no data or metadata objects selected for job
    Job "SYS"."SYS_EXPORT_TABLESPACE_01" completed with 1 error(s) at 12:46:14Any ideas what I am doing wrong?
    Edited by: Grahambo on Jun 21, 2011 4:52 AM

    Not sure why this thread was locked, but I unlocked it.
    There may be segments in this tablespace, but they may not be owned by a schema that is exported using Data Pump. For example, if all of the storage in this tablespace is owned by the SYS schema, then there is nothing in this tablespace to be exported.
    Any idea what schema owns the segments in this tablespace?
    Dean

  • Report suddenly showing ORA-20001: Error fetching column value: ORA-06502:

    Hi,
    Some reports in my applications are suddenly showing:
    ORA-20001: Error fetching column value: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    instead iof the data they used to show.
    In my development system I can fix this by:
    1. changing the column alias in my sql
    select 'a' alias1 from dual becomes
    select 'a' alias2 from dual
    2. SAVE CHANGES
    3. change column alias back to original
    select 'a' alias2 from dual becomes
    select 'a' alias1 from dual
    4. reorder columns back to original in the 'report attributes' tab
    alias1 is now at the bottom of my colum list - i just bounce it up to column 4 using the up arrows
    5. SAVE CHANGES
    then everything starts working OK again.
    There seems to be nothing wrong with my sql as I can make it works on a new page or after I run the above steps, so I guess something is breaking somewhere but I cannot work out what.
    Has anyone else seen this? Does anyone know the cause? Does anyone have a fix for this that does not involve the above steps (plus redeployment to prodcution and all the work that involves)?
    I am seeing this on version 2.3 and 3.0.
    Thanks,
    Martin

    Hi Scott,
    I think this is want you want (sorry it's not easy to read):
    wp.suite_id - Database Column NUMBER - Report Column Based on LOV
    wp.project_id - Database Column NUMBER - Report Column Based on LOV
    wp.application_order wp_order - Database Column NUMBER - Report Column Standard
    lpad(wp.work_package_id,5,'0')||' - '||wp.name wp_name - Database Column NUMBER/VARCHAR2 - Report Column Standard
    pt.application_order pt_order - Database Column NUMBER - Report Column Standard
    pt.name pt_name - Database Column VARCHAR2 - Report Column Standard
    substr(pt.description,1,30) description - Database Column VARCHAR2 - Report Column Standard
    pt.application_tier - Database Column VARCHAR2 - Report Column Based on LOV
    pt.application_method - Database Column VARCHAR2 - Report Column Based on LOV
    pt.TECH_LEAD_ID - Database Column NUMBER - Report Column Based on LOV
    This report has no link columns and no derived columns.
    Regards,
    Martin

  • When i add CMR between 2 CMP, it show ORA-00904

    i create 2 "CMP from table" without foreign key. i can create both instance by home.create() . after i add CMR between both. i can create master but can't create detail. when i create the detail, it show ORA-00904.
    anyone can help me?
    master table is
    CREATE TABLE KAY_TMP_1 (
    ID VARCHAR2 (2) NOT NULL,
    KAY_NUM NUMBER (9,2),
    KAY_NAME VARCHAR2 (10),
    KAY_DATE DATE,
    PRIMARY KEY ( ID ) ) ;
    detail table is
    CREATE TABLE KAY_TMP_2 (
    ID2 VARCHAR2 (2) NOT NULL,
    SUB_ID2 VARCHAR2 (2) NOT NULL,
    KAY_NAME2 VARCHAR2 (10),
    PRIMARY KEY ( ID2, SUB_ID2 ) ) ;
    ejb-jar.xml
    <?xml version = '1.0' encoding = 'GBK'?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <description>Entity Bean ( CMP )</description>
    <display-name>Kay_tmp_2</display-name>
    <ejb-name>Kay_tmp_2</ejb-name>
    <home>fehd.web.util.Kay_tmp_2Home</home>
    <remote>fehd.web.util.Kay_tmp_2</remote>
    <local-home>fehd.web.util.Kay_tmp_2LocalHome</local-home>
    <local>fehd.web.util.Kay_tmp_2Local</local>
    <ejb-class>fehd.web.util.impl.Kay_tmp_2Bean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>fehd.web.util.Kay_tmp_2PK</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>Kay_tmp_2</abstract-schema-name>
    <cmp-field>
    <field-name>id2</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>sub_id2</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>kay_name2</field-name>
    </cmp-field>
    </entity>
    <entity>
    <description>Entity Bean ( CMP )</description>
    <display-name>Kay_tmp_1</display-name>
    <ejb-name>Kay_tmp_1</ejb-name>
    <home>fehd.web.util.Kay_tmp_1Home</home>
    <remote>fehd.web.util.Kay_tmp_1</remote>
    <local-home>fehd.web.util.Kay_tmp_1LocalHome</local-home>
    <local>fehd.web.util.Kay_tmp_1Local</local>
    <ejb-class>kaytmp.Kay_tmp_1Bean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>Kay_tmp_1</abstract-schema-name>
    <cmp-field>
    <field-name>id</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>kay_num</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>kay_name</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>kay_date</field-name>
    </cmp-field>
    <primkey-field>id</primkey-field>
    </entity>
    <relationships>
    <ejb-relation>
    <ejb-relation-name>kayTmp1_kayTmp2</ejb-relation-name>
    <ejb-relationship-role>
    <ejb-relationship-role-name>kayTmp1-have-many-KayTmp2</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <cascade-delete/>
    <relationship-role-source>
    <ejb-name>Kay_tmp_1</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>kayTmp2</cmr-field-name>
    <cmr-field-type>java.util.Collection</cmr-field-type>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <multiplicity>Many</multiplicity>
    <relationship-role-source>
    <ejb-name>Kay_tmp_2</ejb-name>
    </relationship-role-source>
    </ejb-relationship-role>
    </ejb-relation>
    </relationships>
    </ejb-jar>
    orion-ejb-jar.xml
    <?xml version = '1.0' encoding = 'GBK'?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar>
    <enterprise-beans>
    <entity-deployment name="Kay_tmp_1" copy-by-value="false" data-source="jdbc/iasdbDS" exclusive-write-access="false" table="KAY_TMP_1">
    <primkey-mapping>
    <cmp-field-mapping name="id" persistence-name="ID" persistence-type="VARCHAR2(2)"/>
    </primkey-mapping>
    <cmp-field-mapping name="id" persistence-name="ID" persistence-type="VARCHAR2(2)"/>
    <cmp-field-mapping name="kay_num" persistence-name="KAY_NUM" persistence-type="NUMBER(9,2)"/>
    <cmp-field-mapping name="kay_name" persistence-name="KAY_NAME" persistence-type="VARCHAR2(10)"/>
    <cmp-field-mapping name="kay_date" persistence-name="KAY_DATE" persistence-type="DATE"/>
    </entity-deployment>
    <entity-deployment name="Kay_tmp_2" copy-by-value="false" data-source="jdbc/iasdbDS" exclusive-write-access="false" table="KAY_TMP_2">
    <primkey-mapping>
    <cmp-field-mapping>
    <fields>
    <cmp-field-mapping name="id2" persistence-name="ID2" persistence-type="VARCHAR2(2)"/>
    <cmp-field-mapping name="sub_id2" persistence-name="SUB_ID2" persistence-type="VARCHAR2(2)"/>
    </fields>
    </cmp-field-mapping>
    </primkey-mapping>
    <cmp-field-mapping name="id2" persistence-name="ID2" persistence-type="VARCHAR2(2)"/>
    <cmp-field-mapping name="sub_id2" persistence-name="SUB_ID2" persistence-type="VARCHAR2(2)"/>
    <cmp-field-mapping name="kay_name2" persistence-name="KAY_NAME2" persistence-type="VARCHAR2(10)"/>
    </entity-deployment>
    </enterprise-beans>
    <assembly-descriptor>
    <default-method-access>
    <security-role-mapping impliesAll="true" name="&lt;default-ejb-caller-role>"/>
    </default-method-access>
    </assembly-descriptor>
    </orion-ejb-jar>

    Have a look at the orion-ejb-jar.xml which is generated by oc4j in the application-deployments dir.
    Oc4j takes your orion-ejb-jar.xml and generates its own basing on your version.
    In the generated file you should be able to see the select statements which will be executed.

  • DATA PUMP API returning ORA-31655

    Hello Gurus,
    I am using below code to import a table(EMP) from one Database to Another using Network.
    set serveroutput on;
    DECLARE
    ind NUMBER; -- Loop index
    spos NUMBER; -- String starting position
    slen NUMBER; -- String length for output
    h1 NUMBER; -- Data Pump job handle
    percent_done NUMBER; -- Percentage of job complete
    job_state VARCHAR2(30); -- To keep track of job state
    le ku$_LogEntry; -- For WIP and error messages
    js ku$_JobStatus; -- The job status from get_status
    jd ku$_JobDesc; -- The job description from get_status
    sts ku$_Status; -- The status object returned by get_status
    BEGIN
    h1 := DBMS_DATAPUMP.OPEN('IMPORT','TABLE','DBLINK',NULL,'LATEST');
    DBMS_DATAPUMP.METADATA_FILTER(h1,'NAME_EXPR','IN (''SCOTT.EMP'')','TABLE');
    DBMS_DATAPUMP.SET_PARAMETER(h1,'TABLE_EXISTS_ACTION','REPLACE');
    DBMS_DATAPUMP.METADATA_REMAP(h1,'REMAP_SCHEMA','SCOTT','SCOTT');
    --DBMS_DATAPUMP.METADATA_FILTER(h1,'INCLUDE_PATH_LIST','like''TABLE''');
    DBMS_DATAPUMP.METADATA_REMAP(h1,'REMAP_TABLESPACE','USERS','USERS');
    DBMS_DATAPUMP.SET_PARALLEL(h1,8);
    begin
    dbms_datapump.start_job(h1);
    dbms_output.put_line('Data Pump job started successfully');
    exception
    when others then
    if sqlcode = dbms_datapump.success_with_info_num
    then
    dbms_output.put_line('Data Pump job started with info available:');
    dbms_datapump.get_status(h1,
    dbms_datapump.ku$_status_job_error,0,
    job_state,sts);
    if (bitand(sts.mask,dbms_datapump.ku$_status_job_error) != 0)
    then
    le := sts.error;
    if le is not null
    then
    ind := le.FIRST;
    while ind is not null loop
    dbms_output.put_line(le(ind).LogText);
    ind := le.NEXT(ind);
    end loop;
    end if;
    end if;
    else
    raise;
    end if;
    end;
    -- The export job should now be running. In the following loop, we will monitor
    -- the job until it completes. In the meantime, progress information is
    -- displayed.
    percent_done := 0;
    job_state := 'UNDEFINED';
    while (job_state != 'COMPLETED') and (job_state != 'STOPPED') loop
    dbms_datapump.get_status(h1,
    dbms_datapump.ku$_status_job_error +
    dbms_datapump.ku$_status_job_status +
    dbms_datapump.ku$_status_wip,-1,job_state,sts);
    js := sts.job_status;
    -- If the percentage done changed, display the new value.
    if js.percent_done != percent_done
    then
    dbms_output.put_line('*** Job percent done = ' ||
    to_char(js.percent_done));
    percent_done := js.percent_done;
    end if;
    -- Display any work-in-progress (WIP) or error messages that were received for
    -- the job.
    if (bitand(sts.mask,dbms_datapump.ku$_status_wip) != 0)
    then
    le := sts.wip;
    else
    if (bitand(sts.mask,dbms_datapump.ku$_status_job_error) != 0)
    then
    le := sts.error;
    else
    le := null;
    end if;
    end if;
    if le is not null
    then
    ind := le.FIRST;
    while ind is not null loop
    dbms_output.put_line(le(ind).LogText);
    ind := le.NEXT(ind);
    end loop;
    end if;
    end loop;
    -- Indicate that the job finished and detach from it.
    dbms_output.put_line('Job has completed');
    dbms_output.put_line('Final job state = ' || job_state);
    dbms_datapump.detach(h1);
    -- Any exceptions that propagated to this point will be captured. The
    -- details will be retrieved from get_status and displayed.
    exception
    when others then
    dbms_output.put_line('Exception in Data Pump job');
    dbms_datapump.get_status(h1,dbms_datapump.ku$_status_job_error,0,
    job_state,sts);
    if (bitand(sts.mask,dbms_datapump.ku$_status_job_error) != 0)
    then
    le := sts.error;
    if le is not null
    then
    ind := le.FIRST;
    while ind is not null loop
    spos := 1;
    slen := length(le(ind).LogText);
    if slen > 255
    then
    slen := 255;
    end if;
    while slen > 0 loop
    dbms_output.put_line(substr(le(ind).LogText,spos,slen));
    spos := spos + 255;
    slen := length(le(ind).LogText) + 1 - spos;
    end loop;
    ind := le.NEXT(ind);
    end loop;
    end if;
    end if;
    END;
    when i run the same code and change the mode for SCHEMA LEVEL import it is working fine.
    But when i want to import a single table it is giving below error
    Data Pump job started successfully
    Starting "SCOTT"."SYS_IMPORT_TABLE_06":
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-31655: no data or metadata objects selected for job
    *** Job percent done = 100
    Job "SCOTT"."SYS_IMPORT_TABLE_06" completed with 1 error(s) at 20:56:23
    Job has completed
    Final job state = COMPLETED
    can you give any suggestions on this error.
    Thanks in advance

    Did you check this link?
    http://arjudba.blogspot.com/2009/01/ora-31655-no-data-or-metadata-objects.html
    Does it provide any help?
    Regards.
    Satyaki De.

  • Notifications show ORA-00931 error

    Hello,
    Oracle Workflow show ORA-00931 after to start a process and at the first notification step show ERROR in status and the follow message as exception:
    Error Message ORA-00931: missing identifier
    Error Stack WF_XML.EnqueueMessage(, 1, OWF_MGR:69) WF_XML.EnqueueNotification(69) Wf_Notification.SendSingle(OWF_MGR, SAC, MSG_RECEPCION_BC, WF_ENGINE.CB) Wf_Notification.Send(OWF_MGR, SAC, MSG_RECEPCION_BC, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(SAC, 100, 469, SAC:MSG_RECEPCION_BC) Wf_Engine_Util.Notification(SAC, 100, 469, RUN)
    You can help me to fix this problem?
    Thanks in advance.
    Dagoberto

    Try reviewing Metalink Note 135639.1. Basically, the database session you are running in probably has an NLS_LANG that does not match a workflow enabled language.
    Hello,
    Oracle Workflow show ORA-00931 after to start a process and at the first notification step show ERROR in status and the follow message as exception:
    Error Message ORA-00931: missing identifier
    Error Stack WF_XML.EnqueueMessage(, 1, OWF_MGR:69) WF_XML.EnqueueNotification(69) Wf_Notification.SendSingle(OWF_MGR, SAC, MSG_RECEPCION_BC, WF_ENGINE.CB) Wf_Notification.Send(OWF_MGR, SAC, MSG_RECEPCION_BC, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(SAC, 100, 469, SAC:MSG_RECEPCION_BC) Wf_Engine_Util.Notification(SAC, 100, 469, RUN)
    You can help me to fix this problem?
    Thanks in advance.
    Dagoberto

  • Database startup showing ORA-00942: table or view does not exist in trace

    Hi Friends,
    SunOS 5.10 Generic_137112-06 i86pc i386 i86pc , 64 Bit
    Oracle 10.2.0.1.0
    While I am doing a startup, getting following error.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 3221225472 bytes
    Fixed Size 2122544 bytes
    Variable Size 410819792 bytes
    Database Buffers 2801795072 bytes
    Redo Buffers 6488064 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forcedThe alert log shows the following
    Errors in file /applns/oracle/admin/CTSD1/udump/ctsd1_ora_11486.trc:
    ORA-00942: table or view does not exist
    Error 942 happened during db open, shutting down database
    USER: terminating instance due to error 942
    Instance terminated by USER, pid = 11486
    ORA-1092 signalled during: ALTER DATABASE OPEN...A look at the trace file shows this
    /applns/oracle/admin/CTSD1/udump/ctsd1_ora_11486.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /applns/oracle
    System name: SunOS
    Node name: N890
    Release: 5.10
    Version: Generic_137112-06
    Machine: i86pc
    Instance name: CTSD1
    Redo thread mounted by this instance: 1
    Oracle process number: 23
    Unix process pid: 11486, image: oracle@N890 (TNS V1-V3)
    *** SERVICE NAME:() 2011-02-16 19:24:50.188
    *** SESSION ID:(325.3) 2011-02-16 19:24:50.188
    Successfully allocated 3 recovery slaves
    Using 367 overflow buffers per recovery slave
    Thread 1 checkpoint: logseq 45929, block 2, scn 310788795>cache-low rba: logseq 45929, block 3
    >on-disk rba: logseq 45929, block 52, scn 310788832
    >start recovery at logseq 45929, block 3, scn 0
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 24Kb in 0.31s => 0.08 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 0Kb, moves: 0/61 (0%)
    Longest LWN: 16Kb, moves: 0/3 (0%), moved: 0Mb
    Last redo scn: 0x0000.128642df (310788831)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 4/4 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 117/121 = 1.0
    *** 2011-02-16 19:24:50.515
    KCRA: start recovery claims for 4 data blocks
    *** 2011-02-16 19:24:50.515
    KCRA: blocks processed = 4/4, claimed = 4, eliminated = 0
    *** 2011-02-16 19:24:50.516
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 45929 Reading mem 0
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 1
    Average hash chain = 4/4 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 121/121 = 1.0
    ORA-00942: table or view does not existI have searched MOS and Google, but didn;'t get any relevant results.
    Also flushed my shared_pool as mentioned in (http://www.tanelpoder.com/files/oracle_rowcache.pdf) after mount and started , still no luck
    Any help is appreciated
    Thanks
    SSN

    Hi,
    Thanks.
    Tried log mining, but still couldn't find the culprit. I think now, I have to drop and create this db.Still wondering what might have happened.
    select group#,status from v$log;
        GROUP# STATUS
             1 INACTIVE
             3 INACTIVE
             2 CURRENT
    SQL> select group#,MEMBER from v$logfile where group#=2;
        GROUP#
    MEMBER
             2
    /applns/oracle/oradata/CTSD1/redo02.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo02.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> select group#,MEMBER from v$logfile where group#=1;
        GROUP#
    MEMBER
             1
    /applns/oracle/oradata/CTSD1/redo01.log
             1
    /applns/oracle/oradata/CTSD1/redolog001.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo01.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redolog001.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL> EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.
    SQL> select group#,MEMBER from v$logfile where group#=3
        GROUP#
    MEMBER
             3
    /applns/oracle/oradata/CTSD1/redo03.log
    SQL> EXECUTE sys.DBMS_LOGMNR.ADD_LOGFILE( LOGFILENAME => '/applns/oracle/oradata/CTSD1/redo03.log',OPTIONS => sys.DBMS_LOGMNR.NEW);
    PL/SQL procedure successfully completed.
    SQL>  EXECUTE sys.DBMS_LOGMNR.START_LOGMNR;
    PL/SQL procedure successfully completed.
    SQL> SELECT COUNT (*) FROM   v$logmnr_contents WHERE  operation = 'DDL';
      COUNT(*)
             0
    SQL> EXECUTE sys.DBMS_LOGMNR.END_LOGMNR();
    PL/SQL procedure successfully completed.SSN

  • EXPDP error - ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOA

    Greetings All,
    Oracle 11g (11.2.0.0) on Windows 2008 R2
    I am getting the error below during a schema export of just 1 particular schema. Other schema expdp’s don’t encounter this problem.
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [REF_CONSTRAINT:"CM_MASTER"."PPY_PEN_FK"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 17:11:30I have deleted the identified constraint, but then errors out again on another constraint.
    I have found a tentative resolution for the ORA-39126 error (delete database stats, then gather database stats) but have not done so yet.
    I have tried deleting the statistics for just the schema (cm_master), and then re-gathered stats for the same schema. Still get the error.
    I am concerned about the ORA-04063: package body “XDB.DBMS_XDBUTIL_INT” has errors.
    I have unlocked and set new password for the XDB user, but am not able to logon as XDB to re-compile the package body in question.
    We had some maintenance applied over the weekend that “revoked execute from public” on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_crypto_toolkit
    dbms_java_test
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    utl_smtp
    utl_tcpThe user performing the export with the problem (cm_master) was then granted execute back on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto_toolkit, dbms_java_test,  utl_smtp, utl_tcp,)Other schemas were granted execute on the following packages and are NOT having expdp problems:
    dbms_datapump
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto, dbms_crypto_toolkit, dbms_random, utl_smtp, utl_tcp )I don't think the public revokes are causing this error because the "Other schemas" do not have this error and were not specifically granted back all of the public revokes that cm_master received back.
    I appreciate any suggestions.
    Thanks for your time,
    Bob
    Edited by: Snyds on Jun 5, 2012 10:03 AM

    rjamya,
    I checked dba_registry, all 18 rows returned are VALID.
    I attempted to compile the package body identified in the error messages:
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errorswith
    alter package xdb.dbms_xdbutil_int compile body;I got thje following results
    Error starting at line 60 in command:
    alter package xdb.dbms_xdbutil_int compile body
    Error report:
    SQL Command: package XDB.DBMS_XDBUTIL_INT
    Failed: ORA-24344: success with compilation error
    24344. 00000 -  "success with compilation error"
    *Cause:    A sql/plsql compilation error occurred.
    *Action:   Return OCI_SUCCESS_WITH_INFO along with the error code
    package XDB.DBMS_XDBUTIL_INT altered.Any other suggestions regarding how to resolve errors in the XDB.DBMS_ packages?
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    I tried “exclude=REF_CONSTRAINT” on the export, the problem seemed to move to the next section:
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 96.31 MB
    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/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    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/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [PACKAGE_BODY:"CM_MASTER"."SR_MAINTENANCE"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 19:36:23I tried the suggestion from my Google-ing, drop database statistics, then gather database statistics. No effect, same error.
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    Again what seems odd is that I can export other schemas without errors.
    Any other suggestions, please.
    Thanks,
    Bob
    Edited by: Snyds on Jun 5, 2012 12:04 PM

  • How Can I Show ORA Exception in suitable format?

    Hi everybody,
    I use ADF framework and jdeveloper editor, when I execute Commit or Delete operation if they throw constraint exception, error handler class wrap them in suitable format and if I use Message Bundle and put message with name of constraint, they were handled and in client side my messages show ,but if I call Function or procedure and they throw any ORA Exception for example constraint Exception It dosen't work correctly and I see like this :
    ORA-00001: unique constraint (EXIR.PAYRO_UK) violated ORA-06512: at "EXIR.PKG_HRM4_004_PAYROLL", line 361 ORA-06512: at "EXIR.PKG_HRM4_004_PAYROLL", line 277 ORA-06512: at line 1
    although there is
    {"PAYRO_UK","please put percent field from 1 to 100"},
    in my Message Bundle class,
    please help me.

    Hi Viliam,
    I don't know what do you want to do but I do it in these steps : at first you should see this http://download-uk.oracle.com/docs/html/B25947_01/web_val008.htm for define your error handler class. next I change error handler class for my purpose to this :
    public class ExirErrorHandler extends DCErrorHandlerImpl {
    * Constructor for custom error handler.
    * @param setToThrow should exceptions throw or not
    private Vector exceptionList = new Vector();
    public ExirErrorHandler(boolean setToThrow) {
    super(setToThrow);
    public void reportException(DCBindingContainer bc, Exception ex) {
    exceptionList = new Vector();
    exceptionList = reCreat(ex, exceptionList);
    Exception exs = BuildFromVector(exceptionList);
    super.reportException(bc, exs);
    in this method I remove ORAExceptions and show appropriate message :
    private Vector reCreat(Exception ex, Vector vec) {
    if (ex instanceof JboException) {
    JboException jboEx = (JboException)ex;
    jboEx.setAppendCodes(false);
    if (thereIsNot(jboEx.getErrorCode(), vec)) {
    vec.add(jboEx);
    Object[] detailExceptions = jboEx.getDetails();
    jboEx.setExceptions(null);
    if ((detailExceptions != null) && (detailExceptions.length > 0)) {
    for (int z = 0, numEx = detailExceptions.length; z < numEx;
    z++) {
    vec = reCreat((Exception)detailExceptions[z], vec);
    } else if (ex instanceof SQLException) {
    SQLException sqlEx = (SQLException)ex;
    System.out.println("Exception Occured :: " +ex.getMessage());
    if (sqlEx.getMessage().indexOf("constraint") != -1 && sqlEx.getMessage().indexOf("(") != -1 && sqlEx.getMessage().indexOf(")") != -1) {
    String constraint =
    sqlEx.getMessage().substring(sqlEx.getMessage().indexOf("("),
    sqlEx.getMessage().indexOf(")"));
    if (constraint.indexOf(".") != -1)
    constraint =
    constraint.substring((constraint.indexOf(".") +
    1));
    JboException jbo =
    new JboException(CSMessageBundle.class, constraint, null);
    jbo.setAppendCodes(false);
    vec.add(jbo);
    return vec;
    I remove repetitive Exception in this method :
    private boolean thereIsNot(String errorCode, Vector vec) {
    while (vec.size() > index) {
    JboException jboEx = (JboException)vec.get(index);
    if (jboEx.getErrorCode().equals(errorCode))
    return false;
    ++index;
    return true;
    private JboException BuildFromVector(Vector vec) {
    if (vec == null)
    return null;
    int index = 0;
    JboException jbo = (JboException)vec.get(index);
    index++;
    while (index < vec.size()) {
    jbo.addToExceptions((JboException)vec.get(index));
    index++;
    return jbo;
    }

  • Expdp with ORA-04063: package body "SYS.DBMS_CUBE_EXP" error

    Hi,
    I try to use expdp to export all tables from schema BAW, but hit the following error. Oracle version is 11.2.0.2, and the package body "SYS.DBMS_CUBE_EXP" is invalid. Any idea to fix it?
    Starting "BAW"."SYS_EXPORT_SCHEMA_01": baw/******** directory=DATA_PUMP_DIR met
    rics=yes schemas=baw dumpfile=baw.dmp
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS [
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.02.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS [
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.02.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    Job "BAW"."SYS_EXPORT_SCHEMA_01" stopped due to fatal error at 16:07:26
    e

    The simple solution to this problem is, and its working perfectly with me on 11gR2 resolving the subject error.
    To avoid this problem, perform relational exports excluding OLAP's Analytic Workspaces.
    1) Remove workspace package from export:
    a. Connect sys/password as sysdba
    b. create table sys.exppkgact$_backup as select * from sys.exppkgact$;
    (Backup package before deleting it)
    c. delete from sys.exppkgact$ where package = 'DBMS_CUBE_EXP' and schema= 'SYS';
    d. commit;
    4) Run the export.

  • Expdp error ORA-39095

    Hi
    i m new to expdp i used to start to use expdp recently from exp.
    since it is having so many features within that.
    want to know some thing like abt the err:ORA-39095
    when i searched in google what they suggested to use filesize or some suggest to give dumpfile=1.dmp ,2.dmp,3.dmp like that. and some suggested to use %U.dmp
    so i m totally confusing what its exact resolution of this error? and kindly suggest me to how to proceed
    i think i m not well understoodl properly and then i have given parallel=4 then i remove the parallel parameter now backup happened so can anybody explain how parallel and dumpfile will works whether one parallel processes start to write one dumpfile like that or what?
    and also morning i have taken schema exp the dumpfile size 105MB . but afternoon by using expdp its splits upto 4 .dmp file 1.dmp, 2.dmp,3.dmp like that so each and every file is having around 40MB.
    what these files will do and suppose if i want to restore how can i restore by using these many dumpfiles ?
    pls advise i think these all are basic abt expdp but struggling need some help or some docs with examples.
    Thanks,
    M.Murali..

    1- You can use the dynamic format (i.e dumpfile=full_%U.dmp) :
    The 'wildcard' specification for the dump file can expand up to 99 files.
    If 99 files have been generated before the export has completed, it will again return the ORA-39095 error.
    2- If this is yet not enough and more files are needed, a workaround would be to speficy a bigger 'filesize' parameter.
    3- If this is inconvenient, another option is to use this syntax:
    dumpfile=fullexp%U.dmp, fullexp2_%U.dmp, fullexp3_%U.dmp
    which can expand up to 3*99 files.
    If encountering problems containing the dump in a single directory using this solution, you may prefer
    this syntax:
    dumpfile=dmpdir1:fullexp1_%U.dmp, dmpdir2:fullexp2_%U.dmp, dmpdir3:fullexp3_U.dmp
    (assuming the 3 directory objects listed above had been already created first).
    also here are some links to get ur started
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    http://www.orafaq.com/wiki/Datapump

  • Expdp error ORA-31693?

    hi
    when i use the "expdp" command with the key "query",that make some errors like this:
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P4645" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P2485" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P2705" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P2945" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P5405" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P3225" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P4205" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P6845" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P7585" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P3985" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P4925" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P509" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P5145" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P6525" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P2225" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P1481" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P3705" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P7085" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P7325" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P1985" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P3485" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P469" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P449" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P529" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P549" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P11754" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P11561" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P4425" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P409" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P1149" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P11947" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P6205" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P929" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P5665" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P570" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P5945" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P9631" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P11175" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P1845" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10017" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10210" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10403" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10596" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10982" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P11368" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P389" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P9245" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P10789" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P789" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P8473" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P8666" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P9438" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P9824" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P1765" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P12140" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P8859" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P9052" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P7887" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P7885" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P12333" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P12719" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P12526" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ORA-31693: Table data object "USER"."USERINFO":"SYS_P12912" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEPOPULATE callout
    ORA-29400: data cartridge error
    KUP-04038: internal error: kupax-meta1
    ths

    Pl post details of OS and database versions, along with how exactly you are executing expdp. MOS Doc 467950.1 (ORA-31693 AND ORA-02019 When Using EXPDP Over Network Link With Parallel > 1) might be relevant.
    HTH
    Srini

  • ASM instance removal not happening: showing ora.asm still runing

    I am trying to remove the ASM instance, though the ASM instance is down, still it shows resouce ora.asm is running.
    Could you please help me to remove the ASM instance.
    oracle@tbardbb2:/usr/home/rcummins> srvctl remove ASM -n tbardbb2
    -n option has been deprecated and will be ignored.
    PRCR-1025 : Resource ora.asm is still running
    Now I stopped the resource: crsctl stop resource ora.asm -n tbardbb2 -f
    now while deleting it shows:
    oracle@tbardbb2:/usr/home/rcummins> srvctl remove asm -n tbardbb2
    -n option has been deprecated and will be ignored.
    PRCR-1001 : Resource ora.asm does not exist
    How will I check if my ASM instance is removed..
    Edited by: 784786 on Jul 29, 2011 5:26 PM

    784786 wrote:
    I am trying to remove the ASM instance, though the ASM instance is down, still it shows resouce ora.asm is running.
    Could you please help me to remove the ASM instance.
    oracle@tbardbb2:/usr/home/rcummins> srvctl remove ASM -n tbardbb2
    -n option has been deprecated and will be ignored.
    PRCR-1025 : Resource ora.asm is still running
    Now I stopped the resource: crsctl stop resource ora.asm -n tbardbb2 -f
    now while deleting it shows:
    oracle@tbardbb2:/usr/home/rcummins> srvctl remove asm -n tbardbb2
    -n option has been deprecated and will be ignored.
    PRCR-1001 : Resource ora.asm does not exist
    How will I check if my ASM instance is removed..
    Edited by: 784786 on Jul 29, 2011 5:26 PM
    HI,
    Please read note How to remove an ASM instance and its corresponding database(s) on UNIX [ID 357261.1] for the details
    CHeers

  • 11g R2 database showing ORA 00600 error

    Hi experts,
    Please help,as my database is showing ORA00600 error. For instance,
    while database shutdown am getting following error
    ORA-01109 database not open
    and while starting up
    *ORA-00600: internal error code, arguments: [kcrfr_resize2][636029440],*
    *[67100672], [], [], [], [], []*
    Not able to start OIM web console.
    I have OIM 11g installed for learning purpose, wont be able to raise SR. Dont have DBA, as I have to deal with all the issues and am a newbie.
    Please help...
    Regards,
    Karan

    Hi,
    For learning purpose, it is best to take advantage of Virtual Machine technology...
    In the edelivery.oracle.com, Oracle has provided many different VMs...
    The site is:-
    https://edelivery.oracle.com/EPD/Search/handle_go
    Also learn from this link:-
    Re: Help to get started with Oracle IDM suite
    And this link:-
    Re: Oracle Identity Management 10g Release 2 (x86 32-bit) VM
    And then when you have one VM, blank VM..
    (1) Download Oracle Database installer...
    (2) Install it on this VM..
    (3) Keep the back up of this VM... So that every time something goes wrong you won't need to start from level 0...
    (4) So, now that you have database backup, you start with the next level...
    At Every successful level, keep one back up...
    (5) If something goes wrong in your Database, give some efforts to correct it in order to learn...
    (6) Otherwise, delete this VM and copy the backup... Once again, get started with fresh database installation level...
    Hope you will have a smooth learning...

Maybe you are looking for

  • HT1338 Time Machine - local backups

    I have a 2TB Time Machine connected to one Macbook with a 750GB hard drive... Since Time Machine setup, the local Macbook drive seems to have been completly consumed... Could this be due to "local" backup images on the Macbook?  How do I clean it up?

  • "lib/libfreebl3.so: version `NSSRAWHASH_3.12.3' not found"!!

    I'm trying to setup Sun Java System Web Server7.0 on the fedora11. And then I have a problem with "configuration failed". I get the error massage: **Apr 25, 2011 7:33:38 PM com.sun.web.admin.configurator.ConfigureServer main** **WARNING: /sun/webserv

  • IPod erased everything

    I was watching a movie on my iPod and needed to stop. I have the 'Remember last play' option turned on. when I came back later and selected the movie, all I got was a black screen. I did a reset and It erased my entire iPod. I have nothing now. There

  • System prefs not letting me access screensavers

    When i click the screen saver tab it just closes the whole window. I dont know whats going on. I was just changing a few settings on the itunes screen saver. Any help would be awesome. Thanks.

  • Content Component - JJB2

    Dear friends,                      I try to add the content component in jjb2 but there showing one error msg "Error occured when reading content comp." kindly give the solutions. Regards, S.Siva