I am trying to install Oracle 9 on my home mac, using
this oracle tutorial but I'm running into some problems:
- I have reached the point where I have created a .bashrc file containing the line ~/.bashrc.oracle and have at the terminal run . ~/.bashrc.oracle (without any feedback). Then they mention editing a file in the /etc/hosts, but I don't have such a library containing the lines 127.0.0.1 (plus more).
- then I've made the createDb file and entered the following commands:
shell$ chmod 755 createDb
shell$ ./createDb
No error messages appear, but the shell$ appears instantly, which leads me to believe that something is wrong.
Then when I try to run sqlplus from the terminal, I get the message: -sh: sqlplus: command not found
Anyone got an idea on what could be done?
TIA,
Peter