Help on expdp query="-----"
Hello All
Hope all are doing good .
I am actually trying to export using expdp a dataset using a query option .
Not sure how this need to be set up in parfile .
here is the query .
Select x.*
from Pwsor.IP_X_ADR x, Pwsor.V_INS_IP i
where i.IP_KEY = x.IP_KEY
and x.SRC_STM_CODE = 'CPS'
Thanks in advance .
Regards