[Solved] SQL*Loader-00350 Syntax error at line number.
SQL*Loader-00350 Syntax error at line number.
Expecting str1, found str2
where str1 is a description of what SQL*Loader expected in the SQL*Loader control file, and str2 is what was found. Then SQL*Loader displays the offending line from the SQL*Loader control file, indicating the location of the error in the line by a carat (^). or an asterisk (*). An example follows:
SQL*Loader-350: Syntax error at line 28 Expecting column name, found keyword CHAR col3 ENCLOSED BY '"', CHAR ENCLOSED "'",
Action 2: Its Strongly Syntax error some time we forget comment unusual lines herder etc. so we have to "--" sign to comment, check the all the lines properly.

Comments
Post a Comment