select target_name, max(rollup_timestamp) from mgmt$metric_daily where target_TYPE='rac_database' and METRIC_NAME='DATABASE_SIZE' and column_label like 'Used%' group by target_name;
select target_name, max(rollup_timestamp) from mgmt$metric_daily where target_TYPE='rac_database' and METRIC_NAME='DATABASE_SIZE' and column_label like 'Used%' group by target_name;