Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: pro*c - how to determine connection?

Re: pro*c - how to determine connection?

From: <sybrandb_at_yahoo.com>
Date: 17 Jun 2005 03:10:02 -0700
Message-ID: <1119003002.560671.42570@z14g2000cwz.googlegroups.com>


You'll need to post more details.
The ora-0001 message is only possible on INSERT, NOT SELECT!

You probably also need to explain which application you are using, and why your application lasts over a week.
The most efficient solution is probably to implement connection pooling using either facilities available in your product, or in Oracle. Note: Connections will not reconnect, unless you have an appropiate exception handler in your program, use the exception handler to reconnect and to return to the offending location.

--
Sybrand Bakker
Senior Oracle DBA
Received on Fri Jun 17 2005 - 05:10:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US