Display stats for mutliple buffer
pools
rem Name: bufpool.sql
rem Purpose: Display stats for
mutliple buffer pools
rem Usage: @bufpool
rem Subject: instance
rem Attrib: sql dba v80
rem SeeAlso: @sga
@setup
column id format 90
column lo_setid format 9990 heading
"LOID"
column hi_setid format 9990 heading
"HIID"
column set_count format 990 heading
"SETCNT"
select
id
,name
,lo_setid
,hi_setid
,set_count
,buffers
,lo_bnum
,hi_bnum
from v$buffer_pool
;
@setdefs
Have a Oracle Question
Do
you have an Oracle Question?
Oracle Books
Oracle Certification,
Database Administration, SQL, Application, Programming Reference Books
Oracle Application
Oracle
Application Hints and Tips
Oracle Home
Oracle
Database, SQL, Application, Programming Tips
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
All product names are trademarks of their respective
companies.
The site www.erpgreat.com is not affiliated with or endorsed
by any company listed at this site.
Every effort is made to ensure the content integrity.
Information used on this site is at your own risk.
The content on this site may not be reproduced
or redistributed without the express written permission of
www.erpgreat.com or the content authors.
|