To continue reading for free, register below or login
To read more you must become a member of SearchOracle.com
');
// -->

Are you using the SQL*Plus from the command line or from the GUI? From the command line you will need to use the "set" command to set the SID:
Set oracle_sid=sid_value
Then you should be able to connect.
From the GUI it should use a bequeath-type connection if that is the only database running. However, if it still won't connect, use the Net Configuration Assistant to configure a tnsnames entry for the database and then use that in the GUI.
|