Oracle 10g DML Table Monitoring Changes
With Oracle Database 10g, the statistcis_level initialization parameter functions as a global option for the table monitoring mechanism. This mechanism overrides the table level MONITORING clause. In other words, the [NO]MONITORING clauses are now obsolete. The statistcis_level parameter was available in 9i.
If the statistcis_level parameter is set to BASIC, the monitoring feature is disabled. When it is set to TYPICAL (which is the default setting) or ALL, then the global table monitoring is enabled.
These changes are aimed at simplifying operations and also making them consistent with other related statistics. The modification monitoring mechanism is now enabled by default, and users of the GATHER AUTO or STALE feature of dbms_stats no longer have to enable monitoring explicitly for every table under the default settings.
You can still use the [NO]MONITORING clauses in the {CREATE | ALTER } TABLE statements as well as the alter_schema_tab_monitoring and alter_database_tab_monitoring procedures of the dbms_stats package, but these clauses and procedures are now considered as no operation. They execute without giving any error, but have no effect.
There is also no table monitoring for temporary tables.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23071790/viewspace-733934/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle9i Table monitoring 及10g table預設monitoring屬性Oracle
- Oracle:TABLE MONITORINGOracle
- Oracle 10g table monitoring 如何判斷表有10%Oracle 10g
- Oracle9i, 10g Table monitoring 設定 及 STATISTIC_LEVELOracle
- oracle 10g table streamOracle 10g
- Oracle 10g Shrink Table 詳解Oracle 10g
- 9i, 10g 中table monitoring 10%的變化率是如何統計的
- Initialization Parameter Changes from 9i to 10g
- oracle index monitoringOracleIndex
- oracle 表(table)上最後一次 DML時間、行(row)上最後DML時間Oracle
- Oracle10g中FLASHBACK TABLE語句恢復DML誤操作Oracle
- Oracle EBS Monitoring ScriptsOracle
- Oracle Parallel DMLOracleParallel
- Oracle 10g Shrink Table - Shrink Space 收縮空間Oracle 10g
- Oracle Real Time SQL MonitoringOracleSQL
- How to adjust the high watermark in ORACLE 10g – ALTER TABLE SHRINKOracle 10g
- Oracle分批提交DMLOracle
- 轉載--oracle DML鎖Oracle
- [Oracle] Partition table exchange Heap tableOracle
- Oracle DML NOLOGGINGOracle
- ORACLE DML鎖定機制Oracle
- oracle dml與索引index(一)Oracle索引Index
- Oracle Streams STRMMON Monitoring Utility [ID 290605.1]Oracle
- oracle temporary tableOracle
- oracle shrink tableOracle
- Oracle Table LocksOracle
- Alter table for ORACLEOracle
- Oracle Table FunctionOracleFunction
- Oracle 19c Concepts(00):Changes in This Release for Oracle Database ConceptsOracleDatabase
- 【原創】Oracle9i和10g中plan_table表的差異Oracle
- Oracle 普通table 轉換為partition tableOracle
- oracle cache table(轉)Oracle
- Oracle table selectOracle
- oracle之nalyze tableOracle
- Oracle ASM Allocation TableOracleASM
- oracle cache table(1)Oracle
- oracle cache table(3)Oracle
- oracle cache table(2)Oracle