Page 1 of 1

ODBC Connection Timeout

Posted: Sun Jul 02, 2006 9:47 pm
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.

Posted: Sun Jul 02, 2006 11:29 pm
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.

Posted: Mon Jul 03, 2006 2:31 am
by loveojha2
I guess this is something that you need to specify at the time of ODBC connection creation (DSN creation). :?

Posted: Mon Jul 03, 2006 6:48 am
by DSguru2B
What version are you on, 7.5 has a stored procedure stage. That stage can make your life much easier.