Database Utilities (MOSC)

MOSC Banner

Simple Import Question

edited Feb 17, 2021 8:44PM in Database Utilities (MOSC) 10 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center