Content Column SecureFiles LOB Encryption
The collection metadata component that specifies the SecureFiles LOB encryption setting.
Note: If the content column stores JSON data using Oracle’s native binary format OSON — either JSON type or BLOB with format OSON, then this metadata component is absent.
Before you create a collection that uses SecureFiles LOB encryption you must set up an encryption wallet.
| Property | Value |
|---|---|
| Default value | NONE |
| Allowed values |
|
| JSON collection metadata document path | contentColumn.encrypt |
See Also:
- Oracle Database SecureFiles and Large Objects Developer’s Guide for information about SecureFiles LOB storage
- Oracle Database SQL Language Reference for information about how to set up an encryption wallet using the
SET ENCRYPTION WALLETclause of theALTER SYSTEMstatement
Related Topics