The FIRST_ROWS and ALL_ROWS options relate to the optimization goal of the query:
This option directs the optimizer to choose the query plan that returns the first result record as soon as possible.
This option directs the optimizer to choose the query plan that returns all the records as quickly as possible.
You can also specify the optimization goal of a specific query with the optimization-goal directive. For more information, see Optimizer Directives.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]