Oracle 性能诊断包收费依据

|---------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
| Which Data Dictionary or Dynamic Performance Views Require Purchase of the Diagnostics and / or Tuning Pack? (Doc ID 2082355.1) | ​编辑To Bottom | |


|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| In this Document |---|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | Goal | |---|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | Solution | |---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | References | *** ** * ** *** ### APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.5 and later Oracle Database Cloud Schema Service - Version N/A and later Oracle Database Exadata Cloud Machine - Version N/A and later Oracle Cloud Infrastructure - Database Service - Version N/A and later Oracle Database Backup Service - Version N/A and later Information in this document applies to any platform. ### GOAL Which data dictionary or dynamic performance views require purchase of a license for the diagnostics and / or tuning packs? ### SOLUTION Access to the following views requires purchase of a license for the diagnostics pack: * VACTIVE_SESSION_HISTORY * SYS.XASH (a fixed view) * DBA_STREAMS_TP_PATH_BOTTLENECK * DBA_STREAMS_TP_COMPONENT_STAT * DBA_ADDM_% views * DBA_ADVISOR_% views (if queried for ADVISOR_NAME='ADDM') * DBA_HIST_% views (with a few exceptions) * Most MGMT% views Access to these two views requires purchase of a license for the tuning pack, in addition to one for the diagnostics pack: * VSQL_MONITOR * V$SQL_PLAN_MONITOR Other restrictions apply to certain DBMS_% packages and SQL scripts. For example, creation of any of the following types of reports requires purchase of a license for the diagnostics pack: * AWR * ASH * ADDM although it is important to note that you do not need to disable AWR snapshot generation in order to be in compliance. Please consult the Oracle Database Licensing Information Guide for further details. No licensing pack needs to be purchased in order to take advantage of Statspack. However, you might wish to schedule Statspack snapshot collection, hourly, at thirty minutes past the hour, so as not to interfere with the collection of AWR snapshots, which occur at the top of each hour, by default. You must use due diligence to avoid accessing Oracle-supplied views and packages, unless properly licensed. However, it is possible to advise the database instance on which packs have been licensed by setting the appropriate value for CONTROL_MANAGEMENT_PACK_ACCESS. ### REFERENCES NOTE:1490798.1 - AWR Reporting - Licensing Requirements Clarification |

相关推荐
市场部需要一个软件开发岗位1 小时前
数据仓库相关内容分享
数据库·数据仓库·oracle
BullSmall2 小时前
ACID 中的一致性
数据库·oracle
哭哭啼4 小时前
oracle创建用户相关命令
数据库·oracle
Leon-Ning Liu5 小时前
/*+ MATERIALIZE */ 优化器提示在 WITH 子句中的使用验证
oracle
资深数据库专家5 小时前
EBS 中出现的“销售退货单库存已回冲,但生产成本未变化”的问题
人工智能·经验分享·oracle·微信公众平台·新浪微博
Apple_羊先森6 小时前
ORACLE数据库巡检SQL脚本--13、临时表空间使用率
数据库·sql·oracle
数据库生产实战7 小时前
Oracle隐藏参数_fix_control和_optimizer_improve_selectivity设置方法,如何用于规避性能问题?你值得看看!
数据库·oracle
胡斌附体7 小时前
oracle-xe创建
数据库·oracle
世界尽头与你16 小时前
(修复方案)CVE-2023-22047: Oracle PeopleSoft Enterprise PeopleTools 未授权访问漏洞
数据库·安全·oracle·渗透测试
ActionTech1 天前
MySQL 用好 Optimizer Trace,深刻理解 SQL 优化过程!
sql·mysql·oracle