Force remote table to be access first in every SQL plan
Hi,
I'm facing a bug where a SELECT statement is falling with ORA-02019.
The SELECT uses 2 tables. One local and one that is read over a private DB link.
If the remote table is first in the explain plan, the SELECT works. If the local table is first in the explain plan, ORA-02019 is raised.
Is it possible with a fix_control or any database parameter to force remote tables to be access first all the time for every explain plan ???
Regards,
Guillaume