Using DBMS_REDEFINITION

Database design is hard…seriously… If you need to modify a table after you’ve rolled it into production DBMS_REDEFINITION can really save you! Here’s a little example that shows taking a non-partitioned table and adding interval partitioning to it. Enjoy!

New and Improved(?) Oracle Init Script

Howdy y’all! I decided to add some additional features to my Oracle Init script. In this version I added Database Backup and Archive Log delete with RMAN as well as show status. Oh…and I included start/stop for Oracle Rest Data…

Fun with Virtual Private Database

Virtual Private Database or VPD is one of those cool Oracle Database features that scare some folks because they think it’s SUPER HARD to setup and use. This little bit of demo code hopefully will dispel that … ENJOY! Create…

VBoxManage & EULAs

Howdy y’all! If you ever need to import a VirtualBox image from the command line using vboxmanage and the image has a EULA that must be agreed to here’s the command: You DON’T need the switch just the . I…