RALF Davide, August 01, 2012 - 3:53 am UTC
Thank you so much Thomas, and sorry about quality of my comment. I will consider these comments in the next instructions;
THANKS A LOT.
how to exclude tables or get the table set you want from EXP
Jeanne Hiesel, March 18, 2014 - 3:25 pm UTC
Please let your users know that
you can also build a "QUERY" clause into the parameter set.
e.g.
exp usr/pwd GRANTS=Y FILE=exportSample.dmp LOG=exportSample.log QUERY=\"WHERE job=\'SALESMAN\' and sal \<1600\"
If you can generate a query that gives you the list of tables that you want then the query parameter is the tool.