I have added it below for convenience:
>sqlplus /nolog
>connect /as sysdba
>startup
Then at the command prompt:
>lsnrctl start
That should get the DB up and running.
To make sure that your TNS is working from the machine that you want to establish connection, type the following:
>tnsping
it should return OK.
$ORACLE_HOME/network/admin/tnsnames.ora
No comments:
Post a Comment