ORA-02041:Client database did not begin a transaction.
Hi I've created a dblink from a istance X to istance oracle Y, and it's ok.
I've created a view in X for take my interested rows from more tables into istance Y and it's ok.
I've created a statement SQL in the instance X joined with my view but in the SQLPlus
and Toad work fine, but when lunch this statement from my application appear this error:
ORA-02041:Client database did not begin a transaction.
thanks in advance
Abe