Thursday, December 12, 2013

ORA-39071: Value for EXCLUDE is badly formed

IN KSH shell below exclude format won't work 
exclude=TABLE:"IN ('DATA')" , this will prompt in error  ORA-39071: Value for EXCLUDE is badly formed.
This is SHELL issue, solution is to use format : "exclude=TABLE:\"IN ('DATA')\""

6 comments: