1z0-148 試験問題を無料オンラインアクセス
試験コード: | 1z0-148 |
試験名称: | Oracle Database: Advanced PL/SQL |
認定資格: | Oracle |
無料問題数: | 108 |
更新日: | 2025-09-16 |
Examine the structure of the DEPT table which exists in both BRANCH1 and BRANCH2 schemas:
Examine this code:
Which three modifications must be done to endure the anonymous block displays the output form the BRANCH2.DEF DEPT table?
Consider a function totalEmp () which takes a number as an input parameter and returns the total number of employees who have a salary higher than that parameter.
Examine this PL/SQL package AS
Which two definitions of totalEmp () result in an implicit conversion by Oracle Database on executing this PL/SQL block?
Identify the two correct scenarios where a function can be optimized using the function result cache feature.
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?