Yet Another Oracle Init Script

I’ve used this script a bunch in the past for instance startup and when I’m only dealing with 1 ORACLE_HOME. This new init script uses UNIX cat and cut to parse the /etc/oratab (linux only) to set the ORACLE_SID &…

Get IP Address with VBoxManage

Thought I’d share this little VBox hack… If you’ve ever started a VirtualBox image and quickly needed to figure out the IP address of the image issue this command: vboxmanage (or VBoxManage) is located in /usr/bin on *nix systems and…

Some 12c Multitenant commands

Here are some useful commands I use when working with the new 12c Multitenant option. Open ALL Pluggable Databases (PDBs): As sysdba Switch to a PDB: Switch back the ROOT Container (CDB$ROOT): Connecting to a Specific PDB with a Specific…

Toggle Function Keys — Mac OSX

I use a MacBook (shocker…) and I really use it for like programming and stuff. Given that sometimes I need to toggle the function keys on my keyboard from the nifty volume controls or keyboard lighting to something a tad…