Oracle Database 11g: Advanced PL/SQL — Question 5

Which two statements are true about the initialization of internal LOBs? (Choose two.)

Answer options

Correct answer: C

Explanation

Option C is correct because the EMPTY_CLOB() and EMPTY_BLOB() functions can indeed initialize both null and non-null internal LOBs. Options A and B are incorrect as they restrict the initialization to only null or only non-null LOBs, which is not true. Option D is also incorrect because it doesn't address the initialization with EMPTY_CLOB() and EMPTY_BLOB() functions.