ORA-02041 when executing remote query
I got error ORA-02041 (client database did not begin a transaction) when excuting a simple remote select : select * from table@remote.
I did NOT began transaction !
When I start a global transaction (via OCITransStart), I got error ORA-24778 (cannot open connections)
Any idea ??