oracle loading error

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
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

oracle loading error

Post by India2000 »

I have a scenario to load data from dataset to an oracle. Load fails immediately without even attempting to read data set. The director log stops with

main_program:
without generating any error for failure. Can any one please let me know what could go wrong with the code or Datastage? Any input is really appreciated. Thanks
Last edited by India2000 on Tue Sep 09, 2014 8:10 am, edited 1 time in total.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The "orch..." modules you mentioned have nothing to do with Oracle - they have to do with Orchestrate (the parallel execution engine of DataStage).

Are you really sure there are no other entries in the job log, and yet the Oracle table gets created? Possibly your logging system has become full or corrupted, though I'd expect you'd be seeing something from the logging service in the WAS log (SystemOut.log) if that were the case.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

Post by India2000 »

Ray,I didn't get what you are saying..

Has any one came across such scenario before? I'm able to view the dataset.

is it because of lock on the table? or is this an DS configuration issue?
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Post the entire job log with full details.
Choose a job you love, and you will never have to work a day in your life. - Confucius
India2000
Participant
Posts: 274
Joined: Sun Aug 22, 2010 11:07 am

Post by India2000 »

qt_ky,

The director log stops with

main_program:
orchgeneral: loaded
orchsort: loaded
orchstats: loaded
No other error messages.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Unfortunately, with so little information posted there's not much anyone here can do for you. You either need another set of eyes or to enlist support for help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply