READ Free Dumps For Oracle- 1z0-146
Question ID 2773 | The database instance was started up with the following initialization |
Option A | A. The query result cache is enabled and 2 MB of the memory target is allocated to the result cache. |
Option B | B. The query result cache is enabled and 0.25% of the memory target is allocated to the result cache. |
Option C | C. The command produces an error because the database instance is started up with the |
Option D | D. The query result cache is not enabled because the database instance is started up with the RESULT_CACHE_MAX_SIZE parameter set to 0. |
Correct Answer | D |
Question ID 2774 | Examine the structure of the PRODUCTS table. Name Null? Type PRODUCT_ID NOT NULL NUMBER(6) PRODUCT_NAME VARCHAR2(50)
|
Option A | A. Both the cursor variable arguments should have been passed in IN mode. |
Option B | B. The contents of one cursor variable cannot be assigned to another cursor variable using the := operator. |
Option C | C. The CLOSE statement closes both the cursor variables, therefore the last FETCH statement cannot execute. |
Option D | D. The name of the cursor variables defined and the name of the cursor variables passed as arguments must be the same. |
Correct Answer | C |