Upgrade from 10gr2 to 11gr2 - error during impdp

Current server is 10gr2 on windows 2003 64 bit, running TDE. On the new server, I've copied the wallet to the new server, opened it using the alter system set encryption wallet open command. Verifed it's open. When I run impdp on the 11gr2 server, I get a ton of these errors:
ORA-39083: Object type INDEX failed to create with error:
ORA-28374: typed master key not found in wallet
Failing sql is:
CREATE INDEX "BANK"."RTXN_DX29" ON "BANK"."RTXN" ("RTXNTYPCD") PCTFREE 10 INITRANS 2 MAXTRANS 255  STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "INDEXES" PARALLEL 12
Followed by a ton of errors like this
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/REF_CONSTRAINT
ORA-39083: Object type REF_CONSTRAINT failed to create with error:
ORA-02270: no matching unique or primary key for this column-list
Failing sql is:
ALTER TABLE "BANK"."ACCT1099M" ADD CONSTRAINT "ACCT1099M004" FOREIGN KEY ("PARENTACCTNBR", "PARENTRTXNNBR") REFERENCES "BANK"."RTXN" ("ACCTNBR", "RTXNNBR") ENABLE NOVALIDATE
Any ideas? I'm doing my practice runs for the real upgrade, which is this weekend, and I've had several successful upgrades, but this time I can't get past this error.

I do not have any experience with TDE, but see if MOS Doc 1260584.1 can help
HTH
Srini

Similar Messages

  • Upgradation from 10gr2 RAC to 11gr2

    I am trying to upgrade my RAC database from 10gr2 to 11gr2. But after successfully completing rootupgrade.sh on all nodes, I am not able to see the registered components. i.e. "crsctl stat res -t" is not working. Even the active version is also showing the older one. My 10gr2 setup is in raw device. Has anybody faced the same issue before? Please share.
    Thanks in advance.

    816916 wrote:
    I am trying to upgrade my RAC database from 10gr2 to 11gr2. But after successfully completing rootupgrade.sh on all nodes, I am not able to see the registered components. i.e. "crsctl stat res -t" is not working. Even the active version is also showing the older one. My 10gr2 setup is in raw device. Has anybody faced the same issue before? Please share.
    Thanks in advance.
    Hi
    please provide more details, what is your OS, what is the 10g version and what is the 11g version.
    please post the output from crsctl status resource -t
    Cheers

  • Going from 10gR2 to 11gR2 - any obvious performance 'pitfalls'?

    Hi, there,
    I'm moving some databases from 10gR2 to 11gR2. I was wondering whether there were any obvious pitfalls in performance that I should be aware of (like the optimizer ones in previous versions). I'm taking the SPFILE from 10gR2 and modifying it as little as possible to use as my 11gR2's SPFILE.
    Also, I've heard murmurs of timezones being an issue in migrating to 11gR2? I'm either going to be using export/import or TTS to move my data. I wonder if the timezone issue is related to RMAN somehow.
    Mark

    Hi,
    I performed an Upgrade from 10.2.0.4.4 to 11.2.0.1 two weeks ago.
    I used a note from oracle support for manual upgrade to 11gR2
    the database had database vault and also had auditing enabled.
    these peculiarities are all covered in the note.
    I would suggest that if you have auditing enabled, set the parameter audit_trail=none before you commence upgrade.
    In addition make sure the you have tested the upgrade before implementing on your production environment, this would prepare you greatly.
    after the upgrade, the timezone was upgraded to 11, database vault was turned on, EM upgraded, database vault application redeployed.
    all the best
    samuelk
    Edited by: Samuel K on Feb 24, 2011 3:13 PM
    Edited by: Samuel K on Feb 24, 2011 3:14 PM
    Edited by: Samuel K on Feb 24, 2011 3:15 PM

  • Migrating from 10gR2 to 11gR2 using impdp with network_link fails

    Hi,
    I'm trying to migrate a database from 10gR2 (Novell SLES 10) to a new server (Novell SLES 11) with 11gR2. I created a database on the new system with all required users and tablespaces. Then I used impdp in 11g with a database link to the source database:
    impdp system/pw@db NETWORK_LINK=X_SourceServer FULL=Y
    This command fails immediately with ORA-39113: unable to determine database version. Even using the parameter VERSION=10.2.0 doesn't change the result.
    The Oracle Upgrade Guide tells me that upgrading is possible from 10* to 11* and recommeds impdp and network link. Is the failure perhaps a bug in the NETWORK_LINK procedure? Should I better try expdp on the source and impdp on the target with a dumpfile as intermediate (the database ist rather big, so dealing with files across the network will take a lot of storage capacity)?
    Has anyone tried this method with success?
    Thanks
    Friedhelm
    Edited by: user8964905 on 02.09.2011 02:34

    This is due to an bug. The workaround is in the DOC
    IMPDP From 10g TO 11g Gives ORA-39113, ORA-4052 & ORA-6544 PL/SQL: internal error, arguments: [55916] (Doc ID 1062428.1)

  • Upgraded Db from 10gR2 to 11gR2 want to know how can we make use of mem_target & mem_max_size parameter

    Hi Guys,
    Wish u all a very happy new year.
    We have upgraded our Client UAT system on solaris 10 from 10gR2(10.2.0.4) to 11.2.0.3 with latest PSU patch 11.2.0.3.8 Solaris SPark 64 bit.
    Post DB upgrade new parameters have been incorporated into the system namely
    1. Memory_Target
    2. Memory_Max_Size.
    Now although we have our SGA and PGA set to some specific values in our system, what i want to know is how can we utilize the Two parameters i named above in the system and
    how can it provide me better performance in relationship with SGA and PGA set in the system.
    Probably on what concept does Memory_Target and Memory_max_size parameters work in 11gR2 system.
    It would be really great if some one can provide the details with explanation.
    Your help is appreciated.
    Regards,
    Milan Rathod.

    Hi,
    Automatic Memory Management(AMM) was introduced in ORACLE 11g to automate the size of SGA and PGA(takes full control of managing memory)
    To configure AMM ,need to initialize MEMORY_TARGET and MEMORY_MAX_TARGET parameters.
    MEMORY_TARGET:
    The amount of shared memory available for Oracle to use when dynamically controlling the SGA and PGA.
    This parameter is dynamic, so the total amount of memory available to Oracle can be increased or decreased, provided it does not exceed the MEMORY_MAX_TARGET limit. The default value is "0".
    MEMORY_MAX_TARGET:
    This defines the maximum size the MEMORY_TARGET can be increased to without an instance restart.
    If the MEMORY_MAX_TARGET is not specified, it defaults to MEMORY_TARGET setting.
    Let say If you are setting MEMORY_MAX_TARGET=2GB, then oracle will use these 2GB to manage the memory(Boh SGA and PGA)
    If you set db_cache_size=1GB based on your requirement , then AMM always retains this 1GB memory for db_cache_size and it will use the remainng 1GB memory for other processes.

  • JMS Dequeue not working after upgrade from 11gR1 to 11gR2

    Our database was migrated to a new database with new hardware running 11gR2
    enqueue appears to be working as the queue table just grows and grows
    However, my JMS async subscriber is never getting messaged.
    Is there any logical reason for this?
    in select * from all_queues my queue does show ENQUEUE and DEQUEUE enabled
    also
    the user that makes the subscription has DEQUEUE grant priviledge
    Is there anything else that is needed for this to work?
    I have already recreated the queue and queue table and ended up in the same place with no JMS consumer being able to consume.
    when enabling trace on JMS I see
    Caused by: oracle.jms.AQjmsException: JMS-122: Internal error Corrupted message
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:334)
         at oracle.jms.AQjmsUtil.getTextData(AQjmsUtil.java:718)
         at oracle.jms.AQjmsTextMessage.readGenMessageContainer(AQjmsTextMessage.java:322)
         at oracle.jms.AQjmsTextMessage.<init>(AQjmsTextMessage.java:172)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2481)
    What incompatibilities exist b/w 11gR1 and 11gR2 ... my client is using aqapi 11.1
    Edited by: steffi on Jan 14, 2013 3:14 PM

    It's looking like it was a missing jar in this case the orai18n.jar
    Is there any kind of release notes for how to move working AQ from 11gR1 to 11gR2?

  • Unable to delete request from write-optimized DSO (Error during rollback)

    Hi Gurus,
    I am trying to delete a delta request from a Write-Optimized DSO. This request was uploaded with a DTP from another Write-optimized DSO.
    The actual overall status of the request is RED and the description of that status is now: 'Error during rollback of request DTPR_4JW6NLSVDUNYY3GTD6F4DQJWR; only rollback allowed'.
    I checked the log of all Request Operations in DataStore (from the same line where the red request is now) and I see my several attemps to delete this request under a RED radiobutton with the title Rollback.  The details for this error are the following:
    Could not delete request data from active table
    Message no. RSODSO_ROLLBACK114
    Diagnosis
    The system could not delete the request data from the active table of a write-optimized DataStore object.
    System Response
    Write-optimized DataStore object: DTFISO02
    Active table: /BIC/ADTFISO0200
    Request: DTPR_4JW6NLSVDUNYY3GTD6F4DQJWR
    Procedure
    Search for Notes containing the key words "Delete write-optimized DSO PSA"
    I am relatively new to SAP BI 7.0 and I do not know how to delete this request.  Any help will be highly appreciated !!
    Leticia

    Hi Leticia:
    Take a look at the SAP Notes below.
    Note 1111065 - "701: Delta consistency check for write-optimized DSOs"
    Note 1263877 - "70SP20: Delta consistency check for write-optimized DSOs"
    Note 1125025 - "P17:PSA:DSO:ODSR missing in PSA process for write-opt. DSO"
    Additionally, some ideas from the alternative presented on the blog by KMR might help you.
    "How to generate a selective deletion program for info provider"
    Regards,
    Francisco Mílán.

  • Remove error during impdp

    Hi,
    How to remove error during import using impdp.
    ORA-39082: Object type PACKAGE_BODY:"JISPBILCORBILLINGTST502"."COR_BILL" created with compilation warnings
    ORA-39082: Object type VIEW:"JISPBILCORBILLINGTST502"."VWACTUALUNBILLEDUSAGE_CDR" created with compilation warnings
    Thanks in advance

    ORA-39082: Object type string created with compilation warnings
    Cause: The object in the SQL statement following this error was created with compilation errors. If this error occurred for a view, it is possible that the base table of the view was missing.
    Action: This is a warning. The object may have to be recompiled before being used.

  • Error during IMPDP from Client M/c.

    Hi, i am using Edition Release 11.2.0.3.0 of oracle.
         I want to import a particular database dump to one of other database and (Note:-i dont have access to the physical database server). I am executing the command from my machine(client m/c) only also dump stays in my local folder. i am using below command.
      1)created 'TEMP_DIR' on the target database which points to 'C:\Temp\dump', but dump is not on the server, its on my local m/c, in path C:\Temp\dump.
      2)command:
      impdp system/abc1234@databas1 REMAP_SCHEMA=schema1:schem_new1,schema2:schem_new2 directory=TEMP_DIR dumpfile=abc.DMP logfile=abc.log;
      its giving error
      ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    Can you please help me , what is the error.

    Hi,
    Data Pump is server-based utility :Overview of Oracle Data Pump
    You can not do what you want to do.
    however you can use NETWORK_LINK between two databases.
    HTH

  • Error validating process flow VLD-10010 after upgrade from 9i to 11gR2

    Upgraded OWB from 9i to 11g, and after upgrade all the process flows where throwing the below error while validating
    VLD-10010: DIM_COUNTRY_UI's bound object DIM_COUNTRY_UI of type PLSQL Map has been deleted.
    After synchronizing the mapping to itself, this error goes off, but synchroinzing in GUI for more than 300 mapping is huge task.
    Anyway to sychronizing in bulk in OMBPlus?
    Thank for help
    Regrds
    Samuel.

    Hi
    Plz, check /etc/hosts
    is IP and computer name valid?

  • Windows 10 Preview load SL 9926 (upgrading from windows 8.1) Error 80070032

    Follow the log from "WindowsUpdate" file:
    After a long period sending "data" setup fails with error 80070032
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {4B9F6CAB-3750-47A4-9944-57EEA40AC186}.102 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {0CB1B9B6-7C8B-4D2F-92D3-F6C65375E09A}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {7070A079-C202-4D3B-8359-F5E9662682EA}.201 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {AEA37390-ADFF-47F6-9383-C01E45E0878B}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {4C86671F-DE10-430C-9F7D-F8677D3E28C7}.201 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {E46BBBA1-D5EF-49A4-82B3-35F0082C778C}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {BD64895D-728D-435C-A608-04ADF7F5FD09}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent Update {6CBBBB9B-0BE6-408C-835C-879BD892CE4B}.200 is pruned out due to potential supersedence
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {23A13D79-814D-4289-96F6-1A7F528A96EF}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {70156CA0-8697-472B-B03D-C71559BAA4AA}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Added update {38F052E8-0DEC-4E44-97AA-89D60C52C31F}.200 to search result
    2015-02-19 11:54:56:451
    708 15d0
    Agent  * Found 10 updates and 88 categories in search; evaluated appl. rules of 2691 out of 5243 deployed entities
    2015-02-19 11:54:56:466
    708 15d0
    Agent *********
    2015-02-19 11:54:56:466
    708 15d0
    Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates  Id = 42]
    2015-02-19 11:54:56:466
    708 15d0
    Agent *************
    2015-02-19 11:54:56:466
    708 15d0
    IdleTmr WU operation (CSearchCall::Init ID 42, operation # 764117) stopped; does not use network; is at background priority
    2015-02-19 11:54:56:466
    708 1684
    AU >>##  RESUMED  ## AU: Search for updates [CallId = {2CBC89B5-ECA8-4F41-975B-BA32A343E1B3} ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}]
    2015-02-19 11:54:56:466
    708 1684
    AU  # 10 updates detected
    2015-02-19 11:54:56:466
    708 1684
    AU #########
    2015-02-19 11:54:56:466
    708 1684
    AU ##  END  ##  AU: Search for updates  [CallId = {2CBC89B5-ECA8-4F41-975B-BA32A343E1B3} ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}]
    2015-02-19 11:54:56:466
    708 1684
    AU #############
    2015-02-19 11:54:56:466
    708 1684
    AU All AU searches complete.
    2015-02-19 11:54:56:466
    708 1684
    AU Adding timer: 
    2015-02-19 11:54:56:466
    708 1684
    AU    Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2015-02-19 19:22:34, not idle-only, not network-only
    2015-02-19 11:54:56:466
    708 1684
    AU  # Publishing WNF Per user update count event Count: 0 SID {S-1-5-21-1024816770-2381424383-3620500882-1001} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2015-02-19 11:54:56:466
    708 1684
    AU  # Publishing WNF Per user update count event Count: 0 SID {S-1-5-21-1024816770-2381424383-3620500882-1001} Service {855E8A7C-ECB4-4CA3-B045-1DFA50104289}
    2015-02-19 11:54:56:466
    708 1684
    AU  # Publishing WNF Per user update count event Count: 2 SID {S-1-5-21-1024816770-2381424383-3620500882-1009} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2015-02-19 11:54:56:466
    708 1684
    AU  # Publishing WNF Per user update count event Count: 0 SID {S-1-5-21-1024816770-2381424383-3620500882-1009} Service {855E8A7C-ECB4-4CA3-B045-1DFA50104289}
    2015-02-19 11:54:56:466
    708 1684
    AU Adding timer: 
    2015-02-19 11:54:56:466
    708 1684
    AU    Timer: E25CADF6-86A6-4569-BCDF-89BE66B0CA66, Expires 2014-11-28 16:35:58, not idle-only, not network-only

    Hi Christian,
    Could you please explain when you encounter this error code?
    If this occurred when you installing Windows Update, you may try to download it/them from Microsoft Update catalog, and then install them manually.
    If this is happened when you upgrade to the new build, you may consider to do a clean install using the Windows 10 9926 build ISO file.
    Best regards
    Michael Shao
    TechNet Community Support

  • RPD file upgrade from 10g to 11g error:  Error in starting opmn server

    Dear All,
    We have to upgrade an RPD repository file and the catalog from 10 g to 11 g. We use the Oracle Fussion Middleware Upgrade Assistant tool.
    BI Service (BI server version: 11.1.1.6).
    The operation failed, and we got the following error message:
    [2013-09-06T12:03:51.117+02:00] [BIEE] [ERROR] [upgrade.BIEE] oracle.as.management.opmn.optic.OpticException: Error in starting opmn server[[ Operation aborted because of a system call failure or internal error   at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)   at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)   at oracle.ias.upgrade.config.oraclebi.OPMNUtil.startOpmn(OPMNUtil.java:46)   at oracle.ias.upgrade.config.oraclebi.OracleBIConfigUpgrade.doUpgrade(OracleBIConfigUpgrade.java:118)   at oracle.ias.upgrade.UpgradeSupport.doUpgrade(UpgradeSupport.java:1823)   at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:503)It is curious because the core applications are running (I performed the command "./opmnctl start" successfully) and I can open and use the services like WebLogic Administration Consol, Enterprise Manager, BI Enterprise Edition (Analytics) , BI Publisher etc.
    But if I open the enterprise manager the core applications under the tab Fusion Middleware are marked with red (not running)
    See screen shot regarding the overview:
    http://s24.postimg.org/vdg0o83fp/enterprise_manager.png
    If I click on the Core application link the core appilcations are marked with green (they are running).
    See screen shot regarding the Core Applications:
    http://s10.postimg.org/ogba45ke1/core_app.png
    Problem:
    the core applications are displayed as down in Enterprise Manager.
    I restarted the core applications in the Enterprise Manager successfully but under the tab Fussion Middleware they are still displayed as not running.
    Does anybody ever had a problem like this. Thank you!
    Regards, Robert

    ok, since installing multiple versions of oracle is a common practice, I will do both on same machine and try them out.
    solaris@solaris:~$ cat /etc/release
    Oracle Solaris 11 11/11 X86
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 18 October 2011
    solaris@solaris:~$ uname -a
    SunOS solaris 5.11 11.0 i86pc i386 i86pc
    solaris@solaris:~$ df -k
    Filesystem 1024-blocks Used Available Capacity Mounted on
    rpool/ROOT/solaris 718405632 1620554 713290953 1% /
    /devices 0 0 0 0% /devices

  • Error during impdp - ORA-39125

    Hi Techies ,
    i m doing an import using impdp utility for a 16bit 10.2.04. Database . But the import fails with the below error
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling DBMS_METADATA.CONVERT []
    ORA-06502: PL/SQL: numeric or value error
    LPX-00229: input source is empty
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6307
    As per metalink and Google , i have tried to run initmeta.sql , but even after running it i get the same error while importing ,
    aq_tm_process=5 of my DB .
    packages are all valid .
    Please help ,
    Thanks

    Hi Luis ,
    Please find the answers for ur queries below inline :
    1) are you trying to impdp in the same server that generate the expdp file?
    --> No , its on the DEV server ,
    2) or did you transfer the file via ftp/scp?
    --> SCP i did an scp of dump files to this server from prod server .
    3) what OS?
    --> Linux x86_64 x86_64 x86_64 GNU/Linux
    4) have you set NLS_LANG?
    ---> Yes its AMERICAN
    5) could you please post the entire impdp command and log output?
    --> Sure
    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_FULL_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_FULL_01": userid="/******** AS SYSDBA" directory=DATAPUMPDIR dumpfile=edw.dmp logfile=edw.log
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"APPUSER1" already exists
    ORA-31684: Object type USER:"BI" already exists
    ORA-31684: Object type USER:"BI_STAGING" already exists
    ORA-31684: Object type USER:"DEPT_BILLING" already exists
    ORA-31684: Object type USER:"LOGS" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling DBMS_METADATA.CONVERT []
    ORA-06502: PL/SQL: numeric or value error
    LPX-00229: input source is empty
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6307
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x97c8e880 15032 package body SYS.KUPW$WORKER
    0x97c8e880 6372 package body SYS.KUPW$WORKER
    0x97c8e880 12391 package body SYS.KUPW$WORKER
    0x97c8e880 3346 package body SYS.KUPW$WORKER
    0x97c8e880 6972 package body SYS.KUPW$WORKER
    0x97c8e880 1314 package body SYS.KUPW$WORKER
    0x96092e50 2 anonymous block
    Thanks

  • Error During IMPDP

    Hi All
    Oracle 11.2.0.2.0
    OEL 5
    I am trying to impdp getting some errors. Here's the command
    impdp DUMMY01/DUMMY01@DEV01 REMAP_SCHEMA=PRODUSER01:DUMMY01 VERSION=10.2 DIRECTORY=DP LOGFILE=impdp.log JOB_NAME=impdp_job2 DUMPFILE= PRODUSER01_%U.dmp PARALLEL=4
    Here's the error
    Import: Release 11.2.0.2.0 - Production on Sun Nov 6 23:10:47 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    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
    Master table "DUMMY01"."impdp_job2" successfully loaded/unloaded
    Starting "DUMMY01"."impdp_job2":  DUMMY01/********@ODDEV0J REMAP_SCHEMA=PRODUSER01:DUMMY01 VERSION=10.2 DIRECTORY=DP LOGFILE=impdp.log JOB_NAME=impdp_job2 DUMPFILE= PRODUSER01_%U.dmp PARALLEL=4
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
    ORA-01031: insufficient privileges
    Failing sql is:
    CREATE USER "DUMMY01" IDENTIFIED BY VALUES 'S:3D5D3412A9A68AAA7690A50D7F5D9CAA019F573D5EF9DA355944BB3507B5;D8D2FECC0D7DBF3F' DEFAULT TABLESPACE "DATA" TEMPORARY TABLESPACE "TEMP"
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    ORA-39083: Object type SYSTEM_GRANT failed to create with error:
    ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
    ORA-01031: insufficient privilegesThanks

    The export has probably been done within system user and/or high privilege. You could try to run the import within system user, or grant DBA to the user used by the import command.
    Note that if the user already exists before the import, an error is also returned, but can be ignored.
    Nicolas.

  • Upgrade from 10gr2 SE to 10gr2 EP Verification

    Is there anyway to tell if the catalog and catproc have been run after the upgrade?

    when you use sqlplus connect to the server. it will show the version of database
    or select * from v$version
    It's not harmful to run catalog and catproc again. of course it takes time.

Maybe you are looking for