| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener problems
You missed some items:
Here is a working listener.ora example:
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(Host = vtw185) CHANGE TO YOUR NEEDS!!!!!
(PROTOCOL= TCP)
(Port= 1521)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = FA2) CHANGE TO YOUR NEEDS!!!!!
(SID_NAME = FA2) CHANGE TO YOUR NEEDS!!!!!
)
(SID_DESC =
(GLOBAL_DBNAME = )
(SID_NAME = )
)
)
Frans Trip
Oracle DBA
Vertis b.v.
The Netherlands
DISCLAIMER: The statements and opinions expressed here are my own and
do not necessarily represent those of Vertis b.v.
![]() |
![]() |