What is wrong with this syntax for datapump export?
I have a script that contain this line:
expdp clarity/$PASSWORD schemas=CLARITY exclude=TABLE:"IN('CLARITY_TDL_TRAN','CLARITY_DEP','CLARITY_
SER')" directory=dpump dumpfile=SCHEMA_EXP.DMP logfile=SCHEMA_EXP_CLRTY.log
I could not find anything wrong, but keep getting syntax relating to exclude. Without exclude, expdp worked fine:
LRM-00116: syntax error at 'TABLE:' following '='
Please advice.
Thanks.
SER')" directory=dpump dumpfile=SCHEMA_EXP.DMP logfile=SCHEMA_EXP_CLRTY.log
I could not find anything wrong, but keep getting syntax relating to exclude. Without exclude, expdp worked fine:
LRM-00116: syntax error at 'TABLE:' following '='
Please advice.
Thanks.
0