SemperFiDownUnda
Instructor
Does Oracle 8 have nested transactions?
I've got a stored procedure that was commiting and rolling back explicitly and this worked fine when ADO called the stored proceedure but when it was enveloped into a Distributed transaction the same SP fell over with a error saying COMMIT is not allowed in subordinate sessions.
Sorry but my experience with oracle is limited and I'm good with SQL Server which has this support. Just wondering if its a setting or just not supposed to be done that way in PLSQL.
Thanks
I've got a stored procedure that was commiting and rolling back explicitly and this worked fine when ADO called the stored proceedure but when it was enveloped into a Distributed transaction the same SP fell over with a error saying COMMIT is not allowed in subordinate sessions.
Sorry but my experience with oracle is limited and I'm good with SQL Server which has this support. Just wondering if its a setting or just not supposed to be done that way in PLSQL.
Thanks