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')\""
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')\""