Page 1 of 1

Data Loading in Oracle

Posted: Thu Oct 15, 2009 2:44 am
by gssr
While loaading a dataset with 26 records to the TARGET Database Oracle, i could able to load only seven records with an error message:

Oracle_Enterprise_135,3: The system(sqlldr scretl/scretl@tpcs CONTROL=ora.2928834.310994.3.ctl LOG=ora.2928834.310994.3.log BAD=ora.2928834.310994.3.log.bad SILENT=header PARFILE=ora.2928834.310994.3.par) failed; see the log file for the Oracle specific message

Can anyone suggest me an solution for this
Thanks in advance,

Posted: Thu Oct 15, 2009 2:55 am
by sajidkp
Can you give some more details like

1) which stage you are using for loading
2) Sqlldr log file content
3) Sqlldr parameters

May be sombody can help you

Re: Data Loading in Oracle

Posted: Thu Oct 15, 2009 5:31 am
by chulett
gssr wrote:see the log file for the Oracle specific message
The error will be in the log, hence the message.

Posted: Thu Oct 15, 2009 3:26 pm
by ray.wurlod
You may need to look on scratchdisk to find the log, if you have not specified a location for the sqlldr log file to be written.

reply

Posted: Tue Oct 20, 2009 4:34 am
by sreekanth kutumbaka
you may need to look into the free space available @ ORACLE end as well. because, if there is no free space available in DB side, then we might end up getting this error

Thanks & Regards,
Dinesh