问题描述
我正在运行一个具有TDE实现的DB 11.2.0.4 (RAC db)-表空间级别
源db (11.2.0.4) 已实现TDE。
每个节点上的sqlnet.ora文件都有ENCRYPTION_WALLET_LOCATION项。
此外,每个节点都有钱包和自动登录文件 (它们不共享。)
现在,我正在尝试使用DBUA从11.2.0.4到12.1.0.2进行数据库升级。(RAC环境)
在升级过程中-
每个目标db (12.1.0.2) sqlnet.ora文件是否也需要条目,或者一旦升级完成,然后更新目标sqlnet.ora以添加条目?
每个节点上的钱包和自动登录文件位置在11gR2和12cR2数据库之间共享。
我只想检查目标DB,12.1.0.2,sqlnet.ora是否需要ENCRYPTION_WALLET_LOCATION条目
在升级过程中或升级完成后,然后在sqlnet.ora文件中添加ENCRYPTION_WALLET_LOCATION条目?
谢谢,
阿什什
阿什什
源db (11.2.0.4) 已实现TDE。
每个节点上的sqlnet.ora文件都有ENCRYPTION_WALLET_LOCATION项。
此外,每个节点都有钱包和自动登录文件 (它们不共享。)
现在,我正在尝试使用DBUA从11.2.0.4到12.1.0.2进行数据库升级。(RAC环境)
在升级过程中-
每个目标db (12.1.0.2) sqlnet.ora文件是否也需要条目,或者一旦升级完成,然后更新目标sqlnet.ora以添加条目?
每个节点上的钱包和自动登录文件位置在11gR2和12cR2数据库之间共享。
我只想检查目标DB,12.1.0.2,sqlnet.ora是否需要ENCRYPTION_WALLET_LOCATION条目
在升级过程中或升级完成后,然后在sqlnet.ora文件中添加ENCRYPTION_WALLET_LOCATION条目?
谢谢,
阿什什
阿什什
专家解答
我已经把这个问题传递给了升级产品经理,所以我会用他的反馈做一个附录。
但是我从 (优秀的) MOS笔记2189854.1得到了这个
Copying Transparent Encryption Oracle Wallets
If you use Oracle wallet with Transparent Data Encryption (TDE), and you use Database Upgrade Assistant (DBUA) to upgrade the database, then copy thesqlnet.ora and wallet file to the new 12.2 Oracle home.
You must copy the sqlnet.ora and the wallet file manually before starting the upgrade.
1. Log in as an authorized user.
2. Manually copy the sqlnet.ora file, and the wallet file, ewallet.p12, to the new release Oracle home.
3. Open the Oracle wallet in mount.
For example:
SQL> STARTUP MOUNT;
SQL> ALTER SYSTEM SET ENCRYPTION WALLET OPEN;
但是我从 (优秀的) MOS笔记2189854.1得到了这个
Copying Transparent Encryption Oracle Wallets
If you use Oracle wallet with Transparent Data Encryption (TDE), and you use Database Upgrade Assistant (DBUA) to upgrade the database, then copy thesqlnet.ora and wallet file to the new 12.2 Oracle home.
You must copy the sqlnet.ora and the wallet file manually before starting the upgrade.
1. Log in as an authorized user.
2. Manually copy the sqlnet.ora file, and the wallet file, ewallet.p12, to the new release Oracle home.
3. Open the Oracle wallet in mount.
For example:
SQL> STARTUP MOUNT;
SQL> ALTER SYSTEM SET ENCRYPTION WALLET OPEN;
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




