Find an Ultrasound school
Saturday, December 29, 2007
Friday, December 28, 2007
Oracle Cache Contents
select
kcbwbpd.bp_name,
o.name,
count(*) BLOCKS
from sys.x$kcbwds kcbwds,
sys.x$kcbwbpd kcbwbpd,
sys.x$bh bh,
sys.obj$ o
where kcbwds.set_id >= kcbwbpd.bp_lo_sid
and kcbwds.set_id <= kcbwbpd.bp_hi_sid
and kcbwbpd.bp_size != 0
and o.dataobj# = bh.obj
and bh.state !=0
and o.owner# !=0
group by kcbwbpd.bp_name, o.name
order by kcbwbpd.bp_name, blocks desc, o.name
For my First Post, A little about Myself
I am an Oracle DBA. The official title is senior Oracle DBA. I work in the greater
After some time in the Army, as an Armor Platoon leader and some time in the S4 shop, I went to work for a defense contractor at
After working for the Defense contractor for 2 years, I went to work for CERNER. I was there for 10 years. That was a highly enjoyable job. My job title there was CCL User Analyst. CCL was the CERNER database language, written originally to put a relational view on COBOL files. In the 10 years I was there, I helped (along with a lot of other good people) CERNER go from a character cell, dumb terminal based system to client server and Oracle. (Version 6 something at first). CERNER was able to modify their database language (CCL) to be used against Oracle and SQL Server, which really cut down on their software development time. CERNER was based on DEC Vax, and later DEC Alpha hardware. By the way, DEC had clustered software working perfectly 10 years ago. I still can’t figure out why it has taken this long for it to move into the computing mainstream.
From CERNER I went to work for Birch Telecom for a year, then NAIC (National Association of Insurance Commissioners) for 6 years. After NAIC, I went to my current position. If you can't tell from the timeframe in my posts, I have been working in the database world in one capacity or another since 1987, so I feel like I have a pretty good feel for what goes on in the DBA world.