![]() |
|
SQL ScriptObjects in DB Cache |
|
List of what objects are current in the DB Cache
REM Copyright (C) Think Forward.com 1998- 2005. All rights reserved.
set serverout on size 1000000 set verify off col object_name form a30 break on report compute sum of count(*) on report spool bufferobj.lst SELECT o.object_name, o.object_type, count(*) FROM dba_objects o,sys.x$bh x WHERE x.obj=o.object_id AND o.owner<>'SYS' GROUP BY o.object_name, o.object_type ORDER BY count(*); spool off
Oracle 10g: (SQL Script) DB Block Buffer
Return to Index of SQL Scripts
General Information :
Home | Company Profile
| Contact Us | Legal
Database Support :
Proactive Support
|
Pay Per Incident Support
Expert Services :
High Availability
|
Creative Solutions
|
Training
Build Services :
Oracle Installations
|
Revive your Oracle Setup
|
Low Cost Development
Free Oracle Resources:
DBA Scripts
|
Oracle Links