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(‘‘);</p> <p> msg.document.write(‘Footnote  ‘ + footnum);<br /> msg.document.write(”);<br /> msg.document.write(”);<br /> msg.document.write(‘ <![CDATA[ ');<br /> msg.document.write('h1 {text-align: center; font-size: 14pt;}');<br /> msg.document.write('fieldset {border: none;}');<br /> msg.document.write('form {text-align: center;}');<br /> msg.document.write(' ]]\u003e ‘);<br /> msg.document.write(‘</p> <div id="footnote"> <h1>Footnote  ‘ + footnum + ‘</p> <p>‘);<br /> msg.document.write(footnote);<br /> msg.document.write(‘</p> <fieldset>‘);<br /> msg.document.write(”);<br /> msg.document.write(”);<br /> msg.document.close();<br /> setTimeout(function() {<br /> var height = msg.document.getElementById(‘footnote’).offsetHeight;<br /> msg.resizeTo(598, height + 100);<br /> }<br /> , 100);<br /> msg.focus();<br /> }</p> <p>The script content on this page is for navigation purposes only and does not alter the content in any way.</p> <div> <p><code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> enables you to specify a default In-Memory Column Store (IM column store) clause for new tables and materialized views. </p> <div class="section"></div> <p> <!-- class="section" --></p> <div class="section"> <div class="infoboxnote" id="GUID-5772F775-2A3E-4BC8-AA03-B8FF383BEE52__GUID-132DEAFC-696A-4057-87D2-4446C5BF6ADA"> <p class="notep1">Note:</p> <p>The setting of his parameter has no effect on In-Memory external tables or hybrid partitioned tables. </p></div> </p></div> <p> <!-- class="section" --></p> <div class="tblformal" id="GUID-5772F775-2A3E-4BC8-AA03-B8FF383BEE52__GUID-64E0985E-AC42-4AC0-A3E3-ECE6DF14CD71"> <div class="table-responsive"> <table cellpadding="4" cellspacing="0" class="Formal" title="" summary="This table describes the properties for this initialization parameter" width="100%" border="1" rules="rows"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" width="22%" id="d106125e130">Property</th> <th align="left" valign="bottom" width="78%" id="d106125e133">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e138" headers="d106125e130 "> <p><span class="bold">Parameter type</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e138 d106125e133 "> <p>String</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e146" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e146 d106125e133 "> <p><code class="codeph">INMEMORY_CLAUSE_DEFAULT = '[INMEMORY] [NO INMEMORY] [other-clauses]</code>‘ </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e156" headers="d106125e130 "> <p> <span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e156 d106125e133 "> <p><span class="bold">other-clauses::=</span></p> <p><code class="codeph">[compression-clause] [priority-clause] [rac-clause]</code></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e169" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e169 d106125e133 "> <p><span class="bold">compression-clause::=</span></p> <p><code class="codeph">NO MEMCOMPRESS | MEMCOMPRESS FOR { DML | QUERY [ LOW | HIGH ] | CAPACITY [LOW | HIGH] }</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e188" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e188 d106125e133 "> <p><span class="bold">priority-clause::=</span></p> <p><code class="codeph">PRIORITY { LOW | MEDIUM | HIGH | CRITICAL | NONE }</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e202" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e202 d106125e133 "> <p><span class="bold">rac-clause::=</span></p> <p><code class="codeph">[distribute-clause] [duplicate-clause]</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e216" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e216 d106125e133 "> <p><span class="bold">distribute-clause::=</span></p> <p><code class="codeph">DISTRIBUTE [ AUTO | BY ROWID RANGE ]</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e230" headers="d106125e130 "> <p><span class="bold">Syntax</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e230 d106125e133 "> <p><span class="bold">duplicate-clause::=</span></p> <p><code class="codeph">NO DUPLICATE | DUPLICATE [ ALL ]</code><sup>Foot 1</sup></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e244" headers="d106125e130 "> <p><span class="bold">Default value</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e244 d106125e133 "> <p>An empty string</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e252" headers="d106125e130 "> <p><span class="bold">Modifiable</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e252 d106125e133 "> <p><code class="codeph">ALTER SESSION, ALTER SYSTEM</code></p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e261" headers="d106125e130 "> <p><span class="bold">Modifiable in a PDB</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e261 d106125e133 "> <p>Yes</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e270" headers="d106125e130 "> <p><span class="bold">Basic</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e270 d106125e133 "> <p>No</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="22%" id="d106125e278" headers="d106125e130 "> <p><span class="bold">Oracle RAC</span></p> </td> <td align="left" valign="top" width="78%" headers="d106125e278 d106125e133 "> <p>All instances should use the same value</p> </td> </tr> </tbody> </table> </div></div> <p> <!-- class="inftblhruleinformal" --></p> <p class="tablefootnote"><sup class="tablefootnote">Footnote 1 </sup>See Table 2-2 for more information about this clause. </p> <div class="section"> <p>If the <code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> parameter is unset or set to an empty string (the default), only tables and materialized views explicitly specified as <code class="codeph">INMEMORY</code> will be populated into the IM column store. Setting the value of the <code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> parameter to <code class="codeph">NO INMEMORY</code> has the same effect as setting it to the default value. </p> <p>If the <code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> parameter is set, then any <span class="italic">newly created</span> table or materialized view specified as <code class="codeph">INMEMORY</code> will inherit unspecified attributes from this parameter. This can force certain in-memory options by default that are not explicitly specified in the syntax. For example, if the <code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> parameter is set to <code class="codeph">MEMCOMPRESS FOR CAPACITY LOW</code> and a table is created as <code class="codeph">INMEMORY PRIORITY HIGH</code>, then the table is treated as if it was declared as <code class="codeph">INMEMORY MEMCOMPRESS FOR CAPACITY LOW PRIORITY HIGH</code>. </p> <p>If <code class="codeph">INMEMORY</code> is specified as part of this parameter, then all newly created tables and materialized views will be populated into the IM column store, except tables and materialized views explicitly specified as <code class="codeph">NO INMEMORY</code>. For example, if this parameter is set to <code class="codeph">INMEMORY MEMCOMPRESS FOR CAPACITY HIGH</code>, then all new tables will be created as if this clause were present in the SQL <code class="codeph">CREATE TABLE</code> statement. If there is a default <code class="codeph">INMEMORY</code> value for the tablespace for a given segment, then it will override the value for this parameter. </p> </p></div> <p> <!-- class="section" --></p> <div class="tblformal" id="GUID-5772F775-2A3E-4BC8-AA03-B8FF383BEE52__BABHACDH"> <p class="titleintable">Table 2-2 Meaning of INMEMORY_CLAUSE_DEFAULT Parameter Values</p> <div class="table-responsive"> <table cellpadding="4" cellspacing="0" class="Formal" title="Meaning of INMEMORY_CLAUSE_DEFAULT Parameter Values" summary="This table describes INMEMORY_CLAUSE_DEFAULT parameter values" width="100%" border="1" rules="rows"> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" width="31%" id="d106125e351">Syntax</th> <th align="left" valign="bottom" width="69%" id="d106125e354">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e359" headers="d106125e351 "> <p><code class="codeph">INMEMORY</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e359 d106125e354 "> <p>Specifies that all newly-created tables and materialized views populate the IM column store unless they are specified as <code class="codeph">NO INMEMORY</code> in the SQL <code class="codeph">CREATE TABLE</code> or <code class="codeph">CREATE MATERIALIZED VIEW</code> statement </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e376" headers="d106125e351 "> <p><code class="codeph">NO INMEMORY</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e376 d106125e354 "> <p>Specifies that only tables and materialized views explicitly specified as <code class="codeph">INMEMORY</code> in the SQL <code class="codeph">CREATE TABLE</code> or <code class="codeph">CREATE MATERIALIZED VIEW</code> statements populate the IM column store </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e393" headers="d106125e351 "> <p><code class="codeph">compression-clause</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e393 d106125e354 "> <p>Specifies that in-memory compression should be used for the instance. Use the <code class="codeph">MEMCOMPRESS FOR</code> values to specify the in-memory compression level. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e404" headers="d106125e351 "> <p><code class="codeph">NO MEMCOMPRESS</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e404 d106125e354 "> <p>When <code class="codeph">NO MEMCOMPRESS</code> is specified, no in-memory compression is done in the IM column store. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e415" headers="d106125e351 "> <p><code class="codeph">MEMCOMPRESS FOR</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e415 d106125e354 "> <p><code class="codeph">MEMCOMPRESS FOR</code> is used to indicate the in-memory compression level for the IM column store. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e425" headers="d106125e351 "> <p><code class="codeph">DML</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e425 d106125e354 "> <p>When <code class="codeph">DML</code> is specified, the IM column store is optimized for DML operations, and some lightweight in-memory compression may be done. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e436" headers="d106125e351 "> <p><code class="codeph">QUERY</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e436 d106125e354 "> <p>When <code class="codeph">QUERY</code> is specified, the in-memory compression level is for high performance. If <code class="codeph">QUERY</code> is specified without <code class="codeph">LOW</code> or <code class="codeph">HIGH</code>, it defaults to <code class="codeph">QUERY LOW</code>. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e459" headers="d106125e351 "> <p><code class="codeph">QUERY LOW</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e459 d106125e354 "> <p>When <code class="codeph">QUERY LOW</code> is specified, the in-memory compression level provides the highest performance. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e470" headers="d106125e351 "> <p><code class="codeph">QUERY HIGH</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e470 d106125e354 "> <p>When <code class="codeph">QUERY HIGH</code> is specified, the in-memory compression level provides a balance between compression and performance, weighted toward performance. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e481" headers="d106125e351 "> <p><code class="codeph">CAPACITY</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e481 d106125e354 "> <p>When <code class="codeph">CAPACITY</code> is specified without <code class="codeph">LOW</code> or <code class="codeph">HIGH</code>, it defaults to <code class="codeph">CAPACITY LOW</code>. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e501" headers="d106125e351 "> <p><code class="codeph">CAPACITY LOW</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e501 d106125e354 "> <p>When <code class="codeph">CAPACITY LOW</code> is specified, the in-memory compression level is a balance between compression and performance, weighted toward capacity. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e513" headers="d106125e351 "> <p><code class="codeph">CAPACITY HIGH</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e513 d106125e354 "> <p>When <code class="codeph">CAPACITY HIGH</code> is specified, the in-memory compression level is for highest capacity. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e524" headers="d106125e351 "> <p><code class="codeph">priority-clause</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e524 d106125e354 "> <p>Specifies the priority to use when populating tables in the IM column store. Use the <code class="codeph">PRIORITY</code> values to specify the priority. </p> <p>By default, the population of a table in the IM column store can be delayed until the database determines it is useful.</p> <p>On database instance startup, tables are populated in priority order.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e539" headers="d106125e351 "> <p><code class="codeph">PRIORITY NONE</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e539 d106125e354 "> <p>When <code class="codeph">PRIORITY NONE</code> is specified, the population of a table in the IM column store can be delayed until the database determines it is useful. </p> <p>This is the default value when no priority is specified.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e552" headers="d106125e351 "> <p><code class="codeph">PRIORITY LOW</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e552 d106125e354 "> <p>When <code class="codeph">PRIORITY LOW</code> is specified for a table or tables, the population of those tables in the IM column store is done before tables that have no priority specified. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e563" headers="d106125e351 "> <p><code class="codeph">PRIORITY MEDIUM</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e563 d106125e354 "> <p>When <code class="codeph">PRIORITY MEDIUM</code> is specified for a table or tables, the population of those tables in the IM column store is done before tables that have no priority and <code class="codeph">PRIORITY LOW</code> specified. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e577" headers="d106125e351 "> <p><code class="codeph">PRIORITY HIGH</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e577 d106125e354 "> <p>When <code class="codeph">PRIORITY HIGH</code> is specified for a table or tables, the population of those tables in the IM column store is done before tables that have no priority, <code class="codeph">PRIORITY LOW</code>, and <code class="codeph">PRIORITY MEDIUM</code> specified. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e594" headers="d106125e351 "> <p><code class="codeph">PRIORITY CRITICAL</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e594 d106125e354 "> <p>When <code class="codeph">PRIORITY CRITICAL</code> is specified for a table or tables, the population of those tables in the IM column store is done before tables that have no priority, <code class="codeph">PRIORITY LOW</code>, <code class="codeph">PRIORITY MEDIUM</code>, and <code class="codeph">PRIORITY HIGH</code> specified. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e614" headers="d106125e351 "> <p><code class="codeph">rac-clause</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e614 d106125e354 "> <p>Specifies how tables in the IM column store will be managed among Oracle Real Application Clusters (Oracle RAC) instances. Use the <code class="codeph">distribute-clause</code> and <code class="codeph">duplicate-clause</code> to specify how tables in the IM store will be managed in Oracle RAC instances. </p> <p>For a non-Oracle RAC database, these settings have no effect, because the whole table or partition has to be on the single instance.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e630" headers="d106125e351 "> <p><code class="codeph">distribute-clause</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e630 d106125e354 "> <p>Specifies how a table is distributed among Oracle RAC instances.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e638" headers="d106125e351 "> <p><code class="codeph">DISTRIBUTE AUTO</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e638 d106125e354 "> <p>Specifies that the database will automatically decide how to distribute tables in the IM column store across the Oracle RAC instances based on the type of partitioning and the value of the <code class="codeph">duplicate-clause</code>. </p> <p><code class="codeph">DISTRIBUTE AUTO</code> is the default, and it is also used when <code class="codeph">DISTRIBUTE</code> is specified by itself. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e656" headers="d106125e351 "> <p><code class="codeph">DISTRIBUTE BY ROWID RANGE</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e656 d106125e354 "> <p>Specifies that the tables in the IM column store will be distributed by rowid range to different Oracle RAC instances.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e665" headers="d106125e351 "> <p><code class="codeph">duplicate-clause</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e665 d106125e354 "> <p>Specifies how many copies of each In-Memory Compression Unit (IMCU) of the tables in the IM column store will be spread across all the Oracle RAC instances.</p> <p><span class="bold">Note:</span> The <code class="codeph">duplicate-clause</code> is only applicable if you are using Oracle Real Application Clusters (Oracle RAC) on an engineered system. Otherwise, the <code class="codeph">duplicate-clause</code> is ignored and there is only one copy of each IMCU in memory. </p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e683" headers="d106125e351 "> <p><code class="codeph">NO DUPLICATE</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e683 d106125e354 "> <p>Data is not duplicated across Oracle RAC instances. This is the default.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e691" headers="d106125e351 "> <p><code class="codeph">DUPLICATE</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e691 d106125e354 "> <p>Data is duplicated on another Oracle RAC instance, resulting in data existing on a total of two Oracle RAC instances..</p> </td> </tr> <tr align="left" valign="top"> <td align="left" valign="top" width="31%" id="d106125e699" headers="d106125e351 "> <p><code class="codeph">DUPLICATE ALL</code></p> </td> <td align="left" valign="top" width="69%" headers="d106125e699 d106125e354 "> <p>Data is duplicated across all Oracle RAC instances. If you specify <code class="codeph">DUPLICATE ALL</code>, then the database uses the <code class="codeph">DISTRIBUTE AUTO</code> setting, regardless of whether or how you specify the <code class="codeph">distribute-clause</code>. </p> </td> </tr> </tbody> </table> </div></div> <p> <!-- class="inftblhruleinformal" --></p> <div class="section"> <p class="subhead1" id="GUID-5772F775-2A3E-4BC8-AA03-B8FF383BEE52__GUID-5777FD8A-DB51-4DF7-A86F-380B8AD09152" role="heading">Examples</p> </p></div> <p> <!-- class="section" --></p> <div class="section"> <p>The following statement causes no tables to populate the IM column store:</p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='NO INMEMORY' scope=both; </div><div class="pre-space"></div></pre> <p>The following statement causes new tables and materialized views (except those specified as <code class="codeph">NO INMEMORY</code>) to populate the IM column store at the high capacity compression level: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='INMEMORY MEMCOMPRESS FOR CAPACITY HIGH' scope=both; </div><div class="pre-space"></div></pre> <p>The following statement causes new tables (even those specified as <code class="codeph">NO INMEMORY</code>) to populate the IM column store at the highest performance compression level at <code class="codeph">LOW</code> priority: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='INMEMORY MEMCOMPRESS FOR QUERY LOW PRIORITY LOW' scope=both; </div><div class="pre-space"></div></pre> <p>The following statement causes new tables (even those specified as <code class="codeph">NO INMEMORY</code>) to populate the IM column store without any in-memory compression: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='INMEMORY NO MEMCOMPRESS' scope=both; </div><div class="pre-space"></div></pre> <p>The following statement causes tables in the IM column store to be duplicated on every Oracle RAC instance, unless on a non-engineered system. For a non-engineered system, the <code class="codeph">duplicate-clause</code> (<code class="codeph">DUPLICATE ALL</code>) will be ignored and tables in the column store will be automatically distributed across the Oracle RAC instance, with only one copy of each IMCU in the tables in the IM column store: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='INMEMORY MEMCOMPRESS FOR QUERY DISTRIBUTE AUTO DUPLICATE ALL' scope=both; </div><div class="pre-space"></div></pre> <p>The following statement sets the value of the <code class="codeph">INMEMORY_CLAUSE_DEFAULT</code> parameter back to its default value, the empty string: </p> <pre class="oac_no_warn" dir="ltr"><button class="copy-btn copy-btn-enabled" aria-label="Copy the following example to clipboard"><span class="copy-btn-text">Copy</span></button><div>alter system set INMEMORY_CLAUSE_DEFAULT='' scope=both; </div><div class="pre-space"></div></pre> <div class="infoboxnotealso" id="GUID-5772F775-2A3E-4BC8-AA03-B8FF383BEE52__GUID-9597B141-47B7-42FE-B6DC-E1FC75889D2F"> <p class="notep1">See Also:</p> <ul style="list-style-type: disc"> <li> <p><span class="q">“INMEMORY_FORCE”</span></p> </li> <li> <p><span class="q">“INMEMORY_QUERY”</span></p> </li> <li> <p><span class="q">“INMEMORY_SIZE”</span></p> </li> <li> <p><span class="q">“V$IM_SEGMENTS”</span></p> </li> <li> <p><span class="q">“V$IM_USER_SEGMENTS”</span></p> </li> <li> <p><span class="q">“QUERY_REWRITE_INTEGRITY”</span></p> </li> <li> <p><span><cite>Oracle Database In-Memory<br /> Guide</cite></span> for an introduction to the IM column store </p> </li> <li> <p><span><cite>Oracle Database In-Memory<br /> Guide</cite></span> for more information about the IM column store </p> </li> <li> <p><span><cite>Oracle Database In-Memory<br /> Guide</cite></span> for more information on IM column store compression methods </p> </li> <li> <p><span><cite>Oracle Database In-Memory<br /> Guide</cite></span> for more information on priority levels for populating a database object in the IM column store </p> </li> <li> <p><span><cite>Oracle Database SQL<br /> Language Reference</cite></span> for more information on the CREATE TABLE statement </p> </li> <li> <p><span><cite>Oracle Database SQL<br /> Language Reference</cite></span> for more information on the CREATE MATERIALIZED VIEW statement </p> </li> </ul></div> </p></div> <p> <!-- class="section" --> </div> </div> <div id="pay-single-box"></div> <div class="entry-tags"> <a href="https://www.dbs724.com/tag/oracle%e4%bc%98%e5%8c%96" rel="tag"> Oracle优化 </a> <a href="https://www.dbs724.com/tag/oracle%e5%86%85%e9%83%a8%e8%a7%86%e5%9b%be" rel="tag"> oracle内部视图 </a> <a href="https://www.dbs724.com/tag/oracle%e5%8f%82%e6%95%b0" rel="tag"> oracle参数 </a> <a href="https://www.dbs724.com/tag/oracle%e5%bc%80%e5%8f%91" rel="tag"> oracle开发 </a> <a href="https://www.dbs724.com/tag/oracle%e6%95%85%e9%9a%9c%e5%a4%84%e7%90%86" rel="tag"> oracle故障处理 </a> <a href="https://www.dbs724.com/tag/oracle%e6%95%99%e7%a8%8b" rel="tag"> oracle教程 </a> <a href="https://www.dbs724.com/tag/oracle%e7%bb%b4%e6%8a%a4" rel="tag"> oracle维护 </a> </div> <div class="article-copyright"><br/><a href="https://www.dbs724.com">数据运维技术</a> » <a href="https://www.dbs724.com/54150.html">Oracle 参数 INMEMORY_CLAUSE_DEFAULT 官方解释,作用,如何配置最优化建议</a></div> <div class="ripro_gg_wrap pc"></div><div class="article-footer"> <div class="xshare"> <span class="xshare-title">分享到:</span> <a href="" etap="share" data-share="qq" class="share-qq"><i class="fa fa-qq"></i></a> <a href="" etap="share" data-share="weibo" class="share-weibo"><i class="fa fa-weibo"></i></a> <a href="javascript:;" class="btn-bigger-cover share-weixin" data-nonce="770d4bd953" data-id="54150" data-action="create-bigger-image" title="海报分享" id="bigger-cover"><i class="fa fa-paper-plane"></i></a> </div> </div> </div> </div> </article> <div class="entry-navigation"> <nav class="article-nav"> <span class="article-nav-prev">上一篇<br><a href="https://www.dbs724.com/54160.html" rel="prev">Oracle 参数 INSTANCE_GROUPS 官方解释,作用,如何配置最优化建议</a></span> <span class="article-nav-next">下一篇<br><a href="https://www.dbs724.com/54296.html" rel="next">Oracle 参数 RECOVERY_PARALLELISM 官方解释,作用,如何配置最优化建议</a></span> </nav> </div> <!-- # 标准网格模式... --> <div class="related-posts-grid"> <h4 class="u-border-title">相关推荐</h4> <div class="row"> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54126.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 ENCRYPT_NEW_TABLESPACES 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54126.html" title="Oracle 参数 ENCRYPT_NEW_TABLESPACES 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 ENCRYPT_NEW_TABLESPACES 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54125.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 ENABLED_PDBS_ON_STANDBY 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54125.html" title="Oracle 参数 ENABLED_PDBS_ON_STANDBY 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 ENABLED_PDBS_ON_STANDBY 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54124.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 ENABLE_PLUGGABLE_DATABASE 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54124.html" title="Oracle 参数 ENABLE_PLUGGABLE_DATABASE 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 ENABLE_PLUGGABLE_DATABASE 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54129.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 FAL_CLIENT 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54129.html" title="Oracle 参数 FAL_CLIENT 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 FAL_CLIENT 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54131.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 FAST_START_MTTR_TARGET 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54131.html" title="Oracle 参数 FAST_START_MTTR_TARGET 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 FAST_START_MTTR_TARGET 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54130.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 FAL_SERVER 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54130.html" title="Oracle 参数 FAL_SERVER 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 FAL_SERVER 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54127.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 EVENT 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54127.html" title="Oracle 参数 EVENT 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 EVENT 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> <div class="col-6 col-sm-3 col-md-3 mt-10 mb-10"> <article class="post"> <div class="entry-media"> <div class="placeholder" style="padding-bottom: 66.666666666667%;"> <a href="https://www.dbs724.com/54128.html"> <img class="lazyload" data-src="https://www.dbs724.com/wp-content/themes/ripro/assets/images/thumb/1.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" alt="Oracle 参数 EXTERNAL_KEYSTORE_CREDENTIAL_LOCATION 官方解释,作用,如何配置最优化建议"> </a> </div> </div> <div class="entry-wrapper"> <header class="entry-header"> <h4 class="entry-title"><a href="https://www.dbs724.com/54128.html" title="Oracle 参数 EXTERNAL_KEYSTORE_CREDENTIAL_LOCATION 官方解释,作用,如何配置最优化建议" rel="bookmark">Oracle 参数 EXTERNAL_KEYSTORE_CREDENTIAL_LOCATION 官方解释,作用,如何配置最优化建议</a></h4> </header> </div> </article> </div> </div> </div> </main> </div> </div> <div class="sidebar-column col-lg-3"> <aside class="widget-area"> <div id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="random_posts-2" class="widget widget_random_posts"><h5 class="widget-title">随机文章</h5><ul><li><a href="https://www.dbs724.com/273055.html" title="互相依存Redis集群和哨兵的密不可分关系(redis集群哨兵关系)">互相依存Redis集群和哨兵的密不可分关系(redis集群哨兵关系)</a></li><li><a href="https://www.dbs724.com/273054.html" title="最佳实践Redis集群哨兵分片(redis集群哨兵分片)">最佳实践Redis集群哨兵分片(redis集群哨兵分片)</a></li><li><a href="https://www.dbs724.com/273058.html" title="Redis集群哨兵缺省不参与选举(redis集群哨兵不选举)">Redis集群哨兵缺省不参与选举(redis集群哨兵不选举)</a></li><li><a href="https://www.dbs724.com/273052.html" title="Redis集群哨兵实现高可用的神奇命令(redis 集群哨兵命令)">Redis集群哨兵实现高可用的神奇命令(redis 集群哨兵命令)</a></li><li><a href="https://www.dbs724.com/273053.html" title="分析Redis集群与哨兵的异同(redis 集群哨兵区别)">分析Redis集群与哨兵的异同(redis 集群哨兵区别)</a></li><li><a href="https://www.dbs724.com/273050.html" title="使用Redis集群哨兵实现启停管理(redis集群哨兵启停)">使用Redis集群哨兵实现启停管理(redis集群哨兵启停)</a></li><li><a href="https://www.dbs724.com/273057.html" title="Redis集群实现哈希算法的高效方案(redis集群哈希算法)">Redis集群实现哈希算法的高效方案(redis集群哈希算法)</a></li><li><a href="https://www.dbs724.com/273051.html" title="Redis集群哨兵安装指南(redis集群哨兵安装)">Redis集群哨兵安装指南(redis集群哨兵安装)</a></li><li><a href="https://www.dbs724.com/273056.html" title="复制Redis集群哨兵与主从复制实现高可用性(redis集群哨兵与主从)">复制Redis集群哨兵与主从复制实现高可用性(redis集群哨兵与主从)</a></li><li><a href="https://www.dbs724.com/273049.html" title="深入浅出Redis集群哨兵搭建精讲(redis集群哨兵搭建)">深入浅出Redis集群哨兵搭建精讲(redis集群哨兵搭建)</a></li></ul></div><div id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div><div id="custom_html-7" class="widget_text widget widget_custom_html"><h5 class="widget-title">最近更新</h5><div class="textwidget custom-html-widget"><li><a href="https://www.dbs724.com/476401.html">多种方式教你打开windows电脑的服务</a></li><li><a href="https://www.dbs724.com/199466.html">Redis 为何可用于验证码的存取(验证码放redis吗)</a></li><li><a href="https://www.dbs724.com/193430.html">串MSSQL中实现字符串拼接的方法简介(mssql 拼接字符)</a></li><li><a href="https://www.dbs724.com/194435.html">如何使用MSSQL实例名连接数据库(mssql实例名连接)</a></li><li><a href="https://www.dbs724.com/197283.html">MSSQL安装:使用命令行下载(mssql下载命令)</a></li><li><a href="https://www.dbs724.com/199649.html">启动项目遇到Redis报错,怎么办?(项目启动redis报错)</a></li><li><a href="https://www.dbs724.com/198126.html">mssql2012秘钥精选:完美激活SQL Server 2012(mssql2012秘钥)</a></li><li><a href="https://www.dbs724.com/196601.html">MSSQL数据库中的数字均匀分配(mssql数字均分)</a></li><li><a href="https://www.dbs724.com/196747.html">MSSQL默认排序调整:一个正确的示范(mssql修改 默认排序)</a></li><li><a href="https://www.dbs724.com/195430.html">开数据库MSSQL命令操作指南:如何打开数据库(mssql命令如何打)</a></li></div></div><div id="tag_cloud-2" class="widget widget_tag_cloud"><h5 class="widget-title">标签</h5><div class="tagcloud"><a href="https://www.dbs724.com/tag/linux" class="tag-cloud-link tag-link-58 tag-link-position-1" style="font-size: 21.629139072848pt;" aria-label="Linux (64,955个项目)">Linux</a> <a href="https://www.dbs724.com/tag/linux%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-137 tag-link-position-2" style="font-size: 21.629139072848pt;" aria-label="Linux教程 (63,841个项目)">Linux教程</a> <a href="https://www.dbs724.com/tag/linux%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-138 tag-link-position-3" style="font-size: 21.629139072848pt;" aria-label="Linux资讯 (63,841个项目)">Linux资讯</a> <a href="https://www.dbs724.com/tag/macos" class="tag-cloud-link tag-link-73 tag-link-position-4" style="font-size: 12.403973509934pt;" aria-label="MacOS (667个项目)">MacOS</a> <a href="https://www.dbs724.com/tag/macos%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-144 tag-link-position-5" style="font-size: 12.403973509934pt;" aria-label="MacOS教程 (666个项目)">MacOS教程</a> <a href="https://www.dbs724.com/tag/macos%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-145 tag-link-position-6" style="font-size: 12.403973509934pt;" aria-label="MacOS资讯 (666个项目)">MacOS资讯</a> <a href="https://www.dbs724.com/tag/mongodb" class="tag-cloud-link tag-link-49 tag-link-position-7" style="font-size: 12.82119205298pt;" aria-label="MongoDB (817个项目)">MongoDB</a> <a href="https://www.dbs724.com/tag/mongodb%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-146 tag-link-position-8" style="font-size: 11.384105960265pt;" aria-label="MongoDB教程 (394个项目)">MongoDB教程</a> <a href="https://www.dbs724.com/tag/mongodb%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-147 tag-link-position-9" style="font-size: 11.384105960265pt;" aria-label="MongoDB资讯 (394个项目)">MongoDB资讯</a> <a href="https://www.dbs724.com/tag/mssql" class="tag-cloud-link tag-link-80 tag-link-position-10" style="font-size: 11.708609271523pt;" aria-label="MSSQL (465个项目)">MSSQL</a> <a href="https://www.dbs724.com/tag/mssql%e9%94%99%e8%af%af" class="tag-cloud-link tag-link-107 tag-link-position-11" style="font-size: 8.3245033112583pt;" aria-label="MSSQL错误 (86个项目)">MSSQL错误</a> <a href="https://www.dbs724.com/tag/mysql" class="tag-cloud-link tag-link-15 tag-link-position-12" style="font-size: 20.933774834437pt;" aria-label="MySQL (46,004个项目)">MySQL</a> <a href="https://www.dbs724.com/tag/mysql%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-130 tag-link-position-13" style="font-size: 20.887417218543pt;" aria-label="mysql教程 (44,967个项目)">mysql教程</a> <a href="https://www.dbs724.com/tag/mysql%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-104 tag-link-position-14" style="font-size: 15.278145695364pt;" aria-label="MySQL维护 (2,785个项目)">MySQL维护</a> <a href="https://www.dbs724.com/tag/mysql%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-136 tag-link-position-15" style="font-size: 20.887417218543pt;" aria-label="MySQL资讯 (44,271个项目)">MySQL资讯</a> <a href="https://www.dbs724.com/tag/neo4j" class="tag-cloud-link tag-link-46 tag-link-position-16" style="font-size: 8.046357615894pt;" aria-label="Neo4j (74个项目)">Neo4j</a> <a href="https://www.dbs724.com/tag/neo4j%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-140 tag-link-position-17" style="font-size: 8pt;" aria-label="Neo4j教程 (73个项目)">Neo4j教程</a> <a href="https://www.dbs724.com/tag/neo4j%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-141 tag-link-position-18" style="font-size: 8pt;" aria-label="Neo4j资讯 (73个项目)">Neo4j资讯</a> <a href="https://www.dbs724.com/tag/oracle" class="tag-cloud-link tag-link-11 tag-link-position-19" style="font-size: 21.953642384106pt;" aria-label="ORACLE (76,362个项目)">ORACLE</a> <a href="https://www.dbs724.com/tag/oracle%e4%bc%98%e5%8c%96" class="tag-cloud-link tag-link-66 tag-link-position-20" style="font-size: 8.6953642384106pt;" aria-label="Oracle优化 (104个项目)">Oracle优化</a> <a href="https://www.dbs724.com/tag/oracle%e5%86%85%e9%83%a8%e8%a7%86%e5%9b%be" class="tag-cloud-link tag-link-124 tag-link-position-21" style="font-size: 14.119205298013pt;" aria-label="oracle内部视图 (1,564个项目)">oracle内部视图</a> <a href="https://www.dbs724.com/tag/oracle%e5%8f%82%e6%95%b0" class="tag-cloud-link tag-link-127 tag-link-position-22" style="font-size: 8.6026490066225pt;" aria-label="oracle参数 (100个项目)">oracle参数</a> <a href="https://www.dbs724.com/tag/oracle%e5%bc%80%e5%8f%91" class="tag-cloud-link tag-link-126 tag-link-position-23" style="font-size: 14.119205298013pt;" aria-label="oracle开发 (1,564个项目)">oracle开发</a> <a href="https://www.dbs724.com/tag/oracle%e5%bc%82%e5%b8%b8%e4%bf%ae%e5%a4%8d" class="tag-cloud-link tag-link-95 tag-link-position-24" style="font-size: 14.629139072848pt;" aria-label="oracle异常修复 (1,992个项目)">oracle异常修复</a> <a href="https://www.dbs724.com/tag/oracle%e6%95%85%e9%9a%9c%e5%a4%84%e7%90%86" class="tag-cloud-link tag-link-94 tag-link-position-25" style="font-size: 17.827814569536pt;" aria-label="oracle故障处理 (9,728个项目)">oracle故障处理</a> <a href="https://www.dbs724.com/tag/oracle%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-125 tag-link-position-26" style="font-size: 22pt;" aria-label="oracle教程 (78,327个项目)">oracle教程</a> <a href="https://www.dbs724.com/tag/oracle%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-96 tag-link-position-27" style="font-size: 17.827814569536pt;" aria-label="oracle维护 (9,728个项目)">oracle维护</a> <a href="https://www.dbs724.com/tag/oracle%e8%a7%86%e5%9b%be" class="tag-cloud-link tag-link-123 tag-link-position-28" style="font-size: 12.12582781457pt;" aria-label="oracle视图 (579个项目)">oracle视图</a> <a href="https://www.dbs724.com/tag/oracle%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-139 tag-link-position-29" style="font-size: 21.953642384106pt;" aria-label="ORACLE资讯 (75,085个项目)">ORACLE资讯</a> <a href="https://www.dbs724.com/tag/oracle%e8%bf%9c%e7%a8%8b%e7%bb%b4%e6%8a%a4" class="tag-cloud-link tag-link-97 tag-link-position-30" style="font-size: 14.629139072848pt;" aria-label="oracle远程维护 (1,992个项目)">oracle远程维护</a> <a href="https://www.dbs724.com/tag/ora%e9%94%99%e8%af%af%e7%a0%81" class="tag-cloud-link tag-link-93 tag-link-position-31" style="font-size: 14.443708609272pt;" aria-label="ORA错误码 (1,822个项目)">ORA错误码</a> <a href="https://www.dbs724.com/tag/redis" class="tag-cloud-link tag-link-50 tag-link-position-32" style="font-size: 20.099337748344pt;" aria-label="Redis (30,078个项目)">Redis</a> <a href="https://www.dbs724.com/tag/redis%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-134 tag-link-position-33" style="font-size: 20.006622516556pt;" aria-label="Redis教程 (29,067个项目)">Redis教程</a> <a href="https://www.dbs724.com/tag/redis%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-135 tag-link-position-34" style="font-size: 20.006622516556pt;" aria-label="Redis资讯 (29,067个项目)">Redis资讯</a> <a href="https://www.dbs724.com/tag/sqlserver" class="tag-cloud-link tag-link-25 tag-link-position-35" style="font-size: 19.218543046358pt;" aria-label="SQLServer (19,346个项目)">SQLServer</a> <a href="https://www.dbs724.com/tag/sqlserver%e6%8a%a5%e9%94%99" class="tag-cloud-link tag-link-108 tag-link-position-36" style="font-size: 8.3245033112583pt;" aria-label="SQLServer报错 (86个项目)">SQLServer报错</a> <a href="https://www.dbs724.com/tag/sqlserver%e6%95%99%e7%a8%8b" class="tag-cloud-link tag-link-142 tag-link-position-37" style="font-size: 19.079470198675pt;" aria-label="SQLServer教程 (18,161个项目)">SQLServer教程</a> <a href="https://www.dbs724.com/tag/sqlserver%e8%b5%84%e8%ae%af" class="tag-cloud-link tag-link-143 tag-link-position-38" style="font-size: 19.079470198675pt;" aria-label="SQLServer资讯 (18,161个项目)">SQLServer资讯</a> <a href="https://www.dbs724.com/tag/sql%e4%bf%ae%e5%a4%8d" class="tag-cloud-link tag-link-109 tag-link-position-39" style="font-size: 8.3245033112583pt;" aria-label="SQL修复 (86个项目)">SQL修复</a> <a href="https://www.dbs724.com/tag/sql%e5%bc%82%e5%b8%b8" class="tag-cloud-link tag-link-110 tag-link-position-40" style="font-size: 8.3245033112583pt;" aria-label="SQL异常 (86个项目)">SQL异常</a> <a href="https://www.dbs724.com/tag/sql%e8%bf%9c%e7%a8%8b%e5%a4%84%e7%90%86" class="tag-cloud-link tag-link-111 tag-link-position-41" style="font-size: 8.3245033112583pt;" aria-label="SQL远程处理 (86个项目)">SQL远程处理</a> <a href="https://www.dbs724.com/tag/windows" class="tag-cloud-link tag-link-75 tag-link-position-42" style="font-size: 8.8344370860927pt;" aria-label="Windows (110个项目)">Windows</a> <a href="https://www.dbs724.com/tag/%e6%8a%80%e6%9c%af%e6%96%87%e6%a1%a3" class="tag-cloud-link tag-link-13 tag-link-position-43" style="font-size: 17.132450331126pt;" aria-label="技术文档 (6,902个项目)">技术文档</a> <a href="https://www.dbs724.com/tag/%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f" class="tag-cloud-link tag-link-8 tag-link-position-44" style="font-size: 13.748344370861pt;" aria-label="操作系统 (1,300个项目)">操作系统</a> <a href="https://www.dbs724.com/tag/%e6%95%b0%e6%8d%ae%e5%ba%93" class="tag-cloud-link tag-link-14 tag-link-position-45" style="font-size: 14.675496688742pt;" aria-label="数据库 (2,027个项目)">数据库</a></div> </div><div id="custom_html-12" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"></div></div></aside> </div> </div> </div> </div><!-- end sitecoent --> <footer class="site-footer"> <div class="container"> <div class="footer-widget"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 widget--about"> <div class="widget--content"> <div class="footer--logo mb-20"> <img class="tap-logo" src="https://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" data-dark="https://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> </div> <p class="mb-10">技术标签:安装配置、性能优化、备份恢复、异常处理、数据迁移、咨询服务。</p> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-3 col-md-2 col-md-offset-1 widget--links"> <div class="widget--title"> <h5>本站导航</h5> </div> <div class="widget--content"> <ul class="list-unstyled mb-0"> <li><a target="_blank" href="https://www.dbs724.com/service">服务范围</a></li><li><a target="_blank" href="https://www.dbs724.com/about">关于我们</a></li><li><a target="_blank" href="https://www.dbs724.com/privacy">隐私政策</a></li> </ul> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-3 col-md-2 widget--links"> <div class="widget--title"> <h5>技术文章</h5> </div> <div class="widget--content"> <ul class="list-unstyled mb-0"> <li><a target="_blank" href="https://www.dbs724.com/db">数据库技术</a></li><li><a target="_blank" href="https://www.dbs724.com/os">操作系统技术</a></li><li><a target="_blank" href="https://www.dbs724.com/jc">教程服务</a></li> </ul> </div> </div> <!-- .col-md-2 end --> <div class="col-xs-12 col-sm-12 col-md-4 widget--newsletter"> <div class="widget--title"> <h5>快速搜索</h5> </div> <div class="widget--content"> <form class="newsletter--form mb-30" action="https://www.dbs724.com/" method="get"> <input type="text" class="form-control" name="s" placeholder="关键词"> <button type="submit"><i class="fa fa-arrow-right"></i></button> </form> <h6>数据恢复、异常处理、MySQL、Oracle</h6> </div> </div> </div> </div> <div class="site-info"> 本站部分资源来自互联网收集,仅供用于学习和交流,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站站长删除<br /> © 2020 Theme by - <a href="https://www.dbs724.com" target="_blank" rel="noreferrer nofollow">数据服务</a> . All rights reserved <a href="https://beian.miit.gov.cn" target="_blank" class="text" rel="noreferrer nofollow"> 苏ICP备15021567号</a> <br> </div> </div> </footer> <div class="rollbar"> <div class="rollbar-item tap-qq" etap="tap-qq"><a target="_blank" title="QQ咨询" href="http://wpa.qq.com/msgrd?v=3&uin=290190032&site=qq&menu=yes"><i class="fa fa-qq"></i></a></div> <div class="rollbar-item tap-blog-style" etap="tap-blog-style" data-id="1" title="博客模式"><i class="fa fa-list"></i></div> <div class="rollbar-item" etap="to_full" title="全屏页面"><i class="fa fa-arrows-alt"></i></div> <div class="rollbar-item" etap="to_top" title="返回顶部"><i class="fa fa-angle-up"></i></div> </div> <div class="dimmer"></div> <div id="popup-signup" class="popup-signup fade" style="display: none;"> <div class="register-login-modal" role="document"> <div class="modal-content"> <div class="modal-body"> <img class="popup-logo" src="https://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" data-dark="https://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> <!-- Nav tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#login" data-toggle="login">登录</a> </li> <li><a href="#signup" data-toggle="signup">注册</a> </li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane fade in active" id="login"> <div class="signup-form-container text-center"> <form class="mb-0"> <div class="form-group"> <input type="text" class="form-control" name="username" placeholder="*用户名或邮箱"> </div> <div class="form-group"> <input type="password" class="form-control" name="password" placeholder="*密码"> </div> <button type="button" class="go-login btn btn--primary btn--block"><i class="fa fa-bullseye"></i> 安全登录</button> <!-- <a href="#" class="forget-password">忘记密码?</a> --> </form> <!-- form end --> </div> <!-- .signup-form end --> </div> <div class="tab-pane fade in" id="signup"> <form class="mb-0"> <div class="form-group"> <input type="text" class="form-control" name="user_name" placeholder="输入英文用户名"> </div> <!-- .form-group end --> <div class="form-group"> <input type="email" class="form-control" name="user_email" placeholder="绑定邮箱"> </div> <!-- .form-group end --> <div class="form-group"> <input type="password" class="form-control" name="user_pass" placeholder="密码最小长度为6"> </div> <div class="form-group"> <input type="password" class="form-control" name="user_pass2" placeholder="再次输入密码"> </div> <button type="button" class="go-register btn btn--primary btn--block"><i class="fa fa-bullseye"></i> 立即注册</button> </form> <!-- form end --> </div> </div> <a target="_blank" href="https://www.dbs724.com/wp-login.php?action=lostpassword" class="rest-password">忘记密码?</a> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> </div> <div class="off-canvas"> <div class="canvas-close"><i class="mdi mdi-close"></i></div> <div class="logo-wrapper"> <a href="https://www.dbs724.com/"> <img class="logo regular" src="https://www.dbs724.com/wp-content/uploads/2022/06/1655696806-3609d62f8271ca9.png" alt="数据运维技术"> </a> </div> <div class="mobile-menu hidden-lg hidden-xl"></div> <aside class="widget-area"> </aside> </div> <script> console.log("SQL 请求数:77"); console.log("页面生成耗时: 0.58904"); </script> <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id: "Jl4g3Wa27APmJARl",ck: "Jl4g3Wa27APmJARl"})</script> <script id="imwpf-this-page"> var g_this_page = { "type": "post", "id": 54150, "terms": [{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null},{"id":null,"tax":null}] };console.log(g_this_page); </script><div class="imwpcache_status_ok"></div><script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins.js?ver=9.0' id='plugins-js'></script> <script type='text/javascript' id='app-js-extra'> /* <![CDATA[ */ var caozhuti = {"site_name":"\u6570\u636e\u8fd0\u7ef4\u6280\u672f","home_url":"https:\/\/www.dbs724.com","ajaxurl":"https:\/\/www.dbs724.com\/wp-admin\/admin-ajax.php","is_singular":"1","tencent_captcha":{"is":"","appid":""},"infinite_load":"\u52a0\u8f7d\u66f4\u591a","infinite_loading":"<i class=\"fa fa-spinner fa-spin\"><\/i> \u52a0\u8f7d\u4e2d...","site_notice":{"is":"0","color":"#fd7300","html":"<div class=\"notify-content\"><h3><i class=\"fa fa-bell-o mr-2\"><\/i>\u6570\u636e\u670d\u52a1\u516c\u544a<\/h3><div>\u672c\u7ad9\u4e3b\u8981\u63d0\u4f9b\u6280\u672f\u670d\u52a1\u53ca\u54a8\u8be2\u4ea4\u6d41\uff0c\u4efb\u4f55\u6570\u636e\u5e93\u3001\u7f51\u7ad9\u3001\u670d\u52a1\u5668\u95ee\u9898\u90fd\u53ef\u4ee5\u8054\u7cfb\u7ad9\u957f\uff0c\u4e3a\u60a8\u89e3\u51b3\u95ee\u9898\uff0c\u6536\u53d6\u9002\u5f53\u8d39\u7528\u3002<\/div><\/div>"},"pay_type_html":{"html":"<div class=\"pay-button-box\"><\/div><p style=\"font-size: 13px; padding: 0; margin: 0;\">\u514d\u8d39\u6216\u94bb\u77f3\u514d\u8d39\u8d44\u6e90\u4ec5\u9650\u4f59\u989d\u652f\u4ed8<\/p>","alipay":0,"weixinpay":0}}; /* ]]> */ </script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/app.js?ver=9.0' id='app-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins/html2canvas.min.js?ver=1.0.0' id='html2canvas-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/themes/ripro/assets/js/plugins/jquery.fancybox.min.js?ver=9.0' id='fancybox-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-includes/js/comment-reply.min.js?ver=6.0' id='comment-reply-js'></script> <script type='text/javascript' src='//www.dbs724.com/wp-content/plugins/WBOLT-чЩ╛х║жцОищАБчобчРЖ-3.4.4-Pro/assets/baidu_push.js' id='wb-baidu-push-js'></script> <style> .header-gap { height: 65px; } table tbody tr td, table tbody tr td { padding: 0px; } #cus_top_ads td { padding: 0px; } #cha_top_content ul { padding: 0px; margin: 10px 0 20px 0px; } #cha_top_content li { float: left; margin-right: 10px; list-style: none; } #cha_top_content li:last-child { /*float: none;*/ margin-right: 0px; } #cha_top_content img{ width: 383px; height: 75px; } #custom_html-10 { padding: 0px; } #custom_html-11 { padding: 0px; } /**/ #custom_html-12{ padding: 0px; } #custom_html-13{ padding: 0px; } #custom_html-14{ padding: 0px; } #post-top-ads a { margin-bottom: 15px; } #post-top-ads img { width: 100%; height: 80px; } #archive-top-ads a { margin-bottom: 15px; } #archive-top-ads img { width: 100%; height: 80px; } #menu-item-476359{ display: none; } .filter--content { margin-bottom: 15px; } .meta-author{ display: none; } .author-box { display: none; } #home-top-ads img { width: 100%; height: 80px; margin-top: 10px; } </style> <script src="/static/customer.js?ver=1.20231111?ver=4"></script> </body> </html>