save the status of schema and gather all stat of schemas again.
Hi Tony/Jerry,
1. Please save the current stats for OTC_WRHS_POSITION schema
2. Please gather all stats for OTC_WRHS_POSITION schema at 100%
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1. 備份一個資料庫 schema 的所有物件的執行計劃:
SQL> execute DBMS_STATS.create_stat_table('OTC_WRHS_POSITION','OTC_WRHS_STAT_20120116');
PL/SQL procedure successfully completed.
SQL> execute DBMS_STATS.EXPORT_SCHEMA_STATS ('OTC_WRHS_POSITION','OTC_WRHS_STAT_20120116');
PL/SQL procedure successfully completed.
2. 分析schema 下的所有物件.<gather all stats for OTC_WRHS_POSITION schema at 100%>
I am now trying to use script. for analyze ,as it may takes a long time
would you please tell me on which node I can run following script?
dba_oracle_analyze -s O02OTC3 -o OTC_WRHS_POSITION -p 100 -D 8
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22578826/viewspace-715018/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Listener in INTERMEDIATE status with "Not All Endpoints Registered
- Listener in INTERMEDIATE status with "Not All Endpoints Registered"
- Import all grant statement of users in mysql schema !ImportMySql
- Script – List status of all submitted DBMS jobs(轉)MIT
- 匯出gather_status分析--用於測試壓力等
- c/c++語言函式 stat, fstat, lstat, fstatat - get file statusC++函式
- exec dbms_stats.gather_schema_stats 手動優化統計[final]優化
- dbms_stats.gather_schema_stats 新匯入系統優化簡單指令碼優化指令碼
- EBS系統資料庫統計資訊收集總結- gather_schema_stats [final]資料庫
- DBMS_STATS.GATHER_SCHEMA_STATS執行過程中遭遇ORA-01476錯誤
- Create schemas for new prod
- npm install -save 和 -save-devNPMdev
- npm –save-dev –save 的區別NPMdev
- canvas save()Canvas
- ORACLE 修改schemas的方法一Oracle
- CouchDB中的Schemas詳解
- Oracle 11g Default SchemasOracle
- gather stats的小程式
- Django REST framework API 指南(21):SchemasDjangoRESTFrameworkAPI
- SAP HANA Schemas 和 HDI ContainersAI
- Oracle下的Databse,Instance,SchemasOracle
- save() create()區別
- canvas save()和restore()CanvasREST
- save download pdf
- Java NIO之Scatter和GatherJava
- How to gather statistics on Oracle eBS.Oracle
- linux ps STATLinux
- Sample Schemas建庫後手動建立
- Unable to save settings: Failed to save settings. Please restart PyCharm解決AIRESTPyCharm
- Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERRORAIDNNError
- docker tag save loadDocker
- F. Magic Will Save the World
- Oracle Database 19c安裝Sample SchemasOracleDatabase
- Oracle 12CR2 Install the Sample SchemasOracle
- MongoDB Guide Author Looking for Cool Schemas for BookMongoDBGUIIDE
- Linux的stat命令Linux
- linux C之stat()Linux
- [Oracle] crsctl stat res -tOracle