Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: listener on two databases stopped working! now says can't find object or host!

Re: listener on two databases stopped working! now says can't find object or host!

From: Uchakra <uchakra_at_aol.com>
Date: 15 Feb 2001 03:38:52 GMT
Message-ID: <20010214223852.16138.00000994@ng-cu1.aol.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US