Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: listener on two databases stopped working! now says can't find object or host!
From command line
at leaset do the following:
Assume KSH
export ORACLE_HOME=oracle home
export ORACLE_SID=yoursid
export PATH=$PATH:$ORACLE_HOME/bin
Make sure the listener.ora file exists
in $ORACLE_HOME/network/admin directory
Then
lsnrctl start
lsnrctl status
Staus should show the list of
databases that the listener is listening to,
if everything goes OK.
If there are any erros, check the log files under $ORACLE_HOME/network/log
One more thing:
It's better to run only one listener under
8.0.5 for both databases ( 7.3.4 and 8.0.5 )
Regards
Willy
Received on Wed Feb 14 2001 - 21:38:52 CST
![]() |
![]() |