ODBC Error - ORA-02041
I have a program that accesses an Oracle view. When I am at the client site over their network, my Select query works fine. When I access it from a remote computer using the Oracle ODBC driver version 8.01.61.00, I get ORA-02041 error.
The error documentation talks about updates and commits but why would a simple select sometimes work and other times not?
Is it a timing issue?