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

Home -> Community -> Usenet -> c.d.o.server -> Nested Transactions

Nested Transactions

From: Andrew Adams <atadams_at_ibm.net>
Date: Sat, 18 Sep 1999 19:28:40 GMT
Message-ID: <37e3e55b.1745994@news1.ibm.net>


Is is possible to nest transactions with Oracle? I have a web app calling packaged procedures via MTS (Microsoft Transaction Server) To implement this, all commits and rollbacks are handled by MTS. The catch here is that I want to write and commit errors to a error table as they occur. Is it possible to wrap the error handling within a separate transaction so I can commit it without committing all the other work in progress? If this is not doable, what are my options other then logging to a file?

Thanks in advance!

Andrew Adams Received on Sat Sep 18 1999 - 14:28:40 CDT

Original text of this message

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