Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Nested Transactions
You can do it with AUTONOMOUS TRANSACTIONS ( Oracle 8i).
Michael.
In article <37e3e55b.1745994_at_news1.ibm.net>,
atadams_at_ibm.net (Andrew Adams) wrote:
> 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
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Sun Sep 19 1999 - 08:43:23 CDT
![]() |
![]() |