|
Try using the START-run option to use the cmd command to get to the command line. At the command line execute the lsnrctl status command. Also try the lsnrctl stop and the lsnrctl start commands.
If you can get the listener up, then use the "set" command to set the oracle_sid variable to your database sid. Once the sid is set, use the commands:
Sqlplus /nolog
Connect / as sysdba
Startup
|