053-255
Which two statements about the SQL Management Base (SMB) are true? (Choose two.)
A. It contains only SQL profiles generated by SQL Tuning Advisor.
B. It stores plans generated by the optimizer using a stored outline.
C. It is part of the data dictionary and stored in the SYSAUX tablespace.
D. It is part of the data dictionary and stored in the SYSTEM tablespace.
E. It contains the statement log, the plan history, plan baselines, and SQL profiles.
SQL 管理库(SMB)是驻留在 SYSAUX 表空间中的数据字典的一部分。 它存储语句日志, 计划历史, SQL计划基准和 SQL 配置文件。 为了允许每周清除未使用的计划和日志, SMB 使用自动空间管理。
您还可以手动将计划添加到 SMB 的一组 SQL 语句。 当从 Oracle Database 11g 之前的版本升级数据库时,此功能特别有用,因为它有助于最小化使用新优化器版本导致的计划回归。
因为 SMB 完全位于 SYSAUX 中,所以当此表空间不可用时,数据库不使用 SQL 计划管理和 SQL 调整功能。