DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Monitoring

  1. #1
    Join Date
    Sep 2003
    Posts
    19

    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

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938

    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

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    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
  •  


Click Here to Expand Forum to Full Width