MTS transactions problems against Oracle 9iR2 with vb.Net

R

Rick

I'm having problems with EnterpriseServices transactions running
against Oracle 9iR2.

I am inconsistently getting Oracle ORA-24761: Transaction Rolled Back
results mid-transaction. If I start the transaction and run it against
an object it might fail. If I rerun the same transaction again it
might work. But on trying again it might fail.

If I disable transactions <Transaction(TransactionOption.Disabled)>
the app runs and all the data is processed correctly. I have confirmed
that the basic selects, inserts and updates all run successfully
without transactions.

I have a small test app I used to confirm that all the components are
setup to run transactions; I can test failure and commit on success
and that works. But when running the full application I am developing
it is just plain inconsistent.

Environment:

WinXPPro
VS.Net 2003
Oracle 9iR2 patched to 9.2.0.4 plus OraMTS configured.
Oracle version of the DAAB patched to fix output parameter problems


Questions:

1. Is anyone else out there running this configuration successfully?
2. Is anyone else running a configuration near to this?
3. Any suggestions on where to look within the oracle world to
determine the root cause of the transaction rollback that Oracle is
issuing?
4. Anyone experiencing problems running transactions in Debug mode vs
Release?

Thanks for the help
Rick
 
P

Paul Clement

On 29 Oct 2003 11:35:14 -0800, (e-mail address removed) (Rick) wrote:

¤ I'm having problems with EnterpriseServices transactions running
¤ against Oracle 9iR2.
¤
¤ I am inconsistently getting Oracle ORA-24761: Transaction Rolled Back
¤ results mid-transaction. If I start the transaction and run it against
¤ an object it might fail. If I rerun the same transaction again it
¤ might work. But on trying again it might fail.
¤
¤ If I disable transactions <Transaction(TransactionOption.Disabled)>
¤ the app runs and all the data is processed correctly. I have confirmed
¤ that the basic selects, inserts and updates all run successfully
¤ without transactions.
¤
¤ I have a small test app I used to confirm that all the components are
¤ setup to run transactions; I can test failure and commit on success
¤ and that works. But when running the full application I am developing
¤ it is just plain inconsistent.
¤
¤ Environment:
¤
¤ WinXPPro
¤ VS.Net 2003
¤ Oracle 9iR2 patched to 9.2.0.4 plus OraMTS configured.
¤ Oracle version of the DAAB patched to fix output parameter problems
¤
¤
¤ Questions:
¤
¤ 1. Is anyone else out there running this configuration successfully?
¤ 2. Is anyone else running a configuration near to this?
¤ 3. Any suggestions on where to look within the oracle world to
¤ determine the root cause of the transaction rollback that Oracle is
¤ issuing?
¤ 4. Anyone experiencing problems running transactions in Debug mode vs
¤ Release?

You might want to check the Oracle MetaLink site (you will probably need to create an account). I
found a couple of articles that refer to the error you are getting but don't know whether they
apply. I assume you are using Oracle's .NET provider since you are using their middleware.

http://metalink.oracle.com/metalink/plsql/ml2_gui.startup


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top