Oracle Import getting stuck Processing object type SCHEMA_EXPORT/
/database1/rdbm6/export> tail -200f impdp_D.SPORTS_03192012.log
;;;
Import: Release 11.2.0.2.0 - Production on Mon Mar 19 15:34:10 2012
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 "SYS"."SYS_IMPORT_FULL_02" successfully loaded/unloaded
Starting "SYS"."SYS_IMPORT_FULL_02": "/******** AS SYSDBA" REMAP_SCHEMA=SPORTS:SPORTS DIRECTORY=dpump_dir DUMPFILE=expdp_D.SPORTS_02282012.dmp LOGFILE = impdp_D.SPORTS_03192012.log REMAP_TABLESPACE = SPORTS_DATA_TS:SPORTS_DATA_TS , SPORTS_INDEX_TS:SPORTS_INDEX_TS
Processing object type SCHEMA_EXPORT/USER
ORA-31684: Object type USER:"SPORTS" already exists
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
Processing object type SCHEMA_EXPORT/PASSWORD_HISTORY
You should not use "' / as sysdba'" for running expdp and impdp - see the first "Note" section here
http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_import.htm#i1012504
Try re-running expdp and impdp using the SYSTEM schema
ctl-c
then you will get to the Import prompt
Import> status
If you type status, you will see what each worker process is doing. Type in status a couple of times over a few minutes to see if you can see anything change.
To get back to you normal output type
Import> continue
Comments
Post a Comment