"237 object(s) are invalid in the PUBLIC schema."
If you check the MGMT$ views on the sysman schema, you get all the necessary information. After this post:
http://pinelasgarden.blogspot.co.uk/2012/06/grid-control-target-databases-size.html
I leave you with the following query (the message_params field has the varying info).
select target_name, message_params,message
from MGMT$ALERT_CURRENT
where target_type='oracle_database'
and metric_name='invalid_objects'
order by to_number(substr(message_params,1,instr(message_params,'&')-1)) desc;
Sem comentários:
Enviar um comentário