...
If you are using Oracle on a different host:
Edit
oracle_db.sql
line 12 13 and changeconnect em/em
; toconnect em/[email protected]<host>:<port>/<sid>;
From the command line, run
sqlplus <user>/<pass>@<host>:<port>/<sid> < oracle_db.sql
...
If you are using Oracle on a different host:
Edit oracle_db.sql
line 12 13 and change connect em/em
; to
connect em/[email protected]<host>:<port>/<sid>;
From the command line, run
sqlplus <user>/<pass>@<host>:<port>/<sid> < oracle_db.sql