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

Thread: buffer cache

  1. #1
    Join Date
    Nov 2000
    Posts
    440
    How can i know wich tables are in the buffer cache?

    How can i know how many block that those tables occupy in the buffer cache?

    If a do the following: alter a table 'table_name' cache;

    Will it get out of the buffer cache if the database needs the space for other objects?

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    1. select table_name from dba_tables where cache='Y'
    2. the size of the table
    3. AFAIK no. Maybe the buffer hit ratio will decrease. Confirm this.

  3. #3
    Join Date
    Mar 2000
    Location
    Chennai.Tamilnadu.India.
    Posts
    658

    v$cache:OPS

    Hi, 24th April 2001 21:56 hrs chennai

    No for your 3 Question.According to the

    cache_size_threshold parameter mentioned in the init.ora the number of blocks will be held in buffer cache.

    Execute the script catparr.sql to create the table v$cache to query.

    I think this is used for OPServer also i am not sure still this is supported 8.1.6 above

    Cheers

    Padmam


    Attitude:Attack every problem with enthusiasam ...as if your survival depends upon it

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