DBA Hub

📋Steps in this guide1/1

expdp with compression parameter

-- Create the directory if not present create directory EXPDIR as '/export/home/oracle/ORADUMP'

oracle configurationintermediate
by OracleDba
12 views
1

expdp with compression parameter

-- Create the directory if not present create directory EXPDIR as '/export/home/oracle/ORADUMP' -- Below is the parfile for full db export -- Run expdp command expdp parfile=compressed.par

Code/Command (click line numbers to comment):

1
2
3
4
5
6
cat parfile=compressed.par
dumpfile=schema.dmp
logfile=tables.log
directory=EXPDIR
FULL=Y
compression=ALL

Comments (0)

Please to add comments

No comments yet. Be the first to comment!