SQL Performance (MOSC)

MOSC Banner

Force remote table to be access first in every SQL plan

edited May 1, 2015 10:04AM in SQL Performance (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center