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 |

相关推荐
float_六七7 小时前
预编译SQL:安全与性能的双重保障
sql·安全·oracle
代码的余温8 小时前
Oracle RAC认证矩阵:规避风险的关键指南
数据库·oracle·矩阵
吃饭最爱20 小时前
JUnit技术的核心和用法
数据库·oracle·sqlserver
沙二原住民1 天前
提升数据库性能的秘密武器:深入解析慢查询、连接池与Druid监控
java·数据库·oracle
Mr_Xuhhh1 天前
sqlite3的使用
jvm·oracle·sqlite
xianyinsuifeng1 天前
Oracle 10g → Oracle 19c 升级后问题解决方案(Pro*C 项目)
c语言·数据库·oracle
半夏陌离2 天前
SQL 拓展指南:不同数据库差异对比(MySQL/Oracle/SQL Server 基础区别)
大数据·数据库·sql·mysql·oracle·数据库架构
jnrjian2 天前
v$lock TS lock id1 用于发现Oracle pdb不能关闭的sid
sql·oracle
GottdesKrieges2 天前
OceanBase系统日志管理
数据库·oracle·oceanbase
xhbh6662 天前
Python操作MySQL的两种姿势:原生SQL与ORM框架SQLAlchemy详解
数据库·oracle