OCI-39252
        Importing a SECUREFILE LOB with metadata or archived SECUREFILE LOB into a BASICFILE LOB is not valid.
        
        
        Cause
        Attempted to import a SECUREFILE LOB that contained metadata or was archived at the time of export into a BASICFILE LOB.
        Action
        Perform the following actions.
- Import the SECUREFILE LOB into a different table.
- Use DBMS_LOB.ARCHIVE_GET on any archived SECUREFILE LOBs.
- Use INSERT AS SELECT to migrate the SECUREFILE LOB data to the BASICFILE LOB.
        
     
    
    
        OCI-39252
        Importing a SecureFile LOB with metadata or archived SecureFile LOB into a BasicFile LOB is not allowed
        
        
        Cause
        An attempt was made to import a SecureFile LOB that contained metadata or was archived at the time of export into a BasicFile LOB.
        Action
        Perform the import into a different table, perform DBMS_LOB.ARCHIVE_GET on any archived SecureFile LOBs, and then use INSERT AS SELECT to migrate the SecureFile LOB data to the BasicFile LOB.
        
     
    
    
        OCI-39252
        Importing a SecureFile LOB with metadata or archived SecureFile LOB into a BasicFile LOB is not allowed
        
        
        Cause
        An attempt was made to import a SecureFile LOB that contained metadata or was archived at the time of export into a BasicFile LOB.
        Action
        Perform the import into a different table, perform DBMS_LOB.ARCHIVE_GET on any archived SecureFile LOBs, and then use INSERT AS SELECT to migrate the SecureFile LOB data to the BasicFile LOB.