Oracle Database: Program with PL/SQL — Question 36

Which two statements are true about PL/SQL AOIs for SecureFiles?

Answer options

Correct answer: B, C

Explanation

Option B is correct because it specifies that encryption for SecureFiles LOB data is mandatory when using DBMS_DATAPUMP. Option C is also correct as it states that an exception will be raised if a BasicFiles LOB locator is passed to DBMS_LOB.ISSECUREFILE. Options A and D are incorrect as they do not accurately reflect the functionalities related to SecureFiles and PL/SQL AOIs.