Database Utilities (MOSC)

MOSC Banner

Object Privileges and expdp and impdp

edited Jun 26, 2013 12:41AM in Database Utilities (MOSC) 5 commentsAnswered
expdp \"sys/xxx@orbolap1 as sysdba\" schemas=prod_biplatform directory=DATA_PUMP_DIR dumpfile=prod_biplatform.dmp logfile=prod_biplatform.log

impdp \"sys/xxxx@orbolap1 as sysdba\" schemas=prod_biplatform remap_schema=prod_biplatform:prod_biplatform1 directory=DATA_PUMP_DIR dumpfile=prod_biplatform.dmp logfile=prod_biplatform1.log

I exported and imported back to the database but found that the following object privileges are mising after import.

GRANT EXECUTE ON SYS.DBMS_LOCK TO PROD_BIPLATFORM;

GRANT SELECT ON SYSTEM.SCHEMA_VERSION_REGISTRY TO PROD_BIPLATFORM;

What could be the reason please?

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