Datapump impdp error

Hi,
I am getting this error when I am trying to import a dump (exported with expdp):
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_IMPORT_TABLE_01 for user SYS
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1569
ORA-39062: error creating master process DM00
ORA-39105: Master process DM00 failed during startup. Master error:
ORA-28031: maximum of enabled roles exceeded
I have restarted the DB, there were no tables to drop from this select statement:
select table_name from user_tables where table_name like 'SYS_IMPORT_%';
and max enable rows are 150:
sys@ORCL> show parameter max_enable
NAME TYPE VALUE
max_enabled_roles integer 150
Any idea, please?
Thanks

I'm not sure what version you are running but I remember an bug similar to this. When a role is created, the schema creating the role automatically was granted that role. This is not the right behavior and was causing an issue. Anyway, Data Pump needed a fix so that after creating a role, it needed to be revoked from the schema running the job. Check to see if there is a patch available for your version.
Dean

Similar Messages

  • Datapump impdp error due to streams capture

    Hello,
    Last night I was trying to setup a light backup/restore scheme using datapump expdp and impdp.
    Env: oracle 10g, redhat EL 3.
    The backup (expdb) exports a schema and works smooth.
    The import for the whole schema or for a given table fails horribly with:
    impdp system/***** directory=dpump_dir_1 dumpfile=aldrapay.dmp tables=aldrapay.transaction
    Master table "SYSTEM"."SYS_IMPORT_TABLE_09" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_TABLE_09": system/******** directory=dpump_dir_1 dumpfile=aldrapay.dmp tables=aldrapay.transaction
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.DISPATCH_WORK_ITEMS while calling SYS.DBMS_INTERNAL_SAFE_SCN.SCN.SET_SESSION_STATE [TABLE_DATA:"SYSTEM"."SYS_IMPORT_TABLE_09"]
    ORA-00439: feature not enabled: Streams Capture
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x57ae0e08 13460 package body SYS.KUPW$WORKER
    0x57ae0e08 5810 package body SYS.KUPW$WORKER
    0x57ae0e08 6459 package body SYS.KUPW$WORKER
    0x57ae0e08 1208 package body SYS.KUPW$WORKER
    0x587a951c 2 anonymous block
    Can anybody help ? I cannot seem to find even "datapump" or "data pump" on any forum here !
    Cheers,
    Radu

    Oh, quite old your entry. And no answer....
    I have the same problem: When importing using impdp I get the ORA-00439. We use the Standard Edition of Oracle 10.1 and Streams are a feature of the Enterprise Edition - but I do not want to use Streams, I only want to do export/import quicker than the old exp/imp.
    So my question is: Do Oracle Data Pump need Oracle Streams?
    I also set STREAMS_CONFIGURATION=n put this doesnt help.

  • Datapump impdp error LPX-00216

    Hi Guru, i am trying to import 150GB size db failed with error below :
    ### Detailed Problem Statement ###
    impdp "'/ as sysdba'" directory=dpdata dumpfile=episfile1%U.dmp full=y job_name=episuatimport2
    File List :
    -rwxr-x--x 1 oracle dba 23075409920 Jan 12 17:02 episfile01.dmp
    -rwxr-x--x 1 oracle dba 27706929152 Jan 12 17:44 episfile02.dmp
    -rwxr-x--x 1 oracle dba 15957520384 Jan 12 18:09 episfile03.dmp
    -rwxr-x--x 1 oracle dba 12562350080 Jan 12 22:27 episfile04.dmp
    Import: Release 10.2.0.2.0 - 64bit Production on Tuesday, 13 January, 2009 8:19:57
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORA-39002: invalid operation
    ORA-31694: master table "SYS"."EPISUATIMPORT2" failed to load/unload
    ORA-02354: error in exporting/importing data
    ORA-39774: parse of metadata stream failed with the following error:
    LPX-00216: invalid character 0 (0x0
    Please advice how to resolve this ? is it caused by dump corruption ?
    thanks.

    Hi,
    I am not sure whether the error raised due to the NLS settings. Try to check for metalink note 603415.1
    That might be help you.
    - Pavan Kumar N

  • ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'

    Hi,
    I am working on Oracle 10g. When executed import datapump script in the UNIX box with option “RMAP_TABLE” I received the error “unknown parameter name 'REMAP_TABLE' “Can you please give me solution for it?
    Scripts :-
    impdp eimsexp/xyz TABLES=EIMDBO.DIVISION DIRECTORY=DATAMART_DATA_PUMP_DIR DUMPFILE=expdp_DATAMART_tables_%u_$BATCH_ID.dmp LOGFILE=impdp_DATAMART_tables.log REMAP_TABLE=EIMDBO.DIVISION:EIM2DBO:YR2009_DIM_DIVISION
    Note :- The YR2009_DIM_DIVISION table is available in the target database. It is without partition table. The EIMDBO.DIVISION is partition table.
    Thanks,

    See your post here
    ORACLE 10g : Datapump-Import : Error: unknown parameter name 'REMAP_TABLE'
    Srini

  • Impdp error in Oracle 10g

    While importing a 22 GB dump file ,exported from producation db without any errors, into a local server,I am getting the following errors as per the log:
    opyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "ERRE"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "ERRE"."SYS_IMPORT_FULL_01": 'ERRE/********@ecprod' full=y remap_schema=ERRE:ERRE,essc:essc,EPPA:EPPA directory=dba_dir dumpfile=dump01.dmp LOGFILE=LOG01.LOG
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"essc" already exists
    ORA-31684: Object type USER:"ERRE" already exists
    ORA-31684: Object type USER:"EPPA" already exists
    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/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "ERRE"."ER_PATFORMS" 19.34 GB 48582 rows
    . . imported "ERRE"."ER_FORMAUDITCOL" 341.6 MB 3406926 rows
    . . imported "ERRE"."ER_USERSESSIONLOG" 191.1 MB 636744 rows
    . . imported "ERRE"."ER_FORMLIBVER" 184.2 MB 292 rows
    ORA-31693: Table data object "ERRE"."ER_FORMLIB" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-00600: internal error code, arguments: [klxpr_03], [1], [], [], [], [], [], []
    ORA-31693: Table data object "ERRE"."ER_FORMSLINEAR" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-02368: file is not valid for this load operation
    ORA-31693: Table data object "ERRE"."AUDIT_INSERT" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-02368: file is not valid for this load operation
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31672: Worker process DW01 died unexpectedly.
    Job "ERRE"."SYS_IMPORT_FULL_01" stopped due to fatal error at 11:40:07
    ORA-39014: One or more workers have prematurely exited.
    Any help is really appreciable as taking an export again is not an option for me.....

    Only one ref. in the Support website : Datapump Import Errors With ORA-600 klxpr_03 ID 741861.1*
    Bug unresolved yet. You should raise a SR to get advices.
    Nicolas.

  • Datapump 11g impdp error for HR_ORGANIZATION_INFORMATION

    Hello all,
    I am encountering an error when executing impdp on a clone environment. The following error appears in the log for the table HR_ORGANIZATION_INFORMATION.
    ORA-31693: Table data object "HR"."HR_ORGANIZATION_INFORMATION" failed to load/unload and is being skipped due to error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH callout
    ORA-20001: System Error: Procedure hr_organization.insert_bus_grp_details at Step 1
    Cause:        The procedure hr_organization.insert_bus_grp_details has created an error at Step 1.
    Action:        Contact your system administrator quoting the procedure hr_organization.insert_bus_grp_details and Step 1.
    the script being used to import is:
    impdp system/manager DIRECTORY=IMPDP_DIR dumpfile=prod_exp.dmp LOGFILE=prod_imp.log SCHEMAS=applsys,po,hr,inv,zx,ce,fa,ap,ar,gl,eul_us,xxodi EXCLUDE=grant TABLE_EXISTS_ACTION=truncate
    Can anyone help for this issue?
    Thanks,
    Vikram

    >
    impdp system/manager DIRECTORY=IMPDP_DIR dumpfile=prod_exp.dmp LOGFILE=prod_imp.log SCHEMAS=applsys,po,hr,inv,zx,ce,fa,ap,ar,gl,eul_us,xxodi EXCLUDE=grant TABLE_EXISTS_ACTION=truncate
    >
    AFAIK, importing of individual schemas or a subset of schemas is not supported (due to the relational integrity between various schemas/tables). The import process itself may work, but it will leave the database in a functionally corrupted state. Only a complete database import/export is supported.
    Pl identify the database and OS versions.
    HTH
    Srini

  • 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

  • Datapump import error on 2 partioned tables

    I am trying to run impdp to import two tables that are partioned and use the LOB types...for some reason it always errors out. Anyone seen this issue in 11g?
    Here is the info:
    $ impdp parfile=elm_rt.par
    Master table "ELM"."SYS_IMPORT_TABLE_05" successfully loaded/unloaded
    Starting "ELM"."SYS_IMPORT_TABLE_05": elm/******** parfile=elm_rt.par
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/AUDIT_OBJ
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/STATISTICS/TABLE_STATISTICS
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 1 with process name "DW01" prematurely terminated
    ORA-31671: Worker process DW01 had an unhandled exception.
    ORA-04030: out of process memory when trying to allocate 120048 bytes (session heap,kuxLpxAlloc)
    ORA-06512: at "SYS.KUPW$WORKER", line 1602
    ORA-06512: at line 2
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 2 with process name "DW01" prematurely terminated
    ORA-31671: Worker process DW01 had an unhandled exception.
    ORA-04030: out of process memory when trying to allocate 120048 bytes (session heap,kuxLpxAlloc)
    ORA-06512: at "SYS.KUPW$WORKER", line 1602
    ORA-06512: at line 2
    Job "ELM"."SYS_IMPORT_TABLE_05" stopped due to fatal error at 13:11:04
    elm_rt.par_
    $ vi elm_rt.par
    "elm_rt.par" 25 lines, 1340 characters
    DIRECTORY=DP_REGRESSION_DATA_01
    DUMPFILE=ELM_MD1.dmp,ELM_MD2.dmp,ELM_MD3.dmp,ELM_MD4.dmp
    LOGFILE=DP_REGRESSION_LOG_01:ELM_RT.log
    DATA_OPTIONS=SKIP_CONSTRAINT_ERRORS
    CONTENT=METADATA_ONLY
    TABLES=RT_AUDIT_IN_HIST,RT_AUDIT_OUT_HIST
    REMAP_TABLESPACE=RT_AUDIT_IN_HIST_DAT01:RB_AUDIT_IN_HIST_DAT01
    REMAP_TABLESPACE=RT_AUDIT_IN_HIST_IDX04:RB_AUDIT_IN_HIST_IDX01
    REMAP_TABLESPACE=RT_AUDIT_OUT_HIST_DAT01:RB_AUDIT_OUT_HIST_DAT01
    PARALLEL=4

    Read this metalink note 286496.1. (Export/Import DataPump Parameter TRACE - How to Diagnose Oracle Data Pump)
    This will help you generate trace for the datapump job.

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

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

    Hi,
    Db :10.2
    While importing we got the below error.
    impdp directory=dump full=y dumpfile=28may2013.dmp logfile=devmar28may2013_import.log
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [TABLE_DATA:"SYS"."SYS_IMPORT_FULL_02"]
    SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, grantor, object_row, object_schema, object_long_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, property, size_estimate, in_progress FROM "SYS"."SYS_IMPORT_FULL_02" WHERE process_order between :3 AND :4 AND processing_state <> :5 AND duplicate = 0 ORDER BY process_order
    ORA-10922: Temporary tablespace group is empty
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6351
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    700000022180020 15032 package body SYS.KUPW$WORKER
    700000022180020 6372 package body SYS.KUPW$WORKER
    700000022180020 3579 package body SYS.KUPW$WORKER
    700000022180020 6972 package body SYS.KUPW$WORKER
    700000022180020 1314 package body SYS.KUPW$WORKER
    7000000223a79d8 2 anonymous block
    Job "SYS"."SYS_IMPORT_FULL_02" stopped due to fatal error at 14:38:42
    Any suggestions
    Br

    Hi,
    We already have temp tablespace..
    select PROPERTY_NAME,PROPERTY_VALUE from database_properties where PROPERTY_NAME like '%TABLESPACE%';
    PROPERTY_NAME PROPERTY_VALUE
    DEFAULT_TEMP_TABLESPACE TEMP
    DEFAULT_PERMANENT_TABLE USERS
    SPACE
    select STATUS from v$tempfile;
    STATUS
    ONLINE
    ONLINE
    ONLINE
    Br
    Edited by: 972788 on May 28, 2013 11:58 AM

  • Datapump impdp related issues, please do suggest

    I am running impdp importon oracle 10g and got following errors at end of the import , Please do suggest how to solve this.
    ORA-39083: Object type TABLE_STATISTICS failed to create with error:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "SYS.KUPW$WORKER", line 11729
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Failing sql is:
    DECLARE SREC DBMS_STATS.STATREC; BEGIN SREC.MINVAL := '466171'; SREC.MAXVAL := '776C616E5370656564'; SREC.EAVS := 4; SREC.CHVALS := DBMS_STATS.CHARARRAY('Faq',
    'access',
    Job "CMSPROD"."SYS_IMPORT_SCHEMA_01" completed with 2 error(s) at 11:30

    10g what? It's not very useful to tell marketing labels, better are full database versions. There are several bugs reported , which show 'character string buffer too small' error, especially in the first 10gR1 versions. That means depending on your actual database version,patching could help. Otherwise call Oracle support.
    Werner

  • Impdp errors

    Hello all,
    I want to do a full impdp but im getting many errors.
    im using
    impdp user/password@database directory=DATA_PUMP_DIR
    FULL=Y
    dumpfile=EXPORT.DMP
    im trying to do this in my laptop for test purpose. I am using 11.2.0.1.0 version.
    1. cn i do this with sys user? IF im doing from sys user its giving me errors like
    ORA-31625: Schema Example is needed to import this object, but is unaccessible
    ORA-39083: Object type PACKAGE_BODY failed to create with error:
    ORA-39083: Object type SYNONYM failed to create with error:
    ORA-01917: user or role '' does not exist
    2. Whn im trying to do this with user with full imp privileges im gettin error.
    ORA-31655: no data or metadata objects selected for job
    ORA-39154: Objects from foreign schemas have been removed from import
    Master table "ABC"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "ABC"."SYS_IMPORT_FULL_01": abc/******** directory=DATA_PUMP_DIR FULL=
    Y DUMPFILE=ORCL.DMP
    Job "ABC"."SYS_IMPORT_FULL_01" successfully completed at 11:42:49
    please suggest how to over come this
    In the laptop where im trying to do impdp I haven't created any directory structure,, no tablespaces, no users I jst installed oracle

    im still not gettin nywher.......
    as i mentioned this is a test machine so
    no users, no tablespaces, no schemas are created in this test machine jst oracle has been installled.
    Please suggest me what to be done next.
    From the production DB i have taken the full=y expdp

  • IMPDP error 11.2.0.2

    I have exported a set of tables from a 11.2.0.1 database (linux) (WE8MSWIN1252)
    and tries to import them to a 11.2.0.2 database (linux) (AL32UTF8)
    NLS_LANG set to AL32UTF8
    export:
    system/******** dumpfile=vcase.dmp directory=v074617 tables=siebel.s_user,siebel.s_org_ext, siebel.cx_template, siebel.s_contact, siebel.s_addr_org, siebel.s_postn, siebel.s_srv_req, siebel.s_contact_x, siebel.s_timezone, siebel.s_srv_req_x, siebel.s_prod_int, siebel.s_party, siebel.s_doc_agree, siebel.s_entlmnt_x, siebel.s_note_sr, siebel.s_entlmnt, siebel.s_pri_lst, siebel.s_asset, siebel.s_srv_req_bu, siebel.s_addr_org
    include=table,index
    NLS_LANG set to AL32UTF8
    import:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-31626: job does not exist
    ORA-31633: unable to create master table "SIEBEL.SYS_IMPORT_TABLE_05"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT", line 1020
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    streams pool set to 100M
    The only similar case I can find are Bug 13100425: ORA-31633, ORA-06502 ERROR ON EXECUTE EXPDP WHEN THE TRIGGER ENABLED.
    but this is for expdp. I have also excluded everything except tables and indexes so no triggers should be exported
    User has all needed rights to create tables
    Anyone experienced the same ?
    Appreciate your feedback.
    Thanks
    Magnus

    Thanks for your reply Stefan
    I used
    impdp siebel dumpfile=vcase.dmp directory=v074617 tables=siebel.s_user,siebel.s_org_ext, siebel.cx_template, siebel.s_contact, siebel.s_addr_org, siebel.s_postn, siebel.s_srv_req, siebel.s_contact_x, siebel.s_timezone, siebel.s_srv_req_x, siebel.s_prod_int, siebel.s_party, siebel.s_doc_agree, siebel.s_entlmnt_x, siebel.s_note_sr, siebel.s_entlmnt, siebel.s_pri_lst, siebel.s_asset, siebel.s_srv_req_bu, siebel.s_addr_org
    Adding job name didn't change anything.
    Br
    Magnus

Maybe you are looking for

  • How do i access my add-on from a browser or URL vs having to click the icon?

    greetings gents, we have built a firefox add-on to do cool things from from the browser. we do the same in our apps and ONLY mozilla supports our growing corporate customer base (apps do not). the product is ready but we face one final challenge: a r

  • IMac won't start up, error tones

    I am trying to upgrade ram for my iMac 24 inch (early 2009) from 4GB to 8GB with two 4GB 1333 DDR3 because my computer uses those. I've done all the research and reseted PRAM, checked my firmwares and everything is just fine but when I change the mem

  • How to make a page header

    how to make a page header

  • IIS7-Internet Explorer cannot display website

    I hosted my website on my local webserver (Window Server 2008), and when I run it on iE8 &  iE11 the website doesn't look good, my navigation bar brakes, and my image slider breaks too. It is not a browser issue because, I have hosted the same websit

  • Intercepting Excel Add-In Requests

    <p>I'm trying to intercept Excel Add-In requests before they aresent. Basically, every time a user retrieves data or executes aLinked Reporting Object, I want to execute a piece of VBA code.</p><p> </p><p>I think this functionality is implemented in