-
Monitoring
Hi,
How to enable monitoring on
1.Usage of Indexes in teh database
2.Full Table Scans taking place in teh database.
Thanks
Preeti
-
Re: Monitoring
Originally posted by preetikate
Hi,
How to enable monitoring on
1.Usage of Indexes in teh database
2.Full Table Scans taking place in teh database.
Thanks
1. For all indexes run alter index index_name monitoring usage;
Then build some PL/SQL procedure that will check v$object_usage and insert the information in a table.
2. Use STASPACK or what actually you would like to know: how amny FTSs you have per day :-) how many tables have been fully scaned? What?
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g,12c
email: ocp_9i@yahoo.com
-
look v$sql_plan if you wanna see what queries are full scanning the tables, if you are working with 9i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|