473,399 Members | 3,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Listener Configuration in Oracle 9i

Hello,

Can anyone help me with configuring listener of Oracle 9i DB in Red
Hat Linux 9.I have installed 2 database in a single system.

I am using the default port of 1521 for 1 listener and 1 database
working properly.I have created the second database, should i give the
same port no: to the 2nd listener?????

What should I add in Other services section of Net Manager??

pls help
with Thanx
Cherrish Vaidiyan
Jul 19 '05 #1
1 8988
Cherrish Vaidiyan wrote:
Hello,

Can anyone help me with configuring listener of Oracle 9i DB in Red
Hat Linux 9.I have installed 2 database in a single system.

I am using the default port of 1521 for 1 listener and 1 database
working properly.I have created the second database, should i give the
same port no: to the 2nd listener?????

What should I add in Other services section of Net Manager??

pls help
with Thanx
Cherrish Vaidiyan


Yes.
This part only comes once, unless you want multiple ports:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = csdb01.cs.nl)(PORT = 1521))
)
)
)
Replace csdb01.cs.nl with your server name.
This part knows multiple entries:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /opt/oracle/920)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = o920)
(ORACLE_HOME = /opt/oracle/920)
(GLOBAL_DBNAME=o920.csdb01.cs.nl)
)
)
You may repeat the SID_DESC part for all SID's, e.g.:
(SID_DESC =
(SID_NAME = o920)
(ORACLE_HOME = /opt/oracle/920)
(GLOBAL_DBNAME=o920.csdb01.cs.nl)
)
(SID_DESC =
(SID_NAME = o817)
(ORACLE_HOME = /opt/oracle/817)
(GLOBAL_DBNAME=o817.csdb01.cs.nl)
)
etc.
Make sure you leave (at least one) space at the beginning of the
lines - only the 1 line (SID_LIST_LISTENER =) may start on pos 1.
--
Regards, Frank van Bortel

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Park Yeon Jo | last post by:
About Error : ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor I installed Oracle 8.1.7 on Windows XP Professional. and I wanto connect to that server...
2
by: Cherrish Vaidiyan | last post by:
Hello all, A warm Xmas greetings to all. I have a small problem with starting up the database. Here my strategy. I have installed Oracle 9i R 2 on Red Hat 9. i created two database on this...
1
by: Cherrish Vaidiyan | last post by:
sir, I have a small error in Listener configuration.I have two system with a database in each. I am using Red Hat 9 and Oracle 9i. so i shall anme the database and system. system 1 - node2 ...
5
by: Axel Dachtler | last post by:
Hi, I have a listener problem. The listener cannot read SERVICE_NAME in TNS-Descriptor. The service-name I specified in Oracle Net Manager for this database is testdb as well. ...
0
by: kalpanaanand | last post by:
I am new to Oracle 9i client. i tried to log in but i am getting this error. this is my listenerfile # LISTENER.ORA Network Configuration File: C:\ProgramFiles\oracle\NETWORK\ADMIN\listener.ora #...
2
by: Flook M | last post by:
I am a tester and have to regularly uninstall software and reinstall it. unfortunately Oracle does not seem to be designed to do this. I have used the uninstall facility but this does not put the...
5
by: mivey4 | last post by:
Hi, First off, I am aware that this is a very heavily documented error and I have done my homework for throughly researching probable causes before deciding to post my problem here. At this point,...
1
by: michael ngong | last post by:
michael.john@gmx.at (Michael John) wrote in message news:<90cc4edd.0306230900.28075193@posting.google.com>... MIchael I you stated the OS and platform that could make it easier to address your...
1
by: Cherrish Vaidiyan | last post by:
Hello, Can anyone help me with configuring listener of Oracle 9i DB in Red Hat Linux 9.I have installed 2 database in a single system. I am using the default port of 1521 for 1 listener and 1...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.