READ Free Dumps For Oracle- 1z0-146
Question ID 2787 | You created a PL/SQL subprogram that successfully invokes an external C procedure. After a while, the database administrator (DBA) drops the alias library schema object. The shared library exists in the system. Which statement is true in this scenario? |
Option A | A. The corresponding shared library is also removed from the system. |
Option B | B. PL/SQL subprograms can be used to invoke the external C procedure. |
Option C | C. The existing extproc process is terminated and a new extproc is started. |
Option D | D. The PL/SQL subprogram that depends on the external C program becomes invalid. |
Correct Answer | D |
Question ID 2788 | DATA_FILES is a directory object that contains the DETAILS.TXT text file. |
Option A |
|
Option B | B. The L_OUT variable has to be declared as a temporary LOB. |
Option C | C. The A_CLOB variable has to be declared as a temporary LOB. |
Option D | D. The clause RETURNING col2 INTO clob should be added to the INSERT statement to correctly initialize the locator. |
Correct Answer | D |