ORA-02041 error with database links
I encounter ORA-02041 error when I have to join tables from different databases with db links. There are no problems when I use sqlplus, so the problem must be with the jdbc driver, and also there are no problems if there are no table joins. It only occurs when the sql statement has multiple tables from different databases.
I have read that there are similar problems with ODBC. Are there new jdbc drivers that will solve this? I currently use classes12.zip.