SQL Loader [message #472776] |
Mon, 23 August 2010 17:53 |
kjasthi
Messages: 7 Registered: August 2010 Location: Fremont
|
Junior Member |
|
|
Hi all,
we are upgrading databse form 8i to 10g
while testing my program is getting error out.
here is the ctl file
LOAD DATA INFILE '/apps/dv1qtc/appl_top/xxcfi/11.5.0/interface/image/kpu/in/61771020_data.dat'
INTO TABLE KPU_INFILE_MASTER
APPEND
FIELDS TERMINATED BY ',' (
FILE_NAME CHAR(40),
EXT_BLOB FILLER CHAR,
FILE_BLOB LOBFILE(EXT_BLOB) TERMINATED BY EOF,
FETCH_DATE SYSDATE,
NEW_ENTRY char(1))
error message:
SQL*Loader-350: Syntax error at line 6.
Expecting "," or ")", found "FILLER".
EXT_BLOB FILLER CHAR,
Please suggest me a solution
|
|
|
|
|
|
Re: SQL Loader [message #472942 is a reply to message #472940] |
Tue, 24 August 2010 20:17 |
kjasthi
Messages: 7 Registered: August 2010 Location: Fremont
|
Junior Member |
|
|
Today I tried with old dev instance(9i) to check the issue but getting below error.
SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
ORA-12154: TNS:could not resolve service name
Please help me on this issue.
|
|
|
Re: SQL Loader [message #472943 is a reply to message #472942] |
Tue, 24 August 2010 20:18 |
kjasthi
Messages: 7 Registered: August 2010 Location: Fremont
|
Junior Member |
|
|
I have submitted the above from Oracle ERP.
I am getting below error when I run from cmd prompt
SQL*Loader-350: Syntax error at line 6.
Expecting "," or ")", found "FILLER".
EXT_BLOB FILLER CHAR,
|
|
|
|
Re: SQL Loader [message #472946 is a reply to message #472944] |
Tue, 24 August 2010 21:18 |
kjasthi
Messages: 7 Registered: August 2010 Location: Fremont
|
Junior Member |
|
|
Hi ,
I am sorry about that.
when I run from unix prompt(SSH tactia), I am able to see sql loader version.
my SQL*Loader: Release 8.0.6.3.0
when I run from Oracle ERP(911.5.9) I am able to see sql loader version as 9.2.0.5
my target database details: 9.2.0.6.0
Thanks
Kishore
|
|
|
|
|
|