Bio
I plan and deliver strategic business initiatives for large organizations. I often leverage technology to do so. I thrive in roles where multiple parties’ interests must be balanced to ensure a successful outcome. I take a values-based and ethical approach to my work, taking into consideration the well-being and success of my clients, staff, employers, family, and the community in which I live.
Tags
Resources
Tag Archives: oracle
Oracle Database Create Script, In Ruby
You can find this script anywhere written in bash. I decided to bang one out in Ruby. Most importantly, it’ll show a way to invoke sqlplus and pass in SQL as an argument. sid.conf ############################################################################################### $oracle_version="11.1.0" $sid="orcl" $oracle_base="/oracle/apps/oracle/oracle" … Continue reading