Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Export parameter Direct = Y

TJ_TayJan 14 2019 — edited Jan 15 2019

Hi all

Just curious, can I use DIRECT=Y and QUERY parameter together.

From the Oracle documentation, it stated that the SQL will be bypassed. However, when I used direct=y and query parameter , it seems that my data exported is met with the condition of the query.

TABLES=TB_TEST

directory=ORA_DIR

DUMPFILE=expdp_tb_test%u.dmp

content=data_only

buffer=50000000

recordlength=65535

FILESIZE=100m

DIRECT=Y

parallel=4

logfile=expdp_tb_test.log

query=TB_TEST:"WHERE ID IN (SELECT ID FROM TB_ID_LOG)"

Please advise.

Comments
Post Details
Added on Jan 14 2019
3 comments
397 views