Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database Link error ORA-02041: client database did not begin a transaction

320111Apr 20 2004 — edited May 13 2004
Whenever a select command text contains a reference to a database link (i.e. "SELECT * FROM emp@sales.hq.acme.com" with "CREATE DATABASE LINK sales.hq.acme.com CONNECT TO scott IDENTIFIED BY tiger USING 'sales'" previously committed) the error "ORA-02041: client database did not begin a transaction" is returned when the query is submitted.

How can I get a database link query to work with ODP.NET?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2004
Added on Apr 20 2004
3 comments
630 views