Restrictions on Analyzing Tables
Analyzing tables is subject to the following restrictions:
■ You cannot use ANALYZE to collect statistics on data dictionary tables.
■ You cannot use ANALYZE to collect statistics on an external table. Instead, you
must use the DBMS_STATS package.
■ You cannot use ANALYZE to collect default statistics on a temporary table.
However, if you have already created an association between one or more columns
of a temporary table and a user-defined statistics type, then you can use ANALYZE
to collect the user-defined statistics on the temporary table.
■ You cannot compute or estimate statistics for the following column types: REF
column types, varrays, nested tables, LOB column types (LOB column types are
not analyzed, they are skipped), LONG column types, or object types. However, if a
statistics type is associated with such a column, then Oracle Database collects
user-defined statistics.[@more@]
■ You cannot use ANALYZE to collect statistics on data dictionary tables.
■ You cannot use ANALYZE to collect statistics on an external table. Instead, you
must use the DBMS_STATS package.
■ You cannot use ANALYZE to collect default statistics on a temporary table.
However, if you have already created an association between one or more columns
of a temporary table and a user-defined statistics type, then you can use ANALYZE
to collect the user-defined statistics on the temporary table.
■ You cannot compute or estimate statistics for the following column types: REF
column types, varrays, nested tables, LOB column types (LOB column types are
not analyzed, they are skipped), LONG column types, or object types. However, if a
statistics type is associated with such a column, then Oracle Database collects
user-defined statistics.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1001628/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Restrictions on Altering Temporary TablesREST
- Restrictions on Create Bitmap IndexesRESTIndex
- Analyzing Strings with sscanf
- BlockRecover Restrictions and Usage NotesBloCREST
- Python Analyzing your Gmail with MatplotlibPythonAI
- dba_tables,dba_all_tables,user_tables,all_tables有什麼區別
- Oracle TablesOracle
- 如何在 SAP 電商雲裡設定 Time RestrictionsREST
- Analyzing and Reproducing the EOS Out-of-Bound Write Vulnerability in nodeos
- Oracle Externale TablesOracle
- Oracle - Tables/IndexesOracleIndex
- Oracle X$TablesOracle
- Oracle X$ TablesOracle
- Edit SAP tables
- Oracle Partitioned TablesOracle
- Implementing App Restrictions,Building a Device Policy ControllerAPPRESTUIdevController
- MySQL 5.5 LOCK TABLES 和 UNLOCK TABLES 語句介紹MySql
- The differences between index-organized tables and ordinary tables (228)IndexZed
- Profitability Analysis – General tables
- 【oracle】user_tablesOracle
- Views and Base Tables (243)View
- Overview of Tables (154)View
- Partitioned Tables (165)
- mysql關於FLUSH TABLES和FLUSH TABLES WITH READ LOCK的理解MySql
- mysqld --skip-grant-tablesMySql
- Create Reference-Partitioned Tables
- kill flush tables的思考
- 常用的Oracle x$ TablesOracle
- Parallel Access to External Tables (173)Parallel
- CRICOS Data Structures and AlgorithmsHash TablesStructGo
- 761637-Logon restrictions prevent TMSADM logonGoREST
- 【Mysql】FLUSH TABLES WITH READ LOCKMySql
- ABAP New Features - Internal Tables
- SAP MM Stock Tables and Stock Types
- exp tables sh: Syntax error: `(' is not expectedError
- Oracle GoldenGate and compressed tablesOracleGo
- Bitmap Indexes on Partitioned Tables (225)Index
- Structure of the Data Dictionary : Base Tables (258)Struct