gather stats的小程式
create or replace procedure get_table_history_stats
is
begin
dbms_stats.gather_schema_stats(ownname=>'HISSAAS');
insert into table_history_stats
select table_name,num_rows,BLOCKS,empty_blocks,AVG_SPACE,avg_row_len,
to_date(to_char(sysdate,'yyyy/mm/dd'),'yyyy/mm/dd')
from user_tables where num_rows<>0;
commit;
end get_table_history_stats;
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1059613/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DBMS_STATS.GATHER_TABLE_STATS詳解
- Gather_stats_job 呼叫dbms_stats.gather_database_stats_job_proc過程來收集statistics 的資訊Database
- dbms_stats.gather_table_stats中 granularity的實驗
- 【轉】dbms_stats.gather_table_stats與analyze table 的區別
- dbms_stats.gather_table_stats與analyze table 的區別[轉貼]
- DBMS_STATS.GATHER_DATABASE_STATS_JOB_PROC儲存過程Database儲存過程
- 執行收集統計資訊dbms_stats.gather_table_stats包的bug
- exec dbms_stats.gather_schema_stats 手動優化統計[final]優化
- dbms_stats.gather_schema_stats 新匯入系統優化簡單指令碼優化指令碼
- ORA-06521:執行dbms_stats.gather_table_stats報Error mapping functionErrorAPPFunction
- SIZE AUTO和SIZE SKEWONLY在gather_table_stats時的區別
- 利用dbms_stats.gather_database_stats包快速確定統計資訊為空或陳舊的物件Database物件
- DBMS_STATS.GATHER_SCHEMA_STATS執行過程中遭遇ORA-01476錯誤
- Oracle 10g GATHER_STATS_JOB作業週六6點開始執行的原因Oracle 10g
- EBS系統資料庫統計資訊收集總結- gather_schema_stats [final]資料庫
- 10g_crt_gather_table_stats(生成表的統計資訊收集指令碼,關鍵在引數)指令碼
- 9i_crt_gather_table_stats(生成表的統計資訊收集指令碼,關鍵在引數)指令碼
- Oracle OCP 1Z0 053 Q298(SQL Tuning Advisor&GATHER_STATS_JOB)OracleSQL
- [zt]Oracle10g自動優化統計-檢查GATHER_STATS_JOB任務的執行情況Oracle優化
- PostgreSQL 15: stats collector程式最佳化掉了SQL
- Java NIO之Scatter和GatherJava
- How to gather statistics on Oracle eBS.Oracle
- EBS 中FND_STATS和dbms_stats區別
- 【Mongodb】db.stats() 與 db.serverStats() 與 db.collection.stats()MongoDBServer
- 轉:Java NIO系列教程(四) Scatter/GatherJava
- 小程式開發,小程式代理,小程式加盟,小程式創業創業
- DELETE_TABLE_STATS Proceduredelete
- dbms_stats 詳解
- DBMS_STATS分析表
- oracle dbms_stats 包Oracle
- 'mysql.column_stats' doesn't exist and Table 'mysql.index_stats' doesn't existMySqlIndex
- 5 Java NIO Scatter 與Gather-翻譯Java
- 小程式3:ATM小程式
- 使用dbms_stats但不生成histogram的方法Histogram
- dbms_stats.import_table_stats匯入報錯ORA-20000Import
- dbms_stats.lock_table_stats與動態取樣(Dynamic Sampling)
- 我與小程式的故事以及小程式框架選型框架
- 「小程式JAVA實戰」小程式的表單元件(25)Java元件