1z1-148 試験問題を無料オンラインアクセス
| 試験コード: | 1z1-148 |
| 試験名称: | Oracle Database: Advanced PL/SQL |
| 認定資格: | Oracle |
| 無料問題数: | 108 |
| 更新日: | 2026-05-28 |
The EMPLOYEES table exists in your schema and has columns LAST_NAME of data type VARCHAR2 and DEPARTMENT_ID of data type NUMBER.
There are six employees in DEPARTMENT_ID, 20. Examine this code:
What will be the outcome on execution?
Examine these statements regarding the DBMS_RESULT_CACHE package:
1.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by the PL/ SQL function result cache only.
2.DBMS_RESULT_CACHE provides subprograms to administer the part of the shared pool used by both the PL/SQL function result cache and the SQL result cache.
3.DBMS_RESULT_CACHE package is owned by the SYS user.
4.RESULT_CACHE_MODE can be set using a subprogram defined in the DBMS_RESULT_CACHE package.
Which set of statements is correct?
Examine the structure and data in the CUSTOMERS table:

Examine this code:
What is the outcome on execution with SERVEROUTPUT enabled?

Examine this code:
You want to display the contents of CREATE_LIST.
Which two lines need to be corrected in the PL/SQL block?