【Case】ORA-20000: Unable to set values for table DBMS_TABCOMP_TEMP_UNCMP
一、報錯資訊
Errors in file /oracle/product/diag/rdbms/myhj/MyHJ/trace/MyHJ_j003_31396.trc:
ORA-20000: Unable to set values for table DBMS_TABCOMP_TEMP_UNCMP: does not exist or insufficient privileges
二、原因解析
The compression advisor creates intermediate tables (creates/drops tables DBMS_TABCOMP_TEMP_UNCMP). In case a GATHER_STATS_JOB is run at the same time , the table(s) will be in the list of tables to be analyzed. In case the table is automatically dropped by the compression advisory job before the GATHER_STATS_JOB has reached to that table in the list, the ORA-2000 will be hit. When DBMS_STATS finds it is no longer available, it writes to the alert log.This is no different from the case where a user table is dropped during a statistics gather.
三、解決方法
You can ignore this error due to following:
(1)The error is non-critical.
(2)Other objects won't be affected by this error and gather stats job continues safely on other user objects. The error will not result in the termination of the gather stats job for the rest of the tables.
(3)The message in the alert log is only informative.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30776559/viewspace-2151867/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-20000:unable to analyze table "XXX"."DBMS_TABCOMP_TEMP_UNCMP",insufficient privileges or does no
- lower_case_table_names
- alter table set unused column
- iptables報錯!iptables-restore unable to initialize table 'filterRESTFilter
- MySQL8.0的坑之lower_case_table_namesMySql
- oracle表空間不足:ORA-01653: unable to extend tableOracle
- Failed ALPN negotiation: Unable to find compatible protocol&&subscriptionExpressions have not been set yetAIGoProtocolExpress
- Django中values()和values_list()Django
- ORA-31633: unable to create master table "SYSTEM.SYS_EXPORT_FULL_XX"ASTExport
- 【故障處理】ORA-1688: unable to extend table AUDSYS.AUD$UNIFIEDNifi
- Dynamics 365 Web API Set Values of all Data Types using Web API in Dynamics CRM Through C#WebAPIC#
- 11.2.0.4 RAC CSSD服務無法啟動故障 unable to set priority to 4CSS
- Subarray Distinct Values
- master..spt_valuesAST
- JavaScript 陣列values()JavaScript陣列
- JavaScript Object.values()JavaScriptObject
- ORA-1653: unable to extend table by 1024 in tablespace(oracle表空間滿了的解決方案)Oracle
- 【每日一包0013】to-capital-case,to-constant-case,to-dot-caseAPI
- windows下mysql修改表名大訊息引數lower_case_table_names,需要initialize才生效WindowsMySql
- CSS Houdini: Properties, Values, and the Paint APICSSAIAPI
- Java Case InterviewJavaView
- Java switch caseJava
- Unable to find a specification for ''
- case when 語句
- SQL CASE 表示式SQL
- OUTLOOK - Unable to Delete Meetingsdelete
- POLIR-Society-Organization-Psychology-Values:價值
- create table,show tables,describe table,DROP TABLE,ALTER TABLE ,怎麼使用?
- Set
- set /?
- 第三週--20200314--Handling NULL Values in PostgreSQLNullSQL
- 【Flask】關於request.json /.values /.args /.formFlaskJSONORM
- switch_case練習
- Unable to boot ApiServiceProvider configure..bootAPIIDE
- Unable to locate factory with name [default]
- lombok get/set 與 JavaBean get/setLombokJavaBean
- table
- [Javascript] Perform Set Operations using JavaScript Set MethodsJavaScriptORM