Adding Colour to Solaris 10
I have spent hours trolling the net looking for a definitive guide on how to make colours (color if you are from the US) work in Solaris 10. By default colour isn’t enabled but once you know how it is...
View ArticleCheck Node Manager Script
Hi Again, I just knocked up this nodemanager check script that you can run as a cron job making sure the Weblogic Java NodeManager is running and if not email you. See below for the script. #!/bin/ksh...
View ArticleDAC automationUtils.sh Script
Hi Again, Today I noticed that DAC doesn’t have a method to export DAC repository meta data using the Linux/Unix Shell. DAC is a windows tool that can also run on Linux. Unfortunately for us Linux...
View ArticleA better Oracle DAC startserver.sh
Just want to share my Oracle DAC 10g startserver.sh. startserver.sh is already provides as part of the DAC 10g install. I have added a couple of extra java parameters to allow a larger heap size and...
View ArticleWeekly Script #1 – ssh_key_scp.sh
Since I dont post on here to often I will try and post a weekly script that I find useful day-to-day. First up is a short simple script to scp your private key to a defined server. Usage is pretty...
View ArticleWeekly script #2 pid_from_sid.sql
A fairly easy script today that isn’t really hard to work out for yourself but I find it useful to have this script kicking around for when you find high resource using Oracle server process and you...
View ArticleWeekly script #3 unix_usr.sql
I use this one all the time. You have a high usage unix PID that is an Oracle Process. The script will take your defined pid and lookup the relating SQL and database user details to help you figure out...
View Article