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: two listeners help

Re: two listeners help

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Fri, 17 Nov 2000 20:22:56 GMT
Message-ID: <3a1592c7.1399059911@news.earthlink.net>

in $ORACLE_HOME/network/admin
copy the listener.ora from 7 version
vi listener.ora (in 8 home)

:1,$ s/LISTENER/NEW_LISTENER/g
:1,$ s/1521/1526/g
:wq

lsnrctl start new_listener

U can also make the same listener listen to multiple dbs:

On Fri, 17 Nov 2000 11:14:45 -0500, "Steve" <schen_at_prodigy.net> wrote:

>Hi,
>
>On Unix platform, I have installed an V8.0.6 db and would like to have it
>co-existing with production V7.3.2 before finally switched over. V7.3.2
>use port 1521 for listener. I would like to have two listeners co-exist
>in order not to have conflict. V8 db uses "oracle8" while V7 use "oracle"
>as owner. I would have 1526 as V8 listener.
>
>So how to implement it? Do anyone think I should change tnslsnr name in
>order not to confuse the system? By the way, multiple listeners is
>supported, then would that mean you need multiple ports launched by one
>listener only, or need multiple listeners, such as multiple tnslsnr files
>(both db do have its tnslsnr file with diff size)?
>
>I would like comment before I crash my system.
>
>All helps are very appreciated.
>
>Steve
>
>



In case I forgot to mention:
We use Oracle 7.3.4 and 8.1.6 on Solaris 2.6, 2.7 boxes
Andrey Dmitriev	 eFax: (978) 383-5892  Daytime: (917) 750-3630
AOL: NetComrade	 ICQ: 11340726 remove NSPAM to email
Received on Fri Nov 17 2000 - 14:22:56 CST

Original text of this message

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