Job running stage

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
kamesh
Participant
Posts: 72
Joined: Tue May 27, 2003 1:47 am

Job running stage

Post by kamesh »

Hi,
my jobs keepon running while reading oracle table. this is inconsistant some time it is working fine some times it is not. I have varchar 1 filed in my source table. i have changed that filed as last coumn in my select query then it is working fine. Please let me know what could be the reason.

Note: my job is oracle --- copy--- sequential file using RCP

thanks
kamesh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I don't think that this can be diagnosed from DataStage alone, you will need to involve your DBA when this happens again. Does the "hang" occur after all the data has been read or at the beginning of the SELECT?
kamesh
Participant
Posts: 72
Joined: Tue May 27, 2003 1:47 am

Post by kamesh »

At the beginning of the select query
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

"At the beginning" usually points more to a SQL or Database issue, whereas "at the end" often indicates a DataStage issue. As is often the case with sporadic problems, perhaps the column position change has just changed the frequency of the problem but hasn't solved it; I can't see how a column position can affect this query.
kamesh
Participant
Posts: 72
Joined: Tue May 27, 2003 1:47 am

Post by kamesh »

In the log it is showing the whole sql query only after that hanging
Post Reply