Simple Import Question
Hello all
Hope you are all well
Each evening we export a DMP file from our system using the following script
exp c##mola/***@*** file=c:\Oracle_Backups\monday.dmp owner=c##mola
I am now trying to restore a table from this export file to a different schema using this clause:
imp c##mola/***@*** file=c:\Oracle_Backups\monday.dmp fromuser=c##mola touser=c##restore ignore=y log=import.log tables=o_cat_path_bone
However I am always getting the following error
. importing C##MOLA's objects into C##RESTORE
IMP-00003: ORACLE error 1031 encountered
ORA-01031: insufficient privileges
IMP-00000: Import terminated unsuccessfully