Another useful piece of code that accesses data from the AWR
Will show the growth of that object over the past month (or however much data is retained in your AWR)
select *
from table(dbms_space.object_growth_trend('CURVE_DATA_STORE',
'BINARY_BUCKET',
'TABLE'));
Comments
Post a Comment