The hint is OPT_PARAM , and to use it you just pass the name of parameter and the value, e.g.
Select /*+ OPT_PARAM(‘SORT_AREA_SIZE’,’500000′) */
* from table1
The hint is OPT_PARAM , and to use it you just pass the name of parameter and the value, e.g.
Select /*+ OPT_PARAM(‘SORT_AREA_SIZE’,’500000′) */
* from table1
No comments yet.
Leave a Reply