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!

SQLLDR direct path allows duplicates in primary key

772262Apr 1 2011 — edited Apr 1 2011
I would like to use sqlldr direct path to load millions of records in the table but direct path allows duplicates on the primary key constraints.

inserts duplicates
sqlldr deploy_ctl/deploy_ctl@dba01mdm control=ctl_test.ctl direct=true
primary key is enabled

I am not understanding the behavior that why primary key is still enabled -- (logically it should have disabled than inserted duplicates)

does not insert duplicates
sqlldr deploy_ctl/deploy_ctl@dba01mdm control=ctl_test.ctl
primary key is enabled

Please can I know if there is any work around to use direct path with primary constraints in place.
This post has been answered by oradba on Apr 1 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2011
Added on Apr 1 2011
5 comments
3,078 views