three predefined automated maintenance tasks
Oracle Database has three predefined automated maintenance tasks:
Automatic Optimizer Statistics Collection—Collects optimizer statistics for all schema objects in the database for which there are no statistics or only stale statistics. The statistics gathered by this task are used by the SQL query optimizer to improve the performance of SQL execution.
Automatic Segment Advisor—Identifies segments that have space available for reclamation, and makes recommendations on how to defragment those segments.
You can also run the Segment Advisor manually to obtain more up-to-the-minute recommendations or to obtain recommendations on segments that the Automatic Segment Advisor did not examine for possible space reclamation.
Automatic SQL Tuning Advisor—Examines the performance of high-load SQL statements, and makes recommendations on how to tune those statements. You can configure this advisor to automatically implement SQL profile recommendations.
By default, all three automated maintenance tasks are configured to run in all maintenance windows.
Automatic Optimizer Statistics Collection—Collects optimizer statistics for all schema objects in the database for which there are no statistics or only stale statistics. The statistics gathered by this task are used by the SQL query optimizer to improve the performance of SQL execution.
Automatic Segment Advisor—Identifies segments that have space available for reclamation, and makes recommendations on how to defragment those segments.
You can also run the Segment Advisor manually to obtain more up-to-the-minute recommendations or to obtain recommendations on segments that the Automatic Segment Advisor did not examine for possible space reclamation.
Automatic SQL Tuning Advisor—Examines the performance of high-load SQL statements, and makes recommendations on how to tune those statements. You can configure this advisor to automatically implement SQL profile recommendations.
By default, all three automated maintenance tasks are configured to run in all maintenance windows.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-2152873/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle11g: Scheduler Maintenance Tasks or Autotasks (Doc ID 756734.1)OracleAINaN
- 2.3.3 Application MaintenanceAPPAINaN
- 2.3.3.1 About Application MaintenanceAPPAINaN
- Asyncio in Python and Concurrency tasksPython
- APT2 -An Automated Penetration Testing ToolkitAPT
- 使用Hazelcast排程Spring tasksASTSpring
- 精讀《Tasks, microtasks, queues and schedules》
- zabbix_maintenance web管理系統AINaNWeb
- PostgreSQL DBA(170) - pgAdmin(Queries For Index Maintenance)SQLIndexAINaN
- 論文解讀《MASTERKEY: Automated Jailbreaking of Large Language Model Chatbots》ASTAI
- 論文解讀(AutoSSL)《Automated Self-Supervised Learning for Graphs》
- [20190920]Asynchronous Global Index Maintenance and Recycle Bin.txtIndexAINaN
- 備份時報no channel allocated for maintenance(of an appropriate type)AINaNAPP
- freeRTOS原始碼解析4--tasks.c 7原始碼
- freeRTOS原始碼解析4--tasks.c 4原始碼
- freeRTOS原始碼解析4--tasks.c 2原始碼
- 【Three.js】Three.js學習記錄JS
- three.jsJS
- spring_threeSpring
- Solaris SSH 服務處於maintenance模式,ssh connection refusedAINaN模式
- Oracle案例03——RMAN-06091: no channel allocated for maintenance (of an appropriate type)OracleAINaNAPP
- Plant Maintenance進行整合的SAP關鍵模組AINaN
- Android程式(Processes)和任務(tasks)的區別Android
- SAP PM入門系列28 - IW67 Display Tasks
- Project Three: Simple WorldProject
- three.js WebGLRenderTargetJSWeb
- 013 Three Div Sequences
- 初識three.js,搭建three.js+vue.js專案Vue.js
- SAP PM 入門系列之19 - IP31 Maintenance Plan CostingAINaN
- 從Promise來看JavaScript中的Event Loop、Tasks和MicrotasksPromiseJavaScriptOOP
- dotnet core系列之Background tasks with hosted services (後臺任務)
- Three.js開發指南(4):使用Three.js的材質JS
- three.js之GroupJS
- three.js 曲線JS
- docker 部署three.jsDockerJS
- B. Two Out of Three
- Three.js開發指南(3):使用Three.js裡的各種光源JS
- Three.js開發指南(5 6):使用Three.js的幾何體JS