Impdp error ..ORA:56937,ORA:39065

we are getting below error message while importing. ORA-39097: Data Pump job encountered unexpected error -56937 ORA-39065: unexpected master process exception in DISPATCH ORA-56937: failed to load the secondary time zone data file
the par file is as follows :
impdp system/oracle directory=datadump dumpfile=devf3war_19apr_evng.dmp remap_tablespace =DEVF3WAR:WARBADEV remap_schema=DEVF3WAR:WARBADEV logfile=WARBADEV_imp.log

Tue Apr 19 19:47:09 2011
DM06 started with pid=27, OS id=10438, job SYSTEM.SYS_IMPORT_FULL_02
Tue Apr 19 19:47:10 2011
DW01 started with pid=32, OS id=10440, wid=1, job SYSTEM.SYS_IMPORT_FULL_02
Tue Apr 19 19:47:21 2011
Errors in file /oracle/ora11g22/app/diag/rdbms/me11g22/ME11G22/trace/ME11G22_dm06_10438.trc (incident=17017):
ORA-04031: unable to allocate 795552 bytes of shared memory ("large pool","unknown object","large pool","Allocate TT. qesdpiRacAction_cb")
Incident details in: /oracle/ora11g22/app/diag/rdbms/me11g22/ME11G22/incident/incdir_17017/ME11G22_dm06_10438_i17017.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Failed to allocate memory 4 TT. qesdpiRacAction_cb(DST_2)
Tue Apr 19 19:47:26 2011
Dumping diagnostic data in directory=[cdmp_20110419194726], requested by (instance=1, osid=10438 (DM06)), summary=[incident=17017].
Tue Apr 19 19:47:26 2011
Sweep [inc][17017]: completed
Sweep [inc2][17017]: completed
Tue Apr 19 19:53:05 2011
Thread 1 cannot allocate new log, sequence 360
Private strand flush not complete
Current log# 4 seq# 359 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo04.log
Thread 1 advanced to log sequence 360 (LGWR switch)
Current log# 5 seq# 360 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo05.log
Tue Apr 19 20:03:08 2011
Thread 1 cannot allocate new log, sequence 361
Private strand flush not complete
Current log# 5 seq# 360 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo05.log
Thread 1 advanced to log sequence 361 (LGWR switch)
Current log# 1 seq# 361 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo01.log
Tue Apr 19 20:14:47 2011
Thread 1 advanced to log sequence 362 (LGWR switch)
Current log# 2 seq# 362 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo02.log
Tue Apr 19 20:25:14 2011
Thread 1 cannot allocate new log, sequence 363
Private strand flush not complete
Current log# 2 seq# 362 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo02.log
Thread 1 advanced to log sequence 363 (LGWR switch)
Current log# 3 seq# 363 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo03.log
Tue Apr 19 20:35:24 2011
Thread 1 cannot allocate new log, sequence 364
Private strand flush not complete
Current log# 3 seq# 363 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo03.log
Thread 1 advanced to log sequence 364 (LGWR switch)
Current log# 4 seq# 364 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo04.log
Tue Apr 19 20:48:04 2011
Thread 1 cannot allocate new log, sequence 365
Private strand flush not complete
Current log# 4 seq# 364 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo04.log
Thread 1 advanced to log sequence 365 (LGWR switch)
Current log# 5 seq# 365 mem# 0: /oraextME3/oradata/ME11G22/ME11G22/redo05.log

Similar Messages

  • Impdp error ORA 316931 29913, 31011, 19202

    One of my colleague got this error while importing a database from dump and he passed it to me resolve the issue.
    The import command used:
    impdp raviuyre/systemcr DUMPFILE=3_dir:FITHA_0.dmp LOGFILE=import_0.log TABLES=SLATIONS TABLE_EXISTS_ACTION=APPEND*
    Error:
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    ORA-39153: Table "RAVIUYRE"."SLATIONS" exists and has been appended. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of append
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "RAVIUYRE"."SLATIONS" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00217: invalid character 133 (U0085)+
    Error at line 1
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Is the below error
    ORA-31693: Table data object "RAVIUYRE"."SLATIONS" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00217: invalid character 133 (U0085)+
    caused because of the table which has been appended.
    Kindly help me.....
    Thanks in advance,
    NONUDAY

    897910 wrote:
    Hi Srini,
    I found out that this database has a character set WE8MSWIN1252 which doesn't support XML type.Pl elaborate on how you determined this. I am not an expert in XML types, but I do not think support is related to NLS_CHARACTERSET.
    >
    SQL> select * from nls_database_parameters where parameter ='NLS_CHARACTERSET';
    PARAMETER                      VALUE
    NLS_CHARACTERSET               WE8MSWIN1252
    Is above the character set is reason for the error, if yes can you tell me how can I change the WE8MSWIN1252 to AL32UTF8(supports XML)?
    Thanks for your inputs..
    Regards,
    KarthikFor changing charactersets, pl see these MOS Docs
    Changing the NLS_CHARACTERSET to AL32UTF8 / UTF8 (Unicode)          [Document 260192.1]
    AL32UTF8 / UTF8 (Unicode) Database Character Set Implications          [Document 788156.1]
    HTH
    Srini

  • Data pump error ORA-39065, status undefined after restart

    Hi members,
    The data pump full import job hung, continue client also hung, all of a sudden the window exited.
    ;;; Import> status
    ;;; Import> help
    ;;; Import> status
    ;;; Import> continue_client
    ORA-39065: unexpected master process exception in RECEIVE
    ORA-39078: unable to dequeue message for agent MCP from queue "KUPC$C_1_20090923181336"
    Job "SYSTEM"."SYS_IMPORT_FULL_01" stopped due to fatal error at 18:48:03
    I increased the shared_pool to 100M and then restarted the job with attach=jobname. After restarting, I have queried the status and found that everything is undefined. It still says undefined now and the last log message says that it has been reopened. Thats the end of the log file and nothing else is being recorded. I am not sure what is happening now. Any ideas will be appreciated. This is 10.2.0.3 version on windows. Thanks ...
    Job SYS_IMPORT_FULL_01 has been reopened at Wednesday, 23 September, 2009 18:54
    Import> status
    Job: SYS_IMPORT_FULL_01
    Operation: IMPORT
    Mode: FULL
    State: IDLING
    Bytes Processed: 3,139,231,552
    Percent Done: 33
    Current Parallelism: 8
    Job Error Count: 0
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest%u.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest01.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest02.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest03.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest04.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest05.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest06.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest07.dmp
    Dump File: D:\oracle\product\10.2.0\admin\devdb\dpdump\devtest08.dmp
    Worker 1 Status:
    State: UNDEFINED
    Worker 2 Status:
    State: UNDEFINED
    Object Schema: trm
    Object Name: EVENT_DOCUMENT
    Object Type: DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Completed Objects: 1
    Completed Rows: 78,026
    Completed Bytes: 4,752,331,264
    Percent Done: 100
    Worker Parallelism: 1
    Worker 3 Status:
    State: UNDEFINED
    Worker 4 Status:
    State: UNDEFINED
    Worker 5 Status:
    State: UNDEFINED
    Worker 6 Status:
    State: UNDEFINED
    Worker 7 Status:
    State: UNDEFINED
    Worker 8 Status:
    State: UNDEFINED

    39065, 00000, "unexpected master process exception in %s"
    // *Cause:  An unhandled exception was detected internally within the master
    //          control process for the Data Pump job.  This is an internal error.
    //          messages will detail the problems.
    // *Action: If problem persists, contact Oracle Customer Support.

  • Impdp error ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDL

    Hi,
    I am trying to generate sql script form the dmp file.
    but getting this error.
    C:\Documents and Settings\satish.HTSS>impdp egift/egift@local directory=DIR1 dum
    pfile=exp.dmp sqlfile=create.sql
    Import: Release 10.2.0.1.0 - Production on Saturday, 24 May, 2008 0:16:07
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Master table "EGIFT"."SYS_SQL_FILE_FULL_01" successfully loaded/unloaded
    Starting "EGIFT"."SYS_SQL_FILE_FULL_01":  egift/********@local directory=DIR1 du
    mpfile=exp.dmp sqlfile=create.sql
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/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/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    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/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling D
    BMS_METADATA.CONVERT []
    ORA-06502: PL/SQL: numeric or value error
    LPX-00007: unexpected end-of-file encountered
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6235
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    20B135F8     14916  package body SYS.KUPW$WORKER
    20B135F8      6300  package body SYS.KUPW$WORKER
    20B135F8     12279  package body SYS.KUPW$WORKER
    20B135F8      3279  package body SYS.KUPW$WORKER
    20B135F8      3956  package body SYS.KUPW$WORKER
    20B135F8      6931  package body SYS.KUPW$WORKER
    20B135F8      1262  package body SYS.KUPW$WORKER
    18E96684         2  anonymous block
    Job "EGIFT"."SYS_SQL_FILE_FULL_01" stopped due to fatal error at 00:16:31and this error always comes when it turns to generate sql for the triggers.
    i am facing this error continuously.
    thanks

    Hi,
    Its an unpatched db.So you must patch it first.Here is what is mentioned about this error
    39125, 00000, "Worker unexpected fatal error in %s while calling %s [%s]" // *Cause: An unhandled exception was detected internally within the worker
    // process for the Data Pump job while calling the specified external
    // routine. This is an internal error. Additional information may be
    // supplied.
    // *Action: If problem persists, contact Oracle Customer Support.
    So the better part is to contact Support.See if this thread can help you.Its not having much but still ,
    Error ORA-39125 and ORA-04063 during export for transportable tablespace
    Aman....

  • IMPDP  Errors  ORA-39083  ORA-01918

    Oracle Database 10.2
    OS IBM AIX
    Hi
    I have to do one datapump import into one database. The source database is different.
    The dumpfile contains 3 different schemas. And I need to import into one schema with a different name.
    For example, Export dump contains AB, CD and EF.
    I need to import only EF user into new database and it should become MN.
    I have used remap_schema=EF:MN
    The following is the import parfile.
    userid='/ as sysdba'
    directory=DF_DUMP
    dumpfile=AMRC%U.dmp
    remap_schema=EF:MN
    remap_tablespace=RM100:TS100
    remap_tablespace=DATA100:DATA300
    job_name=MNIMPORT
    logfile=MNIMPORT.log
    parallel=4
    I have started the import. But I see the below errors
    ORA-39083: Object type TABLE failed to create with error:
    ORA-01918: user 'AB' does not exist
    Failing sql is:
    CREATE TABLE
    After this, import of MN has begun.
    How to resolve the below error ? What is the reason for this error ? What changes are needed in parfile ?

    Three errors
    - You didn't look up the error messages in the online documentation.
    - impdp by default imports the entire file (Full=y). You need the SCHEMAS= clause
    - expdp and impdp shouldn't be run as SYS
    All in all you could have found the answer very easily in the online documentation.
    Please avoid asking redundant questions in the future.
    Sybrand Bakker
    Senior Oracle DBA

  • Impdp error: ORA-02369

    What's wrong:
    F:\com\Export>impdp system/test@test full=y dumpfile=EXPDP_FULL:com_dp.dmp
    logfile=EXPDP_FULL:fullimp_dp.log
    Import: Release 11.1.0.7.0 - 64bit Production on Donnerstag, 30 Juli, 2009 14:56
    :49
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Angemeldet bei: Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    ORA-39002: Ung³ltiger Vorgang
    ORA-31694: Master-Tabelle "SYSTEM"."SYS_IMPORT_FULL_01" konnte nicht geladen/ent
    laden werden
    ORA-02354: Fehler beim Exportieren/Importieren von Daten
    ORA-02368: the following file is not valid for this load operation
    ORA-02369: internal number in header in file F:\com\Export\com_dp.dmp is not val
    id
    roger

    Roger,
    Like everyone else here has already mentioned, this sounds like corruption. One way to verify is to try the import where the dumpfile was created. You can try this command and instead of creating objects, it will just write the ddl to a sqlfile.
    impdp ...your normal command ... sqlfile=mytest.sql
    If you don't get any errors here, then it has to do with how you got the dumpfile from the source to the target. This command will create a file called mytest.sql with all of the ddl that is contained in the dumpfile.
    Hope this helps.
    Dean

  • Impdp error while attaching the job - Urgent - Prod batches are stopped

    I am getting following error, when I invoke the following command.
    impdp "'/ as sysdba'" attach ="SYS"."SYS_IMPORT_TABLE_01"
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-44003: invalid SQL name
    ORA-39097: Data Pump job encountered unexpected error -44003
    The actual import job was stopped with stop_job in impdp> prompt.
    DB Version: 10.2.0.2.
    Please throw some lights to fix this issue. Production batches are already on hold. It is very urgent.

    I can't remember the number of the bug sorry, but i haven't the same issue and I had to update to 10.2.0.3.0 (I opened a SR before in my previous company when i worked)

  • Impdp triggers always give error ORA-04071:missing BEFORE, AFTER or INSTEAD

    Hello,
    I am using 11g impdp to create a test system.
    I use this cmd to import
    impdp 'SYS/xxxxx@PWRFUN AS SYSDBA' dumpfile=PWRPROD.DMP logfile=PWRFUNimportPROD.log SCHEMAS=pwrplant TABLE_EXISTS_ACTION=REPLACE
    Then I get this error for all the triggers
    ORA-39083: Object type TRIGGER failed to create with error:
    ORA-04071: missing BEFORE, AFTER or INSTEAD OF keyword
    Failing sql is:
    CREATE TRIGGER "PWRPLANT"."APPROVAL_STEPS_HISTORY" PS_HISTORY
    BEFORE UPDATE OR INSERT ON PWRPLANT.APPROVAL_STEPS_HISTORY
    FOR EACH ROW
    BEGIN    :new.user_id := USER;    :new.time_stamp := SYSDATE; END;
    As you can see, the trigger does contain the word "before".
    When I remove " "PWRPLANT"."APPROVAL_STEPS_HISTORY" " and run the trigger below, it compiles correctly. Why is this, and how do I make my impdp to run correctly?
    CREATE TRIGGER PS_HISTORY
    BEFORE UPDATE OR INSERT ON PWRPLANT.APPROVAL_STEPS_HISTORY
    FOR EACH ROW
    BEGIN    :new.user_id := USER;    :new.time_stamp := SYSDATE; END;

    same error, thanks for your attemp
    Error starting at line 1 in command:
    CREATE TRIGGER "PWRPLANT"."APPROVAL_STEPS_HISTORY" PS_HISTORY
    BEFORE UPDATE OR INSERT ON PWRPLANT.APPROVAL_STEPS_HISTORY
    REFERENCING new AS new
    FOR EACH ROW
    BEGIN :new.user_id := USER; :new.time_stamp := SYSDATE; END;
    Error report:
    ORA-04071: missing BEFORE, AFTER or INSTEAD OF keyword
    04071. 00000 - "missing BEFORE, AFTER or INSTEAD OF keyword"
    *Cause:    The trigger statement is missing the BEFORE/AFTER/INSTEAD OF clause.
    *Action:   Specify either BEFORE, AFTER or INSTEAD OF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Impdp Procedure or function 10.2.0.4 Error ORA-00904

    I have error ORA-00904: "USERNAME" : identificateur non valide. What is the problem ?
    My command impdp :_
    **impdp datapump/password@%ORACLE_SID% DIRECTORY=datapump schemas=gcom INCLUDE=PROCEDURE remap_tablespace=gpao_indx:indx remap_tablespace=gpao_data:data DUMPFILE=%ORA_DUMPFILE% LOGFILE=Imp_%annee%%mois%%jour%%hh%%min%%sec%_%ORACLE_SID%.log**
    The result :_
    Import: Release 10.2.0.4.0 - Production on Jeudi, 15 Septembre, 2011 17:47:16
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Table maître "DATAPUMP"."SYS_IMPORT_SCHEMA_29" chargée/déchargée avec succès
    Démarrage de "DATAPUMP"."SYS_IMPORT_SCHEMA_29" : datapump/********@gpao DIRECTORY=datapump schemas=gcom INCLUDE=PROCEDURE remap_tablespace=gpao_indx:indx remap_tablespace=gpao_data:data remap_tablespace=gpao_temp:TEMP DUMPFILE=GPAO_DATAPUMP.DUMP LOGFILE=Imp_20110915174715_gpao.log TABLE_EXISTS_ACTION=replace
    Traitement du type d'objet DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Traitement du type d'objet DATABASE_EXPORT/SCHEMA/PROCEDURE/PROCEDURE
    ORA-06502: PL/SQL : erreur numérique ou erreur sur une valeur: tampon de chaîne de caractères trop petit
    ORA-01001: curseur non valide
    ORA-06512: à "SYS.KUPW$WORKER", ligne 5241
    ORA-06512: à "SYS.KUPW$WORKER", ligne 12750
    ORA-01001: curseur non valide
    ORA-00904: "USERNAME" : identificateur non valide
    Tâche "DATAPUMP"."SYS_IMPORT_SCHEMA_29" arrêtée en raison d'une erreur grave à 17:47:35
    Tkprof result :_
    [http://wattman44.dnsalias.net/telechargement/result_2844.txt]

    Refer MOS note 814896.1
    Since it is not describing your exact scenario, I would advise you to get in touch with Oracle support for this.

  • ORA-39065: unexpected master proce error while expdp.

    Yesterday I exported my schemas using the below command
    nohup expdp x/x@ORADB DIRECTORY=DATA_PUMP_DIR DUMPFILE=schemabackup_xltcconv_14july2010.dmp logfile=schemabackup_xltcconv_14july2010.log SCHEMAS=CNVOPRO8,CNVOPRO4,CNVREFO3,CNVREFO5,CNVAPPO1,X11DBSECO,CNVAPPO3,CNVREFO4,CNVREFO2,CNVOPRO2,CNVREFO6,CNVAPPO8,CNVAPP1,XDBSECO,CNVAPPO2,CNVPPO6,CNVREFO7,CNVOPRO3,CNVOPRO5,CNVAPPO7,CNVOPRO7,CNVOPRO1,CNVAPPO4,CNVAPPO5,CNVREFO8,CNVREFO1,CNVOPRO6 &
    ORA-39065: unexpected master process exception in KUPC$QUEUE_INT.PUT_STATUS
    ORA-39079: unable to enqueue message DG,KUPC$S_1_20100714231902,MCP, ,7152,Y
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPC$QUE_INT", line 969
    ORA-23603: STREAMS enqueue aborted due to low SGA
    ORA-39097: Data Pump job encountered unexpected error -39079
    What could be happening?

    user9131570 wrote:
    Yesterday I exported my schemas using the below command
    nohup expdp x/x@ORADB DIRECTORY=DATA_PUMP_DIR DUMPFILE=schemabackup_xltcconv_14july2010.dmp logfile=schemabackup_xltcconv_14july2010.log SCHEMAS=CNVOPRO8,CNVOPRO4,CNVREFO3,CNVREFO5,CNVAPPO1,X11DBSECO,CNVAPPO3,CNVREFO4,CNVREFO2,CNVOPRO2,CNVREFO6,CNVAPPO8,CNVAPP1,XDBSECO,CNVAPPO2,CNVPPO6,CNVREFO7,CNVOPRO3,CNVOPRO5,CNVAPPO7,CNVOPRO7,CNVOPRO1,CNVAPPO4,CNVAPPO5,CNVREFO8,CNVREFO1,CNVOPRO6 &
    ORA-39065: unexpected master process exception in KUPC$QUEUE_INT.PUT_STATUS
    ORA-39079: unable to enqueue message DG,KUPC$S_1_20100714231902,MCP, ,7152,Y
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPC$QUE_INT", line 969
    ORA-23603: STREAMS enqueue aborted due to low SGA
    ORA-39097: Data Pump job encountered unexpected error -39079
    What could be happening?Check below metalink note:
    *Expdp Fails With ORA-39065, ORA-39078,ORA-23603 [ID 785104.1]*
    Its mean if you use 10g then increase sga_target else you use 11g increase memory_target also Increase the streams_pool_size init parameter then try again
    Edited by: Chinar on Jul 14, 2010 9:27 PM

  • Impdp errors with ORA-01400: cannot insert NULL into

    Hi Experts,
    I have very intresting situation when I use impdp to import table back to DB.
    Environment:
    Database Server: 10.2.0.4 Enterprise
    OS: RHEL 5.5 64-bit
    We have a table and it's size is 350+ GB and so to reclaim space I want to perform expdp/impdp operation. When I following below steps:
    1) expdp table
    2) drop table
    3) impdp full table
    It works like a charm and I am able to reclaim 83% space and table size shows about 20GB.
    But when I follow below method:
    1) expdp table
    2) truncate table (To save some time not to import indexes, stats, constraints , etc)
    3) impdp table
    I get following error:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_TABLE_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_TABLE_01": sys/******** tables=<schema>.<table_name> directory=test_dir dumpfile=<table_name>_%u.dmp logfile=impdp_<table_name>.log parallel=16 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "<schema"."table_name" failed to load/unload and is being skipped due to error:
    ORA-01400: cannot insert NULL into ("schema"."table_name"."ID")
    Job "SYS"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 16:12:28
    Please advise how to proceed further, it seems like I am hitting some sort of Bug but metalink does not show any.
    Regards,
    MS
    Edited by: user10651321 on Nov 9, 2012 4:38 PM

    expdp and impdp operations should not be executed as SYS - try SYSTEM account instead. See first Note section here - http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_import.htm#sthref243
    Pl post the complete expdp and impdp commands used, along with a description of the table for which you encounter this error.
    HTH
    Srini

  • Impdp with error ORA-39083,ORA-00942,ORA-00959,ORA-39112,help!!!

    Hi,Friends,
    I did import a dump file, should be a schema by data pump.Got these errors:
    ORA-39083: Object type TABLE failed to create with error
    followed error:
    ORA-00942: table or view does not exist
    or
    ORA-00959: tablespace 'USERS2' does not exist
    ORA-39112: Dependent object type %s skipped, base object type %s creation failed ORA-39082: Object type created with compilation warnings
    Would anybody here can help me out?Thanks!

    Either pre-create the users2 tablespace in the target database, or use remap_tablespace parameter to specify the target tablespace instead of users2.
    As usual, complete syntax is in the doc - http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#sthref342

  • While import the table i got error "ORA-39166"

    I got error "ORA-39166: Object XXXXXXX_030210 was not found." while importing.
    Edited by: AshishS on 03-Feb-2012 04:37

    Pl post details of OS and database versions, along with the complete impdp command used and the sections from the log file where this error occurs.
    HTH
    Srini

  • Export: ORA-39097 ORA-39065 ORA-01403

    Hello Gurus
    I am getting below error for export,
    nohup expdp system/password@BROOM SCHEMAS=CWA directory=DATAPUMP dumpfile=broom.dmp logfile =broom.log  &Error
    Export: Release 11.2.0.3.0 - Production on Fri Mar 1 11:40:04 2013
    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, OLAP, Data Mining and Real Application Testing options
    ORA-39097: Data Pump job encountered unexpected error 100
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-01403: no data foundVersion
    11:46:49 : 01-MAR-13 @ SYS (TAMCW2) SQL>select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production

    user3636719 wrote:
    Hello Gurus
    I am getting below error for export,
    nohup expdp system/password@BROOM SCHEMAS=CWA directory=DATAPUMP dumpfile=broom.dmp logfile =broom.log  &
    logfile =broom.log &above shows undesired space character to left of equal sign

  • ORA-39097:,ORA-39065: ORA-31641: ORA-27086:  occurred in expxdp while taking datapump expdp backup.

    Hi,
    getting below error while running expdp.
    ORA-39097: Data Pump job encountered unexpected error -31641
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-31641: unable to create dump file "/netbackup_216/EXPDP_HEALTHDB_Full/11EXPDPBACKUP_PHCLMDBbkup_2013_07_03.dmp"
    ORA-27086: unable to lock file - already in use
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Additional information: 8
    Additional information: 205012
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 4 with process name "DW07" prematurely terminated
    ORA-31673: worker process interrupt for normal exit by master process
    ORA-06512: at "SYS.KUPW$WORKER", line 1714
    ORA-06512: at line 2

    yes,i am using parallel =4 option .
    export ORACLE_SID=PHCLMDB
    export date=bkup_$(date +%Y_%m_%d)
    OSID=$ORACLE_SID
    export filenm=EXPDPBACKUP_$OSID$hypn$date
    echo $filenm
    rm -rf /netbackup_216/EXPDP_HEALTHDB_Full/*.dmp
    expdp system directory=PHCLMDB_EXP dumpfile=$filenm.dmp,1$filenm.dmp,2$filenm.dmp,3$filenm.dmp,4$filenm.dmp,5$filenm.dmp,6$filenm.dmp,7$filenm.dmp,8$filenm.dmp,9$filenm.dmp,10$filenm.dmp,11$filenm.dmp,12$filenm.dmp,13$filenm.dmp,14$filenm.dmp,15$filenm.dmp,16$filenm.dmp,17$filenm.dmp,18$filenm.dmp,19$filenm.dmp,20$filenm.dmp,21$filenm.dmp,22$filenm.dmp,23$filenm.dmp,24$filenm.dmp,25$filenm.dmp,26$filenm.dmp,27$filenm.dmp,28$filenm.dmp,29$filenm.dmp,30$filenm.dmp,31$filenm.dmp,32$filenm.dmp,33$filenm.dmp,34$filenm.dmp,35$filenm.dmp,36$filenm.dmp,37$filenm.dmp,38$filenm.dmp,39$filenm.dmp,40$filenm.dmp,41$filenm.dmp,42$filenm.dmp,43$filenm.dmp,44$filenm.dmp,45$filenm.dmp,46$filenm.dmp,47$filenm.dmp,48$filenm.dmp,49$filenm.dmp,50$filenm.dmp,51$filenm.dmp,52$filenm.dmp,53$filenm.dmp,54$filenm.dmp,55$filenm.dmp,56$filenm.dmp,57$filenm.dmp,58$filenm.dmp,59$filenm.dmp,60$filenm.dmp,61$filenm.dmp,62$filenm.dmp,63$filenm.dmp,64$filenm.dmp,65$filenm.dmp,66$filenm.dmp,67$filenm.dmp,68$filenm.dmp,69$filenm.dmp,70$filenm.dmp,71$filenm.dmp,72$filenm.dmp,73$filenm.dmp,74$filenm.dmp,75$filenm.dmp,76$filenm.dmp,77$filenm.dmp logfile=$filenm.log full=y parallel=4 filesize=3000M

Maybe you are looking for