2.127 ENCRYPT_NEW_TABLESPACES
ENCRYPT_NEW_TABLESPACES specifies whether to encrypt newly created user tablespaces.
| Property | Description |
|---|---|
|
Parameter type |
String |
|
Syntax |
|
|
Default value |
|
|
Modifiable |
|
|
Modifiable in a PDB |
Yes |
|
Basic |
No |
|
Oracle RAC |
The same value should be specified for all instances. |
The values that can be specified for the ENCRYPT_NEW_TABLESPACES parameter have the following meanings:
-
CLOUD_ONLY:When a user tablespace is created in the Oracle Cloud, it will be transparently encrypted if the
ENCRYPTIONclause for the SQLCREATE TABLESPACEstatement is not specified. The encryption algorithm is determined by the value of theTABLESPACE_ENCRYPTION_DEFAULT_ALGORITHMinitialization parameter. When a user tablespace is created in an on-premise database, theENCRYPTIONclause of theCREATE TABLESPACEstatement determines if the tablespace is encrypted.CLOUD_ONLYis the default value. -
ALWAYS:Whether the user tablespace is created in the Oracle Cloud or in an on-premise database, the tablespace will be transparently encrypted if the
ENCRYPTIONclause is not specified in theCREATE TABLESPACEstatement. The encryption algorithm is determined by the value of theTABLESPACE_ENCRYPTION_DEFAULT_ALGORITHMinitialization parameter. -
DDL:Whether the user tablespace is created in the Oracle Cloud or in an on-premise database, the
CREATE TABLESPACEstatement follows the specified DDL. If noENCRYPTIONclause is specified, then the tablespace will not be encrypted. If theENCRYPTIONclause is specified with theUSINGkeyword and an algorithm, then the specified algorithm will be used to encrypt the tablespace. IfENCRYPTIONis specified but no algorithm is specified, then the encryption algorithm is determined by the value of theTABLESPACE_ENCRYPTION_DEFAULT_ALGORITHMinitialization parameter.
See Also:
- TABLESPACE_ENCRYPTION_DEFAULT_ALGORITHM
-
Oracle Database Advanced Security Guide for more information about tablespace encryption
-
Oracle Database SQL Language Reference for more information about the
CREATETABLESPACEstatement