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

Thread: sample_io (catio.sql) question

Threaded View

  1. #1
    Join Date
    Oct 2002
    Location
    Breda, The Netherlands
    Posts
    317

    sample_io (catio.sql) question

    Hi guys,

    I'm trying to get some info on the IO per object, so I installed catio.sql.
    Next I ran "exec sample_io(5,60);" a few times at busy and not-so-busy moments. But when I look at the result-view "IO_PER_OBJECT", I always get the same result:
    Code:
    SQL> select * from sys.io_per_object;
    
    NAME             PARTITION_NAME  KIND             IO_TYPE              BLOCKS_READ
    ---------------- --------------- ---------------- -------------------- -----------
    C_TS#                            CLUSTER          sequential                     1
    Database: 8.1.7.0.0 on Wi(n)dows 2000 Adv.Server
    Buffer cache:
    Code:
    SQL> select * from vw_ideal_buffer_cache ;
    
    DATE     BUFFER_POOL        CURRENT      IDEAL
    -------- --------------- ---------- ----------
    ...
    13-04-04 DEFAULT               8192       7256
    I think I'm following the correct procedure... How must I interpret this info?

    I hope someone can help me...
    Last edited by efrijters; 04-13-2004 at 10:19 AM.
    An expert is one who knows more and more about less and less until he knows absolutely everything about nothing.

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