READ Free Dumps For Oracle- 1z0-146
Question ID 2751 | The database instance was started up using the automatic memory management feature. No value was set for the RESULT_CACHE_MAX_SIZE parameter. |
Option A | A. The query results are not stored because no memory is allocated for the result cache. |
Option B | B. The query results are stored and 0.5% of the memory target is allocated to the result cache. |
Option C | C. The query results are stored and 0.25% of the memory target is allocated to the result cache. |
Option D | D. The query results are not stored because the RESULT_CACHE_MODE parameter is not set to FORCE. |
Correct Answer | C |
Question ID 2752 | Examine the structure of the LOB_STORE table. |
Option A | A. V_BLOB should be initialized to EMPTY_BLOB(). |
Option B | B. The WRITE routine of DBMS_LOB should be used instead of LOADFROMFILE. |
Option C | C. The return type of DBMS_LOB.FILEEXISTS is not compatible with the IF statement. |
Option D | D. OPEN, CLOSE, and READONLY routines of DBMS_LOB should be used instead of FILEOPEN, FILECLOSE, and FILE_READONLY. |
Correct Answer | C |