Category shell

Oracle Install Linux Quickstart Script

I can never remember all the stuff I have to do prior to an Oracle install…that’s the main reason for this script… [sourcecode language=”bash”] #!/bin/bash #=================================================================================== # # FILE: linux_install_quickstart # # USAGE: select an option or do all #…

Follow the alert log

[sourcecode language=”bash”] #!/bin/sh # Tail the alert log from a database # Author Matt Dee # You should have the ORACLE_BASE in your env…if not I should write an if thing… clear # Test to make sure got SID name…