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!
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)