about 9.2.0 emp/imp error [message #72676] |
Fri, 29 August 2003 14:09 |
fengq
Messages: 38 Registered: October 2002
|
Member |
|
|
Hi all
when I did exp/imp in two 9i databases, I got the following errors:
. importing SYSTEM's objects into SYSTEM
. importing SYS's objects into SYS
. importing SYSTEM's objects into SYSTEM
. importing SYS's objects into SYS
IMP-00017: following statement failed with ORACLE error 3113:
"BEGIN "
"dbms_aw_exp.import_chunk92(1492, '7320272027202D034E00202020202020202020202"
"0202020202020202020206F626A2870726F706572747920274849455244494D2720266F626A"
"2870726F706572747920274558504F424A56415227205F64696D73292929034400202020202"
"0205F62616E6E6572203D206A6F696E6368617273285F62616E6E6572206966205F62616E6E"
"6572206E65206E61207468656E2027205C27202D205C2727202D03200020202020202020202"
"0202020202020202020656C7365206E612020272027202D034E002020202020202020202020"
"202020202020206F626A2870726F706572747920275344534356415227205F64696D7329202"
"72827205F64696D732027205C272720265F64696D7320275C272927202D031D002020202020"
"2020202020202020202020202027205C275B5C272027202D034D00202020202020202020202"
"0202020202020206F626A2870726F70657274792027484945524C4453432720266F626A2870"
"726F706572747920274558504F424A56415227205F64696D732929202D031C0020202020202"
and it kicks me out after this fedal error occurs, what is this problem? I never had this before in 8.1.7
Please help me out!
Thank you very much!
|
|
|
|
Re: about 9.2.0 emp/imp error [message #72678 is a reply to message #72677] |
Fri, 29 August 2003 14:47 |
feng
Messages: 10 Registered: November 2000
|
Junior Member |
|
|
hi, they both 920 on two diffient win2000 server.the only difference is the 1st db datafiles stored in e drive and the 2nd db datafiles stored in f drive.
which db do you want me to try this?
Thank YOU!!!!!!!!!!
|
|
|
|
Re: about 9.2.0 emp/imp error [message #72680 is a reply to message #72678] |
Fri, 29 August 2003 15:25 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
in the source database
-->connect as sys
-->delete from sys.exppkgact$ where package = 'DBMS_AW_EXP' and schema= 'SYS';
-->commit;
try export again.
Ofourse, this should be last method to apply and do it your own risk. Updating dictionary is just bad,bad,bad.
[Updated on: Fri, 05 May 2006 12:51] Report message to a moderator
|
|
|
|
|
|
|