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

Posted in Uncategorized | Tagged , , | Leave a comment