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

Similar Messages

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

  • 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

  • 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

  • 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

  • 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

  • Expdp/impdp error

    Hi Aman,
    Sorry about that. Posting it as new one:
    SQL> ALTER USER SCOTT DEFAULT TABLESPACE TEST;
    User altered.
    SQL> ALTER USER TEST DEFAULT TABLESPACE TEST;
    User altered.
    SQL> ALTER TABLESPACE TEST
    2 STORAGE
    3 MAXEXTENTS UNLIMITED;
    STORAGE
    ERROR at line 2:
    ORA-02142: missing or invalid ALTER TABLESPACE option
    SQL> EXIT
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\Rafialvi>expdp system/manager directory=MYDIR dumpfile
    =expdpf.dmp schemas=scott
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 16:34:57
    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
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    I tried in linux still the same error persist:
    [oracle@dbcl1n1 AUCD1 ~]$ expdp system/system directory=MYDIR dumpfile=expdpf.dmp schemas=adprod
    Export: Release 10.2.0.4.0 - 64bit Production on Monday, 15 February, 2010 3:22:33
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 488
    ORA-29283: invalid file operation
    Thanks,
    Rafi.
    C:\Documents and Settings\Rafialvi>
    Thanks,
    Rafi

    Hi Khaja,
    You was quite right thanks man.I was not creating directory.But still struggliing with below problem on windows and export is going on linux...
    code code
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 15 17:24:09 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: /as sysdba
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> create directory mydir3 as 'C:\oracle\product\10.2.0\expdptest';
    Directory created.
    SQL> grant read,write on mydir3 to public;
    grant read,write on mydir3 to public
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> grant read,write on directory mydir3 to public;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\Rafialvi>expdp system/manager directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:28:47
    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
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01": system/******** directory=MYDIR3
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 320 KB
    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/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/PRE_TABLE_ACTION
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    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/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_
    PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/VIEW/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/VIEW/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/POST_TABLE_ACTION
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA
    . . exported "SYSTEM"."REPCAT$_AUDIT_ATTRIBUTE" 5.960 KB 2 rows
    . . exported "SYSTEM"."REPCAT$_OBJECT_TYPES" 6.515 KB 28 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION_METHOD" 5.656 KB 19 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_STATUS" 5.304 KB 3 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_TYPES" 5.921 KB 2 rows
    . . exported "SYSTEM"."DEF$_AQCALL" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_AQERROR" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_CALLDEST" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_DEFAULTDEST" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_DESTINATION" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_ERROR" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_LOB" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_ORIGIN" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_PROPAGATOR" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_PUSHED_TRANSACTIONS" 0 KB 0 rows
    . . exported "SYSTEM"."DEF$_TEMP$LOB" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$APPLY_MILESTONE" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$APPLY_PROGRESS":"P0" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$EVENTS" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$HISTORY" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$PARAMETERS" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$PLSQL" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$SCN" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$SKIP" 0 KB 0 rows
    . . exported "SYSTEM"."LOGSTDBY$SKIP_TRANSACTION" 0 KB 0 rows
    . . exported "SYSTEM"."MVIEW$_ADV_INDEX" 0 KB 0 rows
    . . exported "SYSTEM"."MVIEW$_ADV_PARTITION" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_AUDIT_COLUMN" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_COLUMN_GROUP" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_CONFLICT" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_DDL" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_EXCEPTIONS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_EXTENSION" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_FLAVORS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_FLAVOR_OBJECTS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_GENERATED" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_GROUPED_COLUMN" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_INSTANTIATION_DDL" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_KEY_COLUMNS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_OBJECT_PARMS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_PARAMETER_COLUMN" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_PRIORITY" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_PRIORITY_GROUP" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REFRESH_TEMPLATES" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPCAT" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPCATLOG" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPCOLUMN" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPGROUP_PRIVS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPOBJECT" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPPROP" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_REPSCHEMA" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION_STATISTICS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_RESOL_STATS_CONTROL" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_RUNTIME_PARMS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_SITES_NEW" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_SITE_OBJECTS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_SNAPGROUP" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_OBJECTS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_PARMS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_SITES" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_TARGETS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_USER_AUTHORIZATIONS" 0 KB 0 rows
    . . exported "SYSTEM"."REPCAT$_USER_PARM_VALUES" 0 KB 0 rows
    . . exported "SYSTEM"."SQLPLUS_PRODUCT_PROFILE" 0 KB 0 rows
    Master table "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_01 is:
    C:\ORACLE\PRODUCT\10.2.0\EXPDPTEST\EXPDAT.DMP
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully completed at 17:29:13
    C:\Documents and Settings\Rafialvi>dumpfile=expdpf.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>impdp system/manager directory=MYDIR3 dumpfil
    e=expdpf.dmp remap_schema=scott:test
    Import: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:30:46
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "C:\oracle\product\10.2.0\expdptest\expdpf.d
    mp" for read
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:35:51
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    C:\Documents and Settings\Rafialvi>dumpfile=expdpf.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:36:19
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    C:\Documents and Settings\Rafialvi>dumpfile=expdptest.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:36:43
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    C:\Documents and Settings\Rafialvi>dumpfile=expdptest3.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:47:31
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    C:\Documents and Settings\Rafialvi>dumpfile=expdptest13.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:48:32
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    C:\Documents and Settings\Rafialvi>dumpfile=expdptest131.dmp schemas=scott
    'dumpfile' is not recognized as an internal or external command,
    operable program or batch file.
    C:\Documents and Settings\Rafialvi>expdp scott/tiger directory=MYDIR3
    Export: Release 10.2.0.1.0 - Production on Monday, 15 February, 2010 17:50:15
    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
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31641: unable to create dump file "C:\oracle\product\10.2.0\expdptest\expdat
    .dmp"
    ORA-27038: created file already exists
    OSD-04010: <create> option specified, file already exists
    How to get rid of below error khaja.
    Thanks,
    Rafi.

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

  • 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 errors at datafile ''

    EXPDP FULL=Y    then  IMPDP FULL=Y
    I Get these errors.. why is the datafile '' instead of the filename:
    ORA-39083: Object type TABLESPACE failed to create with error:
    ORA-03280: invalid DATAFILE filename specified
    Failing sql is:
    CREATE TABLESPACE "DEVOK" DATAFILE '' SIZE 5242880 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M,SIZE 5242880 AUTOEXTEND ON NEXT 1048
    576 MAXSIZE 32767M,'+TS/osow/tempfile/temp_file3' SIZE 5242880 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M,SIZE 5242880 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M,SIZE 5242880 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M LOGGING ONLINE PERMANENT BLOCKSIZE 8192
    EX
    ORA-39083: Object type TABLESPACE failed to create with error:
    EXPDP using Oracle Enterprise Database 11.2.0.2 at patch 12
    IMPDP using Oracle Enterprise Database 11.2.0.3 at patch 22

    fyi.. yes that was a great workaround..
    I also found the cause of the issue..
    11.2.0.3 Patch 22 has a bug in the impdp.. also has a bug in the create database from template.. and has a major critical bug in Oracle Spatial that is suppose to be fixed in patch 24..
    I ended up reverting back to patch 15. impdp, templates, and spatial work fine there (although I have seen a minor bug in the SQL Tuner)
    and will wait for patch 24 before attempting an upgrade again..

  • PLS-00201: identifier (impdp error)

    Hi,
    Os: IBM-AIX
    Oracle 11.0.1.7.0
    Command: impdp user/password directory=dbdir dumpfile=banko.dmp schemas=user logfile=impdp.log
    I get the below error while importing a dumpfile
    ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
    ORA-06550: line 2, column 1:
    PLS-00201: identifier 'DBMS_CUBE_EXP.SCHEMA_INFO_IMP_BEG' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    ORA-06550: line 3, column 1:
    PLS-00201: identifier 'DBMS_CUBE_EXP.SCHEMA_INFO_IMP_LOOP' must be declared
    ORA-06550: line 3, column 1:
    PL/SQL: Statement ignored
    ORA-06550: line 8, column 1:
    PLS-00201: identifier 'DBMS_CUBE_EXP.SCHEMA_INFO_IMP_END' must be declared
    ORA-06550: line 8, c
    Please suggest me
    Thanks
    KSG

    May be your target database is not having a OLAP support and your dump contains olap cubes.
    Not sure may be you have to install dbms_cubes package by running following script.
    {ORACLE_HOME}/olap/admin/olapiboo.plb
    Hope this will help.

Maybe you are looking for

  • Static while using apple's iphone BT

    When im using apple's BT i get a lot of static, but when i turn switch to phone mode no static. Does anybody have some suggestions?

  • Whole root or sparse root zones and patching

    Hi all, A while back, I did some cluster patching tests on a system with only sparse root zones, and one with whole root zones...and I seem to recall that the patch time was about equal which surprised me. I had thought the sparse root model mainly i

  • How do i restore my notes

    They were deleted when I deleted a gmail account, i didn't realize it was connected to an email account....help!!

  • MacBook Pro 10.5.8 not powering up properly

    Please help! When I press the power button there is only a very very brief sound like something is starting to happen inside, but no chime or whirring of any duration and no screen action at all. Total dark screen.  The light comes on by the switch t

  • What is required to integrate Microsoft Exchange Server 2010 (On premise) to SharePoint O365?

    The client has his AD and Exchange 2010 on premise and would like to integrate with Office 365 SharePoint. I know it is possible to integrate SharePoint On premise to Exchange Online but how possible and what is required to create it in the opposite