Hide or Show OSX Desktop Icons

I do A LOT of presentations and I have an absolute MESS on my desktop (…who doesn’t…). I use this command in Terminal to hide my shame: And here’s the command to show the mess again: If you don’t want…

Easy External Table Creation

I just read this in this month’s Ask Tom article in Oracle Magazine. I didn’t know you could do this with SQL*Loader and I thought I’d share. For those who don’t know what SQL*Loader is, it was a utility that…

Copy files out of ASM

Here’s little script to help copy a file out of ASM..enjoy ——————————————————————————

Edition Based Redefinition Demo

I’m a big fan of Edition-Based Redefinition that was introduced in Oracle Database 11gR2. Edition-based redefinition enables you to upgrade the database component of an application while it is in use, thereby minimizing or eliminating down time. Here’s a little…

Better Lockdown Script

So I was thinking about the lockdown script I wrote yesterday and noticed an attack vector. I only created the variable for RANDPWD once…so…if an attacker knew the variable they could comprise the system…in theory…but hey…it was worth rewriting…