Skip to content

AWR snapshot taken for TPROC-C results #296

Answered by sm-shaw
vikram-umachagi asked this question in Q&A
Discussion options

You must be logged in to vote

Having revisited this, the underlying AWR is the same, ie. there is only one:

SQL> select text_vc from dba_views where view_name = 'AWR_CDB_SNAPSHOT';

TEXT_VC
--------------------------------------------------------------------------------
select snap_id, dbid, instance_number, startup_time,
       begin_interval_time, end_interval_time,
       flush_elapsed, snap_level, error_count, snap_flag, snap_timezone,
       begin_interval_time_tz, end_interval_time_tz,
       decode(con_dbid_to_id(dbid), 1, 0, con_dbid_to_id(dbid)) con_id
from WRM$_SNAPSHOT
where status = 0
SQL>  select text_vc from dba_views where view_name = 'AWR_PDB_SNAPSHOT'; 

TEXT_VC
--------------------------------------…

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@vikram-umachagi
Comment options

Comment options

You must be logged in to vote
2 replies
@vikram-umachagi
Comment options

@vikram-umachagi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sm-shaw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants