Page 1 of 1

You are working on an online transaction processing (OLTP) system. By day most of theapplication users perform queries a

Posted: Sun Jun 11, 2023 3:49 pm
by answerhappygod
You are working on an online transaction processing (OLTP) system. By day most of theapplication users perform queries accessing the most recently added or modified rows.The applications have most of the queries based on multiple tables. But at night, some batch processing is also done. Which two actions would you recommend to choose a goal for the optimizer based on the needs of your application? (Choose two.)

A. setting the OPTIMIZER_MODE parameter to ALL_ROWS at the instance level
B. setting the OPTIMIZER_MODE parameter to FIRST_ROWS_n at the instance level
C. asking the developer to add a hint /*ALL_ROWS*/ in the long-running batch processing queries
D. asking the developer to add a hint /*FIRST_ROWS_n*/ in the long-running batch processing queries