Re: CDB Monitoring

  • From: Nenad Noveljic <nenad.noveljic@xxxxxxxxx>
  • To: post.ethan@xxxxxxxxx
  • Date: Fri, 12 Jan 2024 08:08:00 +0100

Lots of sysmetrics are only accessible within CDB:

select count(*) from ( select metric_name from v$sysmetric minus select
metric_name from v$con_sysmetric );

  COUNT(*)
----------
       110

Best regards,
Nenad

On Thu, Jan 11, 2024 at 10:34 PM Ethan Post <post.ethan@xxxxxxxxx> wrote:

Most of my custom monitoring operates from within each PDB. From the CDB
side I am watching tablespaces. What other things which can only be seen
from CDB are critical for monitoring? Any ideas are welcome.

Thanks

Other related posts: