Export selected tables at runtime
Hi,
We are planning to write export table query in our oracle 11gr2 database using EXPDP. We want to include only a set of tables, in the export dump file. This set of tables, are stored in master table.
So, at any moment we need to take export of tables which are output of select table_name from master_table
Ex: expdp aa/aa@aa tables='select table_name from tables_to_exp' ...........
Is der any way to achieve this?
Thanks!