impdp query format
Hi All,
How to add "/" to the query parameter for impdp:
it it right to change
query=table_name:"where table_name not like '%_EXT%' and table_name not like '%_MV' "
into
query=table_name:\"where table_name not like \'\%_EXT\%\' and table_name not like \'\%_MV\' \"
Thanks.
Yinhai
How to add "/" to the query parameter for impdp:
it it right to change
query=table_name:"where table_name not like '%_EXT%' and table_name not like '%_MV' "
into
query=table_name:\"where table_name not like \'\%_EXT\%\' and table_name not like \'\%_MV\' \"
Thanks.
Yinhai
0