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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Cursor problem

RE: Cursor problem

From: Kean Jacinta <jacintakean_at_yahoo.com>
Date: Sun, 07 Dec 2003 21:49:26 -0800
Message-ID: <F001.005D91F3.20031207214926@fatcity.com>


Dear : Dennis Williams

I am not using connection pooling on the Oracle database side, it's on the application side. Basically this connection pooling is written by one of the former programmer which are not working here anymore. I do not have access to his connection code but can only used the class.

This is what i understand, the application will enables multiple connections to be setup and rotated in use as a pooled resource.

Currently i found out that all the cursor will only closed when i specify con.close(). I want to ensure cursor is closed but at the same time connection is not closed. If the connection is closed all my resultset will have error. By specifying releaseconnection(con) , i want to have all the cursor close but the connection still alive.   

Application server = Tomcat
Web server = Apache


Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Kean Jacinta
  INET: jacintakean_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Sun Dec 07 2003 - 23:49:26 CST

Original text of this message

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