Database Utilities (MOSC)

MOSC Banner

datapump

edited Jan 11, 2012 4:57AM in Database Utilities (MOSC) 6 comments
Hi I'm trying to export a full database with the system ID.
I have completed the following:

grant all on directory (directoryname) to system;

grant sysdba to system;

grant dba to system;

grant exp_full_database to system;

grant imp_full_database to system;

I know that is overkill just to export the database but I keep getting the error:

ora-31631:  privileges are required
ora-39161:  full database jobs require privileges

What could I possibly be missing to fully export the database.

Thanks
Ed

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