DB2 UDB V8.x memory module
I know its kinda late since most of us would have migrated to DB2 V9.5 where the memory model is...
whats using that memory in AIX ???
In the process of tuning an application, I had to find out what was taking all those resources in the...
Mac attack on DB2…..or is it the other way around….hmm…
I am in the process of developing a small little tool for DB2 using PHP . Â IBM recently announced that...
Its an amazing amazing world !!
This is so so funny. My brother send me this and I thought its a keeper. After seeing this video…I...
DB2 Storage Trivia
Found this link when looking up storage tuning for DB2 . Thought it was pretty good : http://www.ibm.com/developerworks/data/library/techarticle/adamache/0621_adamache.html
An sql to find out how full your db2 tablespace is on UDB
You need to have the IBM stored procedure SNAP_GET_TBSP_PART select tbsp_name, ((tbsp_used_pages * 100)/tbsp_usable_pages) as percent_full from table(SNAP_GET_TBSP_PART (‘ ‘,-1))...