Posts Tagged ‘oracle’

Oracle 9i and Jaguar

Anyone successfully install Oracle 9i Database Release 2 on Mac OS X 10.2.8 Jaguar?

Tried today at work with no success

I’m looking at:
http://otn.oracle.com/pub/articles/rohrer_macosx.html

All goes good until you run that script (createDb). Runs in .0001 sec with no output.

Apparantly the script craps out at:

  1. cat < <__EOF__ >${WORK_DIR}|>/init${ORACLE_SID}|>.ora

Source for script

Yes, the variable ORACLE_SID and is set correctly. I even used echo to make sure it is.

Any ideas?