exp failing with query clause
Source Database version : 10.2.0.3
Target database version : 9208
need to export tables with a clause condition in 10.2.0.3 and import them into 9208 database
userid="/ as sysdba"
directory=TEST
dumpfile=expdp_SR_296628_%U.dmp
logfile=expdp_SR_296628_log.log
tables=XBRADMIN.POS_HDR_TAB,XBRADMIN.POS_SKU_TAB,XBRADMIN.POS_LDS_TAB
query=\"where transdate between \'01-FEB-18\' and \'23-MAR-18\'\"
version=9.2
parallel=3
expdp fails with below error
ORA-39001: invalid argument value
ORA-39035: Data filter SUBQUERY has already been specified.
If I try to use exp utility with a modifed parfile it still fails as below
userid="/ as sysdba"
file=expdp_SR_296628_%U.dmp