expdp to asm diskgroup
Create a directory pointing to asm diskgroup( for dumpfiles)
oracle configurationintermediate
by OracleDba
14 views
Create a directory pointing to asm diskgroup( for dumpfiles)
1234567891011
SQL>
create directory SOURCE_DUMP as '+NEWTST/TESTDB2/TEMPFILE';
Directory created
SQL>
create directory EXPLOG as '/export/home/oracle';
Directory created.
dumpfile=test.dmp
logfile=EXPLOG:test.log
directory=SOURCE_DUMP
tables=dbatest.EMPTAB
exclude=statisticsPlease to add comments
No comments yet. Be the first to comment!