SQL management base

The SQL management base (SMB) is a part of the data dictionary that resides in the SYSAUX tablespaceIt stores statement logs, plan histories, SQL plan baselines, and SQL profiles. To allow weekly purging of unused plans and logs, the SMB uses automatic space management.

You can also add plans manually to the SMB for a set of SQL statements. This feature is especially useful when upgrading the database from a version before Oracle Database 11g because it helps to minimize plan regressions resulting from the use of a new optimizer version.

Because the SMB is located entirely within SYSAUX, the database does not use SQL plan management and SQL tuning features when this tablespace is unavailable.


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29196873/viewspace-1098005/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/29196873/viewspace-1098005/

你可能感兴趣的:(SQL management base)