backport of commit 9fc303bad1 (#22609)

Co-authored-by: Nestor Reyes <108298854+OneWhoNests@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-08-29 20:48:32 -04:00
committed by GitHub
parent ba09d914c4
commit fdeebb0fac

View File

@@ -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;