SQL*Loader-00350: Syntax error at line number.



SQL*Loader-00350: Syntax error at line number...

Answer / guest

Cause: num identifies the line in the SQL*Loader control
file at which the error occurred. This message is followed
by another of the form -- 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*Loa er-350: Syntax error at line 28 -- Expecting
column name, found keyword CHAR -- col3 ENCLOSED BY '"',
CHAR ENCLOSED "'",

Action: Compare the DDL syntax against the syntax diagrams
in Oracle7 Server Utilities and make any necessary corrections.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-00211: controlfile does not match previous controlfiles

1 Answers  


NID-00139: Mismatched dbname for datafile string, expected string, found string

1 Answers  


ORA-32616: missing DIMENSION BY keyword in MODEL clause

1 Answers  


ORA-28583: remote references are not permitted during agent callbacks

1 Answers  


ORA-22607: image handle already generated

1 Answers  


ORA-31409: one or more values for input parameters are incorrect

1 Answers  


PLS-00615: type mismatch found at 'string' between CASE operand and WHEN operands

1 Answers  


TNS-00112: Failed to find configuration file name

1 Answers  


PLS-00247: LIBRARY name must be specified

1 Answers  


ORA-31001: Invalid resource handle or path name "string"

1 Answers  


ORA-06520: PL/SQL: Error loading external library

1 Answers  


ORA-02852: Invalid critical-section time out value

1 Answers  


Categories