Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dmp file import error

Luke_DevonJul 10 2009 — edited Jul 12 2009
Hi

My Oracle version is , oracle 9i , i wanted to import a dump file which has taken by same version of oracle.when i executed the imp command for that dump file , i'm getting following error message.

Export file created by EXPORT:V09.02.00 via conventional path
import done in UTF8 character set and UTF8 NCHAR character set
import server uses AL32UTF8 character set (possible charset conversion)
export client uses US7ASCII character set (possible charset conversion)
export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
IMP-00017: following statement failed with ORACLE error 4068:
"BEGIN "
"sys.dbms_logrep_imp.instantiate_schema(schema_name=>'Hotels', export_db_na"
"me=>'Hotels.US.ORACLE.COM', inst_scn=>'1363425837');"
"COMMIT; END;"
IMP-00003: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04063: package body "SYS.DBMS_LOGREP_UTIL" has errors
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "SYS.DBMS_LOGREP_IMP", line 271


How can i solve this ? can some body help me plz ?

Thank you
Luke

Edited by: user2975888 on Jul 10, 2009 7:36 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2009
Added on Jul 10 2009
46 comments
6,189 views