expdp
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.