Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Facing Issue like SQL*Loader-350: Syntax error at line 1. Expecting keyword INTO, found end of file.

223 views
Skip to first unread message

Vaanmathi M

unread,
May 6, 2021, 6:47:49 AM5/6/21
to
SQL*Loader-350: Syntax error at line 1.
Expecting keyword INTO, found end of file.

OPTIONS(ROWS=1000,DIRECT=TRUE)
LOAD DATA
CHARACTERSET UTF8
INFILE '%INFILE%'
TRUNCATE
INTO table tableName
FIELDS TERMINATED BY "~"
TRAILING NULLCOLS
(
col1 CHAR(4000),
col2 CHAR(4000),
.
.
.
col140 CHAR(4000)
)
0 new messages