Oracle Database: Advanced PL/SQL - 1z1-148 Exam Practice Test
Examine the DBMS_LOB.LOADCLOBFROMFILE procedure:

Which statement is true about DBMS_LOB.LOADCLOBFROMFILE?

Which statement is true about DBMS_LOB.LOADCLOBFROMFILE?
Correct Answer: D
Examine this function header:
FUNCTION calc_new_sal (emp_id NUMBER) RETURN NUMBER;
You want to ensure that whenever this PL/SQL function is invoked with the same parameter value across active sessions, the result is not recomputed.
If a DML statement is modifying a table which this function depends upon, the function result must be recomputed at that point in time for all sessions calling this function.
Which two actions should you perform?
FUNCTION calc_new_sal (emp_id NUMBER) RETURN NUMBER;
You want to ensure that whenever this PL/SQL function is invoked with the same parameter value across active sessions, the result is not recomputed.
If a DML statement is modifying a table which this function depends upon, the function result must be recomputed at that point in time for all sessions calling this function.
Which two actions should you perform?
Correct Answer: A,D
Which two statements will raise an exception? (Choose two.)
Correct Answer: B,C
Which two statements about the PL/SQL hierarchical profiler are true?
Correct Answer: A,B
Examine this block:

Which two will be correct after line 5?

Which two will be correct after line 5?
Correct Answer: A,E
Which two blocks of code execute successfully?
Correct Answer: A,E
Which two statements are true about conversion from DBMS_SQL to native dynamic SQL? (Choose two.)
Correct Answer: B,D