Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are using Oracle on a different host:

  1.  Edit oracle_db.sql line 12 13 and change connect em/em; to 

    connect em/em@<host>:<port>/<sid>;
  2. From the command line, run

    sqlplus <user>/<pass>@<host>:<port>/<sid> < oracle_db.sql