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

Home -> Community -> Mailing Lists -> Oracle-L -> Controlling transactions when JDBC connection closed?

Controlling transactions when JDBC connection closed?

From: Arn Klammer <Arn.Klammer_at_austrac.gov.au>
Date: Sun, 26 Aug 2001 19:18:48 -0700
Message-ID: <F001.00377D53.20010826190551@fatcity.com>

We're reusing a set of Java classes from an "old" application in a new application. The old application used a PC database; the new one is using Oracle. It appears that the PC database implicitly rolled back transactions if a connection to the database was closed. However, with Oracle, is appears that when we close a JDBC connection, the current transaction is implicitly committed.

I understand that these classes *should* be explicitly controlling their transactions, and committing or rolling back before closing the connection to the database, and we will have to fix these classes to do so. However, I would also like to know if it's possible to change this behaviour of Oracle of implicitly committing upon close. Is there a JDBC configuration file or something like that? This is Oracle 8.1.7, in a JRUN environment, if that's any help. (As you can tell, this Java stuff is not my forte...)

Thanx for any advice.

-ak



This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com



--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Arn Klammer
  INET: Arn.Klammer_at_austrac.gov.au
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
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 Aug 26 2001 - 21:18:48 CDT

Original text of this message

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