Community

OPTIMIZER_MODE = FIRST_ROWS_N

(Andrew Reid) I have known about the first_rows optimizer mode for some time. This tells Oracle to use an execution path which will return the first few rows as quickly as possible. However, I recently read about the first_rows_n optimizer mode, which apparently appeared first in Oracle 9.

Read More - Register for Free Membership

Tags: