IMP-00017: following statement failed with ORACLE error 3113:
Hi all,
on 8i SE, on Win 2003, I have a 103Gb dump file to import.Instruction is
imp system@mydb File=xxxx FULL=Y IGNORE=Y LOG=yyyy
Every time it fails after about 15 hours, at the point of importing same table suppose TABLE_D it failes with :
IMP-00017: following statement failed with ORACLE error 3113:
"BEGIN DBMS_RLS.ADD_POLICY('SYSADM', 'TABLE_D','TABLE_D'"
",'SYSADM','SETID_ACCESS.SECURE_ACCESS','SELECT',FALSE,TRUE,FALSE); END;"
IMP-00003: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
IMP-00000: Import terminated unsuccessfully
No error in alertlog. No trace file generated.
Any idea ?
Thanks.