Create 38_dictionary_stats.sql
This commit is contained in:
10
sql/38_dictionary_stats.sql
Normal file
10
sql/38_dictionary_stats.sql
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
prompt <h2>Dictionary Stats / Fixed Objects Stats</h2>
|
||||||
|
|
||||||
|
SELECT
|
||||||
|
to_char(max(end_time),'dd/mm/yyyy hh24:mi') latest, operation
|
||||||
|
FROM
|
||||||
|
dba_optstat_operations
|
||||||
|
WHERE
|
||||||
|
operation in ('gather_dictionary_stats', 'gather_fixed_objects_stats')
|
||||||
|
GROUP BY
|
||||||
|
operation;
|
||||||
Reference in New Issue
Block a user