Database Utilities (MOSC)

MOSC Banner

expdp

edited Jun 2, 2011 4:41AM in Database Utilities (MOSC) 3 commentsAnswered
 Hi,

I use expdp to export all roles and all privilleges within database, use prfile

USERID="/ as sysdba"

full=y

content=metadata_only

directory=dp

dumpfile=full_meta.dmp

logfile=full_meta.explog

REUSE_DUMPFILES=Y

COMPRESSION=ALL

How to show content of dumpfile full_meta.dmp. Is there in impdp somthing like indexfile ( I used in imp), when I cannot import, Iwant only see.

Regards

Vojteska Husakova

USERID="/ as sysdba"

full=y

content=metadata_only

directory=dp

dumpfile=full_meta.dmp

logfile=full_meta.explog

REUSE_DUMPFILES=Y

COMPRESSION=ALL

How to show content of dumpfile full_meta.dmp. Is there in impdp somthing like indexfile ( I used in imp), when I cannot import, Iwant only see.

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