Wednesday, June 5, 2013

Using QUERY with Data Pump Export - expdp



You can use QUERY within expdp to do a selective export of a table
Here's the exact way you need to format your query

Below EXAMPLE will export the entire schema SCOTT but from table EMP only rows having EMPNO >= 7900 would be exported.