2.404 TABLESPACE_ENCRYPTION_DEFAULT_ALGORITHM
TABLESPACE_ENCRYPTION_DEFAULT_ALGORITHM specifies the default algorithm the database uses when encrypting a tablespace.
| Property | Description |
|---|---|
|
Parameter type |
String |
|
Syntax |
Note: |
|
Default value |
|
|
Modifiable |
|
|
Modifiable in a PDB |
Yes |
|
Basic |
No |
|
Oracle RAC |
The same value should be specified for all instances. |
The value of this initialization parameter determines the algorithm the database uses if an encryption algorithm is not specified when creating an encrypted tablespace or when encrypting an existing tablespace. For example, the value of this parameter takes effect when:
- You create a tablespace with the
CREATETABLESPACEstatement and you specify theENCRYPTION…ENCRYPTclause, but you do not specify theUSINGkeyword and an algorithm. - You create a tablespace with the
CREATETABLESPACEstatement and you do not specify theENCRYPTION…ENCRYPTclause. However, the value of theENCRYPT_NEW_TABLESPACESinitialization parameter instructs the database to encrypt the tablespace. - You encrypt an existing tablespace with the
ALTERTABLESPACEstatement, either by specifying theENCRYPTIONOFFLINEENCRYPTclause or theENCRYPTIONONLINE…ENCRYPTclause, and you do not specify theUSINGkeyword and an algorithm.
Note:
GOST 28147-89 has been deprecated by the Russian government, and SEED has been deprecated by the South Korean government. If you need South Korean government-approved TDE cryptography, then use ARIA instead. If you are using GOST 28147-89, then you must decrypt and encrypt with another supported TDE algorithm. The decryption algorithms for GOST 28147-89 and SEED are included in Oracle Database 23ai, but are deprecated, and the GOST encryption algorithm is desupported with Oracle Database 23ai. If you are using GOST or SEED for TDE encryption, then Oracle recommends that you online re-key to another algorithm before upgrading to Oracle Database 23ai. However, with the exception of the HP Itanium platform, the GOST and SEED decryption libraries are available with Oracle Database 23ai, so you can also decrypt after upgrading.
See Also:
-
Oracle Database SQL Language Reference for more information about the
CREATE TABLESPACEstatement -
Oracle Database SQL Language Reference for more information about the
ALTER TABLESPACEstatement