Help_load data from a dataset file to a oracle table

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
Faye
Participant
Posts: 3
Joined: Fri Dec 03, 2010 2:46 am

Help_load data from a dataset file to a oracle table

Post by Faye »

Hi Everybody,

I have to load data from a dataset file to a oracle table.
In oracle stage I need to delete some data from oracle table first and then load the dataset into oracle table.
I use Close Command option with the DELETE SQL:Delete from TableNaMe where condition...

I first time I run the job successful,but when I run the job twice,the job abort.

below is the error message:
The system(sqlldr CONTROL=ora.29628.383218.3.ctl LOG=ora.29628.383218.3.log BAD=ora.29628.383218.3.log.bad SILENT=header PARFILE=ora.29628.383218.3.par) failed; see the log file for the Oracle specific message.

Please advice to improve performance.

Thanks in advance
Faye
Participant
Posts: 3
Joined: Fri Dec 03, 2010 2:46 am

waiting for your reply on line

Post by Faye »

waiting for your reply on line,Many thanks!!!
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Six minutes?!!!! That's gotta be a DSXchange record for impatience!!

Hey, I know you're new, but please realise that DSXchange is an all volunteer site, whose members post as and when they can.

If you want immediate response sign up with your official support provider for priority service, and learn just how much "urgent" costs.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Help_load data from a dataset file to a oracle table

Post by chulett »

Faye wrote:see the log file for the Oracle specific message.
... and the message is?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Faye
Participant
Posts: 3
Joined: Fri Dec 03, 2010 2:46 am

Post by Faye »

ray.wurlod wrote:Six minutes?!!!! That's gotta be a DSXchange record for impatience!!

Hey, I know you're new, but please realise that DSXchange is an all volunteer site, whose members post as and when they can.

If you want immediate response sign up with your official support provider for priority service, and learn just how much "urgent" costs.
Thansk! this problem has been resoled.
Post Reply