Hi Everyone,
I will ask some questions.
First I have two or more tables including Column called "Yearmonth".I want to export Yearmonth between 201301 and 201312 for example.
I wrote expdp command like this :
expdp user/pass@sid DIRECTORY=IMAGE_DIR DUMPFILE=alls.dmp TABLES=table1,table2 query=table1,table2:'"where YEARMONTH \ between 201301 and 201312"'
I am facing an error that SQL command not properly ended.
Table2 is exported only.When it starts exporting table1 ,giving an error.
I have almost 50 tables including yearmonth .
is it possible to export like this?
Any solution for this problem ?
Thanks.
Regards