Oracle Database: Advanced PL/SQL - 1z0-148 Exam Practice Test
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?
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?
Correct Answer: D
Vote an answer
Which statement describes the plshprof command-line utility?
Correct Answer: C
Vote an answer
Which statement is true about internal and external LOBs?
Correct Answer: D,E
Vote an answer
You are logged on to the SCOTT schema and the schema has EMP and DEPT tables already created:
Examine this PL/SQL procedure:

Which PL/SQL block will raise an exception?
Examine this PL/SQL procedure:

Which PL/SQL block will raise an exception?
Correct Answer: D
Vote an answer
In which situation will cached results become invalid?
Correct Answer: A
Vote an answer
Examine this PL/SQL function:

What happens when the function is created with PLSQL_WARNINGS set to 'ENABLE: ALL'?

What happens when the function is created with PLSQL_WARNINGS set to 'ENABLE: ALL'?
Correct Answer: B
Vote an answer
You are designing and developing a complex database application built using many dynamic SQL statements.
Which option could expose your code to SQL injection attacks?
Which option could expose your code to SQL injection attacks?
Correct Answer: B
Vote an answer
Examine this code:

What is the correct statement to get the value of attribute ACCOUNT_MGR after the procedure has been executed?

What is the correct statement to get the value of attribute ACCOUNT_MGR after the procedure has been executed?
Correct Answer: A
Vote an answer