listener question
- From: pellicleundies@xxxxxxxxxxx (obakesan)
- Date: Tue, 29 Jul 2008 14:02:11 GMT
Hi
when I start my listener I get the following appear on the screen
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
however in my tnsnames.ora file and my listner.ora files I have a different
host
tnsnames.ora:
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.koti)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
and listener.ora:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.koti)(PORT = 1521))
)
)
is this just a text file that can be edited or have I made some errors?
thanks
See Ya
(when bandwidth gets better ;-)
Chris Eastwood
Photographer, Programmer Motorcyclist and dingbat
blog: http://cjeastwd.blogspot.com/
please remove undies for reply
.
- Follow-Ups:
- Re: listener question
- From: bdbafh
- Re: listener question
- Prev by Date: how much swap for 10g on a 4Gb RAM system?
- Next by Date: Re: Moving/compressing *.trc files.
- Previous by thread: how much swap for 10g on a 4Gb RAM system?
- Next by thread: Re: listener question
- Index(es):
Relevant Pages
|