2.357 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
CREATE
TABLESPACE
statement and you specify theENCRYPTION
…ENCRYPT
clause, but you do not specify theUSING
keyword and an algorithm. - You create a tablespace with the
CREATE
TABLESPACE
statement and you do not specify theENCRYPTION
…ENCRYPT
clause. However, the value of theENCRYPT_NEW_TABLESPACES
initialization parameter instructs the database to encrypt the tablespace. - You encrypt an existing tablespace with the
ALTER
TABLESPACE
statement, either by specifying theENCRYPTION
OFFLINE
ENCRYPT
clause or theENCRYPTION
ONLINE
…ENCRYPT
clause, and you do not specify theUSING
keyword and an algorithm.
Note:
This parameter is available starting with Oracle Database 21c.
See Also:
-
Oracle Database SQL Language Reference for more information about the
CREATE TABLESPACE
statement -
Oracle Database SQL Language Reference for more information about the
ALTER TABLESPACE
statement