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!

Sql loader

Oracle_MonkeyFeb 1 2019 — edited Feb 1 2019

What does ERRORS=0 and SKIP=1 means in control file?

I am not able to load a single line in the table.First row of my csv contains column names

OPTIONS (ERRORS=0, SKIP=1, ROWS=10000)

This post has been answered by KayK on Feb 1 2019
Jump to Answer
Comments
Post Details
Added on Feb 1 2019
4 comments
207 views