Oracle 19C 無法啟用Auto Indexes特性
Oracle 19C 無法啟用Auto Indexes特性
環境:
OS:Red Hat Enterprise Linux Server release 7.5 (Maipo)
DB:Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.3.0.0.0
說明:
近期檢視Oracle 19C新特性,發現Auto Indexes特性特別實用,想看看效果;
1 檢視auto_index特性未啟用;
SQL> select * from dba_auto_index_config ;
2 在啟用Automatic Indexing 時報如下錯誤,不支援該特性:
SQL> alter session set container=cjcpdb;
SQL> EXEC DBMS_AUTO_INDEX.CONFIGURE('AUTO_INDEX_MODE','IMPLEMENT');
BEGIN DBMS_AUTO_INDEX.CONFIGURE('AUTO_INDEX_MODE','IMPLEMENT'); END;
*
ERROR at line 1:
ORA-40216: feature not supported
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
ORA-06512: at "SYS.DBMS_AUTO_INDEX_INTERNAL", line 9180
ORA-06512: at "SYS.DBMS_AUTO_INDEX", line 283
ORA-06512: at line 1
問題原因:
只有在 EXADATA systems 系統下才支援 Auto Index 特性。
Auto indexing will be allowed only in EXADATA systems, if not it will raise ORA-40216: feature not supported when we try it turn it on in non exadata systems.
ORA-40216 When Using Auto Index Feature (Doc ID 2570076.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and later
Information in this document applies to any platform.
SYMPTOMS
When attempting to use auto index feature ,e.g. DBMS_AUTO_INDEX.CONFIGURE('AUTO_INDEX_MODE','IMPLEMENT');
it reports
ORA-40216: feature not supported
ORA-6512: at "SYS.DBMS_SYS_ERROR", line 79
ORA-6512: at "SYS.DBMS_AUTO_INDEX_INTERNAL", line 9180
ORA-6512: at "SYS.DBMS_AUTO_INDEX", line 283
ORA-6512: at line 1
CHANGES
CAUSE
This issue has been discussed in
Bug 30017206 : ADW : AUTO INDEX FEATURE NOT WORKING IN FUTURE PRODUCTION
Closed as 'Not a Bug.'
Development explains:
Auto indexing will be allowed only in EXADATA systems, if not it will raise ORA-40216: feature not supported when we try it turn it on in non exadata systems.
SOLUTION
Do not use AUTO INDEX FEATURE in non-exadata systems.
想學習 AUTO INDEX FEATURE 可以看下面的連結:
Database Administrator’s Guide --- 21 Managing Indexes
21.7 Managing Auto Indexes
You can use the automatic indexing feature to configure and use auto indexes in an Oracle database to improve database performance.
......
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29785807/viewspace-2674601/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 19c Concepts(03):Indexes and Index-Organized TablesOracleIndexZed
- oracle 19c 無法create table解決Oracle
- se://error/ Oracle 19c EM Exporess無法登陸ErrorOracle
- 1 Oracle Database 19c 新特性OracleDatabase
- Oracle 19c中的自動索引(DBMS_AUTO_INDEX)Oracle索引Index
- PyCharm無法啟用PyCharm
- oracle手工建庫後rman無法啟用(RMAN-04015)Oracle
- Oracle 12.2應用PSU後資料庫無法啟動Oracle資料庫
- Oracle 19C 監聽無法動態註冊例項Oracle
- oracle 19C新特性——混合分割槽表Oracle
- Oracle:19c 新特性——Memoptimized Rowstore 簡介OracleZed
- MySQL 8 新特性之Invisible IndexesMySqlIndex
- 【19c】Oracle 19c 和 20c 的新特性解密Oracle解密
- ORACLE 19c 新特性之混合分割槽表Oracle
- Oracle Haip無法啟動問題學習OracleAI
- Oracle 19c和20c新特性最全解密Oracle解密
- ORACLE 18C 19C 20C新特性Oracle
- Oracle的DBMS_SCN修正以及SCN的auto-rollover新特性Oracle
- AUTO START ORACLE ON LINUX(zt)OracleLinux
- 【kingsql分享】Oracle Database 19c的各種新特性介紹SQLOracleDatabase
- Oracle日常問題-資料庫無法啟動(案例二)Oracle資料庫
- Oracle日常問題處理-資料庫無法啟動Oracle資料庫
- win10無法啟用Directplay如何解決_win10系統Directplay無法啟用的解決方法Win10
- Oracle 12c RAC CSSD程式無法啟動real time模式OracleCSS模式
- [20211013]Oracle 19c新特性Listener自動清理(Network Log File Segmentation).txtOracleSegmentation
- Oracle 19C EMOracle
- w10無法開啟應用商店怎麼解決_w10無法開啟應用商店如何修復
- ORACLE RAC 11.2.0.4 FOR RHEL6叢集無法啟動的處理Oracle
- @FeignClient @Resource 無法注入Bean Springboot無法啟動clientBeanSpring Boot
- win10應用程式無法正常啟動怎麼解決_win10應用程式無法啟動解決教程Win10
- win10瀏覽器flash無法啟用怎麼辦_win10瀏覽器flash無法啟用如何出來Win10瀏覽器
- oracle 19c dataguard silent install (oracle 19c dataguard 靜默安裝)Oracle
- 快速修復應用程式無法正確啟動
- [重慶思莊每日技術分享]-重建 oracle Bootstrap IndexesOraclebootIndex
- Oracle 19c Concepts(01):Introduction to Oracle DatabaseOracleDatabase
- Oracle 19c Concepts(13):Oracle Database InstanceOracleDatabase
- 轉載:關於oracle無法啟動儲存,記錄一下Oracle
- Oracle 19c Broker配置Oracle