Data Loading in Oracle

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Data Loading in Oracle

Post 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,
RAJ
sajidkp
Participant
Posts: 114
Joined: Thu Apr 30, 2009 12:17 am
Location: New Delhi

Post 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
Regards,
Sajid KP
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Data Loading in Oracle

Post by chulett »

gssr wrote:see the log file for the Oracle specific message
The error will be in the log, hence the message.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sreekanth kutumbaka
Participant
Posts: 16
Joined: Wed May 31, 2006 10:57 pm
Location: Hyderabad

reply

Post 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
Post Reply