Oracle Database: Program with PL/SQL — Question 39

Which two are correct when migrating BasicFile LOBs to SecureFile LOBs by DBMS_REDEFINITION?

Answer options

Correct answer: B, E

Explanation

Option B is correct because it specifies the appropriate column names required for the migration process. Option E is also correct as online redefinition is indeed the recommended method for this type of migration. The other options are incorrect because A restricts the scope of online redefinition, C sets the db_securefile parameter improperly, and D suggests an incorrect storage parameter usage during migration.