473,386 Members | 1,609 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,386 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 8987
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.