Oracle Database: Program with PL/SQL — Question 17

Which statement is correct about DBMS_LOB.SETOPTIONS and DBMS_LOB.GETOPTIONS for SecureFiles?

Answer options

Correct answer: D

Explanation

Option D is correct because DBMS_LOB.SETOPTIONS allows enabling compression on a table after it has been created without it. Options A, B, and C are incorrect as they misrepresent the capabilities of the DBMS_LOB functions; for instance, GETOPTIONS can be used with various data types, SETOPTIONS can operate on entire columns, and not all specified option types are accurate.