Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Listener problems

Re: Listener problems

From: Frans Trip <tripf_at_vertis.nl>
Date: Wed, 07 Jul 1999 09:48:36 +0200
Message-ID: <37830654.6119B7EF@vertis.nl>


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.


Received on Wed Jul 07 1999 - 02:48:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US