dbTalk Databases Forums  

Running ORACLE 8.1.7 & ORACLE 9.2 on the same UNIX server

comp.database.oracle comp.database.oracle


Discuss Running ORACLE 8.1.7 & ORACLE 9.2 on the same UNIX server in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jonathan Johnston
 
Posts: n/a

Default Running ORACLE 8.1.7 & ORACLE 9.2 on the same UNIX server - 06-08-2004 , 03:37 AM






Hi,

I have recently installed ORACLE 9.2 Database on a UNIX server (2.8)
which already has ORACLE 8.1.7. They have both a different SID and
ORACLE_BASE. However I am having to use the ORACLE 8 listener for both
ORACLE databases.

Is it possible to run separate ORACLE 8 and ORACLE 9 listeners?

Reply With Quote
  #2  
Old   
Olivier Guyot
 
Posts: n/a

Default Re: Running ORACLE 8.1.7 & ORACLE 9.2 on the same UNIX server - 06-09-2004 , 02:33 AM






Hello,

There are no difficulty to use 2 listeners on the same machine.

The point is that default listener used to listen on port 1521 (or
1526).

You will have to change your listener configuration( netasst or by
hand) in order to use a different port number, a different listener
name and communicate it to your users for their tnsnames.ora.

LSNR8I =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= TCP)(Host= machine)(Port= 1110))
)

Generally what I do is to create 1 listener per Oracle Version.

After that, for starting listeners you'll have to launch

lsnrctl start LSNR8I ou lsnrctl start LSNR9I

I am used to name listeners with different names since 8i because you
have the autoregistration stuff and with 2 listeners with the same
name, you are not sure on which the database will register (or using
le local_listener init parm).

Regs,

Olivier


jonathan.johnston (AT) bt (DOT) com (Jonathan Johnston) wrote in message news:<5e07fa5.0406080037.67d595a9 (AT) posting (DOT) google.com>...
Quote:
Hi,

I have recently installed ORACLE 9.2 Database on a UNIX server (2.8)
which already has ORACLE 8.1.7. They have both a different SID and
ORACLE_BASE. However I am having to use the ORACLE 8 listener for both
ORACLE databases.

Is it possible to run separate ORACLE 8 and ORACLE 9 listeners?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.