Oracle 参数 INMEMORY_CLAUSE_DEFAULT 官方解释,作用,如何配置最优化建议
本站中文解释
INMEMORY_CLAUSE_DEFAULT是Oracle的一个隐藏参数,它用于控制如何执行In-Memory关键字。
它有两个值:DISABLE和ENABLE,默认情况下,其值为DISABLE。
当把这个参数设置为ENABLE时,当数据库不支持In-Memory,而用户在引用表时没有使用In-Memory关键字,那么这个表将被视为In-Memory表。
要正确设置INMEMORY_CLAUSE_DEFAULT,首先要在系统层面设置INMEMORY_SIZE并确保在Oracle架构中启动了In-Memory基础设施。然后,在sqlplus控制台中执行以下语句:
要设置参数的值为ENABLE
alter system set INMEMORY_CLAUSE_DEFAULT=ENABLE scope=spfile;
要设置参数的值为DISABLE
alter system set INMEMORY_CLAUSE_DEFAULT=DISABLE scope=spfile;
最后,重新启动数据库以使参数生效。
官方英文解释
window.name=’INMEMORY_CLAUSE_DEFAULT’
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(‘