Re: ORA-02041 Urgent! [message #100023] |
Fri, 21 June 2002 03:51 |
F. Marquez
Messages: 1 Registered: June 2002
|
Junior Member |
|
|
I had a similar problem. An ODBC insert records in an Oracle table, where a trigger invokes a stored procedure that insert a record in a remote DB via a db-link. When I inserted a record manually from SQLPLUS, the trigger and procedure worked fine, but if the record was inserted via ODBC, I got all kind of problems. Therefore I followed your advice and disabled MTS on the ODBC driver, and is working now!! Thanks for the tip!
|
|
|