AFAIK. No_merge hint means "don't use merge algorithm for joining the tables given in the from clause." Then it will try nested loop or hash algorithm only. If the tables are of almost equal size merge join is very effective. But in this case as there is only one table there wont be any use for that hint.
regards
Gopa
--
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle...@googlegroups.com
To unsubscribe from this group, send email to
Oracle-PLSQL...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en