Which views are covered in AWR license?
Hi,
For Oracle 11g R2, Which views from database are covered under AWR (Tuning pack or other ) license requirements?
All data dictionary views beginning with the prefix
So could we use ASH / Time model views and views like V$WAITCLASSMETRIC_HISTORY without license?
For Oracle 11g R2, Which views from database are covered under AWR (Tuning pack or other ) license requirements?
As per Oracle documentation : (http://docs.oracle.com/cd/E11882_01/license.112/e10594/options.htm#CIHDDBCG)
DBA_HIST_
are part of this pack, along with their underlying tables.The only exception are the views: DBA_HIST_SNAPSHOT, DBA_HIST_DATABASE_INSTANCE, DBA_HIST_SNAP_ERROR, DBA_HIST_SEG_STAT, DBA_HIST_SEG_STAT_OBJ,
and DBA_HIST_UNDOSTAT
. They can be used without the Oracle Diagnostics Pack license.So could we use ASH / Time model views and views like V$WAITCLASSMETRIC_HISTORY without license?
0