I have a monitoring application that is executing select count(*) from sys.dba_extents for an Oracle database with over 15 TB of data and this is taking 20 minutes and as a result is affecting the overall monitoring application's performance.
The goal is to get the total number of extents. Does anyone have a more efficient way of getting this value?
Thanks
The goal is to get the total number of extents. Does anyone have a more efficient way of getting this value?
Thanks