Our database version is Oracle 11.2.0.4.0.
Query parameter in the EXPDP statement we are using is,
query=<schema_name>.<old_table_name>:\"where DATE >= '01-JUL-20'\"
Below are the errors,
ORA-31693: Table data object <object_name> failed to load/unload and is being skipped due to error:
ORA-00904: "JUL": invalid identifier
Can somebody help us with this and let us know what's wrong with above statement?