G
Guest
I'm using the System.Data.OracleClient namaspace and I get he following
problem.
In the main thread I open a connection to the database, I query the DB
retrieving all the available stored procedure, allowing the user through a
GUI to pick a stored procedure a execute it in parallele in different thread.
Every thread open a new connection to the DB !
But if the stored procedure issue a rollback statement I get an error from
oracle:
i can't rollback in a distributed transaction !
But I really don't need a distributed transaction !
I would that any thread session had its ownn transaction !
Any suggestion ?
problem.
In the main thread I open a connection to the database, I query the DB
retrieving all the available stored procedure, allowing the user through a
GUI to pick a stored procedure a execute it in parallele in different thread.
Every thread open a new connection to the DB !
But if the stored procedure issue a rollback statement I get an error from
oracle:
i can't rollback in a distributed transaction !
But I really don't need a distributed transaction !
I would that any thread session had its ownn transaction !
Any suggestion ?