Oracle Database: Program with PL/SQL — Question 23

Which two statements are true about the DBMS_ LOB package?

Answer options

Correct answer: D, E

Explanation

Option D is correct because it highlights the requirement of locking the row when dealing with a temporary LOB. Option E is also accurate since both LOB instances must be present to perform the conversion. Options A, B, and C are incorrect as they do not pertain to the necessary conditions for using DBMS_LOB.CONVERTTOBLOB.