READ Free Dumps For Oracle- 1z0-146
Question ID 2805 | View the Exhibit to examine a Java source file. |
Option A | A. It loads the Java class method into Oracle Database and publishes it. |
Option B | B. It publishes the Java class method, but the CCFORMAT PL/SQL procedure fails when it is executed. |
Option C | C. It creates the CCFORMAT PL/SQL subprogram without publishing, which can be used to invoke the Java class method. |
Option D | D. It publishes the Java class method and the CCFORMAT PL/SQL procedure invokes the Java class method when it is executed. |
Correct Answer | B |
Question ID 2806 | View the Exhibit and examine the structure of the EMPLOYEES table. |
Option A | A. Replace EMP_CV in line 3 with employees.salary%TYPE. |
Option B | B. Replace line 2 with TYPE refcur IS REF CURSOR; emp_cv refcur;. |
Option C | C. Replace BULK COLLECT in line 8 with the OPEN, FETCH, LOOP, and CLOSE statements. |
Option D | D. Replace line 2 with TYPE refcur IS REF CURSOR RETURN employees.salary%TYPE; emp_cv refcur;. |
Correct Answer | A |