In Oracle 12c SecureFiles is now the default storage of LOB when the COMPATIBLE parameter is set to 12.1 or higher. SecureFiles gives better performance than BasicFiles for unstructured objects. The following enhancements have been made to SecureFiles:
- PDML Operations – parallel DML operations for non-partitioned tables containing SecureFile LOB columns, table cannot contain BasicFile LOB columns. Operations which can use parallelism include:
- insert
- insert as select
- create table as select
- delete
- update
- merger (conditional update and insert)
- multi-table insert
- SQL*Loader
- Import/Export
- LogMiner – LogMiner now fully supports SecureFiles LOBs (deduplication of SecureFile LOB SecureFile Database File System (DBFS). Only SQL_REDO columns are filled in SecureFile LOB, SQL_UNDO is not used.
Larry Catt
OCP