ODBC Connection Timeout

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

ODBC Connection Timeout

Post by oacvb »

Hi,

I am calling a oracle stored procedure by using ODBC Stage. Job got aborted if Stored Procedure runs more than 30 Minutes. Please suggest some idea to resolve it. Is there any alternative to call a stored procedure from job. Thanks for your help.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

You call even using native oracle stage in user defined query. {call storedprocedure(?,?,...)}. but what is the error message given when it got aborted.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
loveojha2
Participant
Posts: 362
Joined: Thu May 26, 2005 12:59 am

Post by loveojha2 »

I guess this is something that you need to specify at the time of ODBC connection creation (DSN creation). :?
Success consists of getting up just one more time than you fall.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

What version are you on, 7.5 has a stored procedure stage. That stage can make your life much easier.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply