Database Link error ORA-02041: client database did not begin a transaction
320111Apr 20 2004 — edited May 13 2004Whenever 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?