-
We are in the process of installing and configuring Remedy HelpDesk application using Oracle 7.3.4.0.1 (I think). We rebooted our Solaris box this morning and are now getting a "could not connect to listener" failure on startup of Oracle. What is wrong?
Thanks,
Otto
-
It is quite likely that the listener is not set to start up when the system is restarted. Try starting the listener by connecting to the server as the Oracle user and issuing the command
lsnrctl start
(You can check the status of the listener with lsnrctl stat, and stop it with lsnrctl stop)
HTH
David.