how to mention full query in expdp command
Hi,
Can anyone provide me the syntax for exporting the data from a table to dump file suing the SQL QUERY involving subset of column.
I am using the parameter file I am trying but it is not working . I tried following parameters but none of them seems working for me :
QUERY=user1.load_table:'col1'
QUERY='select col1 from user1.load_table'
QUERY=user1.load_table:'select col1'
Best Regards,
Anurag
Can anyone provide me the syntax for exporting the data from a table to dump file suing the SQL QUERY involving subset of column.
I am using the parameter file I am trying but it is not working . I tried following parameters but none of them seems working for me :
QUERY=user1.load_table:'col1'
QUERY='select col1 from user1.load_table'
QUERY=user1.load_table:'select col1'
Best Regards,
Anurag
0