Oracle 参数 TDE_CONFIGURATION 官方解释,作用,如何配置最优化建议
本站中文解释
TDE_CONFIGURATION参数指定了使用Transparent Data Encryption(TDE)的加密容器的名称。TDE功能使得即使在磁盘上的数据泄露了,该数据也无法被访问。
如何正确设置:
1. 首先,需要创建一个TDE加密容器:
SQL> CREATE CONTAINER tde_container_1 ENCRYPT USING ‘AES256′;
2. 为TDE_CONFIGURATION参数设置TDE加密容器的名称:
SQL> ALTER SYSTEM SET TDE_CONFIGURATION=’tde_container_1’;
3. 最后,需要应用这些更改:
SQL> ALTER SYSTEM SCOPE=SPFILE;
官方英文解释
window.name=’TDE_CONFIGURATION’
function footdisplay(footnum,footnote) {
var msg = window.open(‘about:blank’, ‘NewWindow’ + footnum,
‘directories=no,height=100,location=no,menubar=no,resizable=yes,’ +
‘scrollbars=yes,status=no,toolbar=no,width=598’);
msg.document.open(‘text/html’);
msg.document.write(”);
msg.document.write(‘
msg.document.write(‘Footnote ‘ + footnum);
msg.document.write(”);
msg.document.write(”);
msg.document.write(‘ <![CDATA[ ');
msg.document.write('h1 {text-align: center; font-size: 14pt;}');
msg.document.write('fieldset {border: none;}');
msg.document.write('form {text-align: center;}');
msg.document.write(' ]]\u003e ‘);
msg.document.write(‘
Footnote ‘ + footnum + ‘
‘);
msg.document.write(footnote);
msg.document.write(‘