Skip to Main Content

SQL & PL/SQL

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!

Conditional insert in sql loader

user10745179Jul 25 2019 — edited Jul 25 2019

Hi Guys, We have a CSV file, to upload in database, but while uploading data in database, we need to apply the condition while insert. 2 column values in csv found in table then we need to update the rest columns in table while insert in sqlloader, if 2 column values in csv are not found in table then it should insert new row in table. Please suggest. Thanks in advance.

Comments
Post Details
Added on Jul 25 2019
5 comments
1,640 views