Does anyone have experience with setting up monitoring on a database, and any possible performances hits taken because of this.
I'm looking at setting up dbms_stats and see that its possible to gather only stale stats, but this requires monitoring to be set up for the dba_tab_modifications table/view. Is the performance hit of maintaining these stats any higher than negligible?
Also I'm checking into index usage with the view to drop ones not used. Was thinking of going about it with the alter index monitoring command. Does this cause any performance hits at all?
I'm shy of running this in production without any information as its a high volume/critical application.
Thanks for any replies.
I'm looking at setting up dbms_stats and see that its possible to gather only stale stats, but this requires monitoring to be set up for the dba_tab_modifications table/view. Is the performance hit of maintaining these stats any higher than negligible?
Also I'm checking into index usage with the view to drop ones not used. Was thinking of going about it with the alter index monitoring command. Does this cause any performance hits at all?
I'm shy of running this in production without any information as its a high volume/critical application.
Thanks for any replies.