datastage job stuck in running condition while pulling data

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
ketanshah123
Participant
Posts: 88
Joined: Wed Apr 05, 2006 1:04 am

datastage job stuck in running condition while pulling data

Post by ketanshah123 »

Hi

one of the job stuck while pulling data from database after certain no. of rows, have tried to run it thrice but the same result.Also not giving any error or warning its just stuck in running condition, any idea why its happening ? Is it database issue ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What's the row count and the approximate corresponding volume of data? What are your trying to do with these data in the job?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ketanshah123
Participant
Posts: 88
Joined: Wed Apr 05, 2006 1:04 am

Post by ketanshah123 »

ray.wurlod wrote:What's the row count and the approximate corresponding volume of data? What are your trying to do with these data in the job? ...
we are not doing any kind of processing in the job its just pulling data from oracle tables and load it into .csv for downstream reporting applications.

design of job is :

oracle ------> transformer----------->sequential file

Usually it pulls 30 to 40 million but today its stuck after 10 million in running condition , twice I have tried to stop and run the job but same result
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Have you asked your DBA for help? Checked to see what the state of the Oracle process is? Grep'd for the processes in UNIX? You need to determine which bits, if any, are actually still running.
-craig

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