I am trying to do a full export of one database instance and then import into another database instance on a different server (both oracle 8.0.5). I am getting the following error as soon as it starts importing privileges:
Here is my export parfile
Import par file
I've tried this multiple times with different full export files, but always get the same error on the same statement. Any ideas?
Code:
IMP-00017: following statement failed with ORACLE error 3113:
"GRANT SELECT ON "REINSURANCE_CONTRACTS_VW" TO "REINSURANCE_VIEW""
IMP-00003: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
IMP-00021: operating system error - error code (dec 2, hex 0x2)
IMP-00000: Import terminated unsuccessfully
IMP-00021: operating system error - error code (dec 2, hex 0x2)
Code:
file=d:\Export\ExportFull.dmp
log=d:\oradata\REPT\Logs\ExportFull.log
direct=Y
full=Y
constraints=Y
consistent = Y
Code:
full=Y
log=D:\Oradata\Rept\Log\ImportAll.log
file=E:\ExportFull.dmp
commit=Y
buffer=262144