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: Oracle 8 and Oracle 7.3 listeners

Re: Oracle 8 and Oracle 7.3 listeners

From: Sigrid Ehrenreich <seh_at_carus.de>
Date: Fri, 13 Aug 1999 11:55:31 +0200
Message-ID: <37B3EB93.41C6@carus.de>


Dear Fabien,
You can start more than one listener. Just name them diffently. Edit listener.ora. Replace every occurrence of the string "LISTENER" by "MY_LISTENER". Change the port on which it is listening, e.g. from 1521 to 1621. Start the new listener with: lsnrctl start MY_LISTENER.

Yours
Sigrid Ehrenreich
seh_at_carus.de

Fabien Pizzocaro wrote:
>
> I have an Oracle 8.0.5 and a 7.3.4 installed on the same computer.
> I can launch only one listener in the same time and i need to launch Oracle
> 7 listener to access the existing databases.
> Is there a way to reach Oracle 7 existing databases with Oracle 8 listener
> so that i can install only oracle 8 clients ?
>
> Thanks.
Received on Fri Aug 13 1999 - 04:55:31 CDT

Original text of this message

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