Online Access Free 1Z0-117 Exam Questions
Exam Code: | 1Z0-117 |
Exam Name: | Oracle Database 11g Release 2: SQL Tuning Exam |
Certification Provider: | Oracle |
Free Question Number: | 125 |
Posted: | Sep 10, 2025 |
An application accessing your database got the following error in response to SQL query: ORA-12827: insufficient parallel query slaves available
View the parallel parameters for your instance:
No hints are used and the session use default parallel settings.
What four changes could you make to help avoid the error and ensure that the query executes in parallel?
An application frequently executed similar types of queries that vary only in the usage of literals in the WHERE clause. You plan to use bind variable in place of literal values.
The CURSOR_SHARING parameter to set to EXACT.
Which two statements are true about the usage of bind variables?