mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
backport of commit 9fc303bad1 (#22609)
Co-authored-by: Nestor Reyes <108298854+OneWhoNests@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ba09d914c4
commit
fdeebb0fac
@@ -114,13 +114,7 @@ TDE is complex, but an example way to enable it is:
|
||||
|
||||
1. Open a `sqlplus` session into the root container (or switch into it with `ALTER SESSION SET CONTAINER = CDB$ROOT;`).
|
||||
|
||||
1. Set WALLET_ROOT and TDE_CONFIGURATION parameters on the Oracle database.
|
||||
|
||||
<Note>
|
||||
The wallet root directory is only used to set the TDE configuration parameter.
|
||||
To learn more about the wallet parameters refer to the
|
||||
<a href="https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/TDE_CONFIGURATION.html">Oracle TDE documentation</a>.
|
||||
</Note>
|
||||
1. Set WALLET_ROOT and TDE_CONFIGURATION parameters on the Oracle database. The wallet root directory is only used to set the TDE configuration parameter. To learn more about the wallet parameters refer to the [Oracle TDE documentation](https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/TDE_CONFIGURATION.html).
|
||||
|
||||
```sql
|
||||
SQL> alter system set wallet_root='/opt/oracle/admin/ORCLCDB/wallet' scope=spfile;
|
||||
|
||||
Reference in New Issue
Block a user