oracle Automated Maintenance Tasks

简介: #Automated Maintenance Tasks

Oracle Database has these 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.
    See Also:
    Oracle Database SQL Tuning Guide for more information on automatic statistics collection
  • Optimizer Statistics Advisor—Analyzes how statistics are being gathered and suggests changes that can be made to fine tune statistics collection.
    See Also:
    Oracle Database SQL Tuning Guide
  • 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.
    See Also:
    "Using the Segment Advisor" for more information.
  • 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.
    See Also:
    Oracle Database SQL Tuning Guide for more information on SQL Tuning Advisor
  • SQL Plan Management (SPM) Evolve Advisor—Evolves plans that have recently been added to the SQL plan baseline. The advisor simplifies plan evolution by eliminating the requirement to do it manually.
    See Also:
    Oracle Database SQL Tuning Guide for more information on SPM Evolve Advisor

By default, all of these automated maintenance tasks are configured to run in all maintenance windows.

相关文章
|
4月前
|
SQL Windows Perl
Configuring Automated Maintenance Tasks
Configuring Automated Maintenance Tasks
33 0
|
4月前
|
SQL Oracle 关系型数据库
ora tool
ora tool
34 2
|
存储 缓存 固态存储
Managing Non-Volatile Memory in Database Systems
Managing Non-Volatile Memory in Database Systems
97 0
Creating a CDB Using Oracle Managed Files
Creating a CDB Using Oracle Managed Files
100 0
|
网络协议 Oracle 关系型数据库
|
SQL 关系型数据库 对象存储
Database Recovery in GitLab – Implementing Database Disaster Tolerance & High Availability
How can we restore accidentally deleted database in GitLab? How can we implement database backup, recovery, disaster tolerance, and high availability?
2165 0
|
Oracle 关系型数据库 数据库