ver. 5.35 ORA-0274 ROLLBACK in a distributed transaction
Posted: Fri 27 May 2011 12:23
Hello!
When calling SP from WCF Service i receive ORA-02074 cannot ROLLBACK in a distributed transaction.
The SP commits|rollback transactions explicitly.
I get this error only on customer's server an only when Direct parameter
is set to False in the connection string.
When it is set to True i get the real text of error, raised by the SP.
When I run application on my server - it's ok with both values of Direct parameter.
The main differences between servers is: customer's server has 4 processors, my - one processor.
I have a 3 tiered application: console client - WCF Service - Oracle 9.
I cant use Direct = true on customer's server, because it is working thery
slow there and hangs all its processors.
On my computer when Direct = true the program is working speedily.
A made some testings on customer's server and i found out that the same sequence of calls of SP made from WPF test application, running on the server works fine, but slows down when working in WCF service.
How can i make my WCF service work fast with Direct = true or
how can i get rid of ORA-0274 when Direct = false?
Thank you in advance!
When calling SP from WCF Service i receive ORA-02074 cannot ROLLBACK in a distributed transaction.
The SP commits|rollback transactions explicitly.
I get this error only on customer's server an only when Direct parameter
is set to False in the connection string.
When it is set to True i get the real text of error, raised by the SP.
When I run application on my server - it's ok with both values of Direct parameter.
The main differences between servers is: customer's server has 4 processors, my - one processor.
I have a 3 tiered application: console client - WCF Service - Oracle 9.
I cant use Direct = true on customer's server, because it is working thery
slow there and hangs all its processors.
On my computer when Direct = true the program is working speedily.
A made some testings on customer's server and i found out that the same sequence of calls of SP made from WPF test application, running on the server works fine, but slows down when working in WCF service.
How can i make my WCF service work fast with Direct = true or
how can i get rid of ORA-0274 when Direct = false?
Thank you in advance!