Friday, 20 April 2018

Pass Free 1Z0-148 Exam in First Attempt | Dumps4download

Question No : 8

A products TABLE exists with a PROD_ID column. Examine this PL/SQL block

Which statement is true?

A. It executes successfully only if v_ref_cur := DBMS_SQL.TO_REFCURSOR (V_CUR); is added before the FETCH statement.
B. It executes successfully.
C. It executes successfully only if v_ref_cur: = DBMS_SQL.TO_CURSOR_NUMBER (v_cur); is added before the FETCH statement.
D. It executes successfully only if the FETCH statement is replaced by DBMS_SQL.RETURN_RESULT (v_ref_cur);
E. It executes successfully only if the FETCH statement is replaced by DBMS_SQL.FETCH_ROWS (v_cur);

Answer: C,D

Wednesday, 18 April 2018

Download Latest Free 1Z0-148 Exam Dumps | Dumsp4Download

Question No : 7

Examine this PL/SQL function:

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

A. There are no compilation warnings or errors.
B. It fails compilation.
C. An information compilation warning is generated.
D. A performance compilation warning is generated.
E. A severe compilation warning is generated.

Answer: E