Migrate Secure File

If you have already migrated the secure file previously, do not perform the instructions in this section. To check, execute the following and check the value of the SECUREFILE column. If the value is YES, that means the Secure file migration is already completed for the table.

select OWNER, TABLE_NAME, COLUMN_NAME,SECUREFILE
from dba_lobs
where table_name in ('CDR_INSTALLATION_LOG','CDR_OUTPUT_BLOBS','CDR_OUTPUT_CLOBS','CDR_INSTALL_SCRIPTS','DME_DISC_CSV_FILES');

This section includes the following topics: