Skip to content
  • About Me
  • Solutions
    • Existing Client Login
    • New customer signup
  • About Me
  • Solutions
    • Existing Client Login
    • New customer signup
techs@work informing technology....
techs@work informing technology....
  • Home
  • About Me
db2

SQL805N on NULLID.SYS* package

rpillaiFeb 24, 2009Jan 7, 2016
All applications are not perfect. There might be instances where applications do not close their cursors after they are done...
Read More
Misc

An sql to find out how full your db2 tablespace is on UDB

rpillaiFeb 20, 2009Jan 7, 2016
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))...
Read More
Apple

Installing Bootcamp on a mac

rpillaiFeb 18, 2009Jan 7, 2016
A freind of mine the other day asked me how I installed boot camp on my mac. Although you can...
Read More
Apple

blocking a website on a mac

rpillaiFeb 17, 2009Jan 7, 2016
I found an easy way to block a website : 1. open spotlight and search for Terminal 2. Open terminal...
Read More
db2

Dynamically generate reorg script

rpillaiFeb 17, 2009Jan 7, 2016
Creating appropriate reorg script for UDB can be challenging. A little research made me right this sql that will generate...
Read More
db2

Shell script to automate runstats in db2

rpillaiFeb 15, 2009Jan 7, 2016
had some free time today, so wrote a small script that will automatically create a runstats script for all the...
Read More
29303132
Copyright © 2025 - Kenta Groovy Blog By WP Moose
We use cookies to improve your experience on our website