i have prob with sql *loader in oracle apps [message #335600] |
Tue, 22 July 2008 22:19 |
karunakar_adepu84
Messages: 43 Registered: January 2008
|
Member |
|
|
I have one more problem with SQL * loader can U please solve this problem?
that is
I have created .ctl file & flat file when I am using from backend it is working which means by using sql * loader in cmd it is working.
But while using the concurrent program with sql* loader it is not working it is giving error status.
the error message in log file is
+-----------------------------
| Starting concurrent program execution...
+-----------------------------
SQL*Loader-524: partial record found at end of datafile (d:\oracle\visappl\po\11.5.0\bin\erptest.ctl)
SQL*Loader: Release 8.0.6.3.1 - Production on Wed Jul 23 08:32:07 2008
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL*Loader-524: partial record found at end of datafile (d:\oracle\visappl\po\11.5.0\bin\erptest.ctl)
Program exited with status 3
Cause: The program terminated, returning status code 3.
Action: Check your installation manual for the meaning of this code on this operating system.
Concurrent Manager encountered an error while running SQL*Loader for your concurrent request 2808538.
Review your concurrent request log file for more detailed information.
with regards....
|
|
|
|
|
|
Re: i have prob with sql *loader in oracle apps [message #336322 is a reply to message #335803] |
Fri, 25 July 2008 12:17 |
karunakar_adepu84
Messages: 43 Registered: January 2008
|
Member |
|
|
hi, thankq for reply,
but my problem is still there only,
my flat file is emp.txt
contains
1234,karna
1212,sathi
my ctl file is emptest.ctl
load data
infile 'D:\.......\emp.txt'
truncate into emp1234
fields terminated by ','
(empno,ename)
If I am using sql * loader the data transfering into the table.
but when I am using the concurrent program as executable as sql*loader it is displying the error, the error is
sql*loader -524 : partial data at the end of the flatfile.
with regards,
karunakar
|
|
|
|
Re: i have prob with sql *loader in oracle apps [message #337982 is a reply to message #336382] |
Sat, 02 August 2008 00:24 |
sivee
Messages: 6 Registered: August 2008
|
Junior Member |
|
|
first move your control file and data file to application server custom_top/ bin direcorty, once u ftp your files to server. u can create concurrent program attaching your control in executable as sql loader.
make sure address of data file path specified in control file.
'/u02/oracle/VIS/apps/apps_st/appl/iappz/12.0.0/bin/BTEMP.csv'
regards,
sivee
|
|
|