SQL Language (MOSC)

MOSC Banner

IN-list Limitations

edited Jan 11, 2011 2:03AM in SQL Language (MOSC) 5 commentsAnswered
 I know there can be problems (poor performance, ORA-4031, etc.) when you put too many values directly into an in-list, but will there be problems when a SELECT statement is in the IN condition and it SELECTs from a large (say 30k to 50k) table?  For example:

SELECT a,b,c FROM table1 WHERE def IN (SELECT ghi FROM table2)

Bob

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