expdp with query clause
--- For exporting table data with query condition
oracle configurationintermediate
by OracleDba
12 views
--- For exporting table data with query condition
123456789
--- For exporting table data with query condition
----select * from DBACLASS.EMP_TAB WHERE created > sysdate -40;
-- Parfile
cat expdp_query.par
dumpfile=test.dmp
logfile=test1.log
directory=TEST
tables=dbaclass.EMP_TAB
QUERY=dbaclass.EMP_TAB:"WHERE created > sysdate -40"Please to add comments
No comments yet. Be the first to comment!