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:
- Initiate the Secure File Migration of CDR_INSTALLATION_LOG
- Monitor the Secure File Migration of CDR_INSTALLATION_LOG
- Post Secure File Migration Task for CDR_INSTALLATION_LOG
- Initiate the Secure File Migration of CDR_OUTPUT_BLOBS
- Monitor the Secure File Migration of CDR_OUTPUT_BLOBS
- Post Secure File Migration Task for CDR_OUTPUT_BLOBS
- Initiate the Secure File Migration of CDR_OUTPUT_CLOBS
- Monitor the Secure File Migration of CDR_OUTPUT_CLOBS
- Post Secure File Migration Task for CDR_OUTPUT_CLOBS
- Initiate the Secure File Migration of CDR_INSTALL_SCRIPTS
- Monitor the Secure File Migration of CDR_INSTALL_SCRIPTS
- Post Secure File Migration Task for CDR_INSTALL_SCRIPTS
- Migrate Secure File for DME_DISC_CSV_FILES
Parent topic: Upgrade to Oracle LSH Release 3.4.1