Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What's a listner and how do I create one
Tomas Rimsten wrote:
>
> What is a listner and how do I create one ??
>
> Tomas Rimsten
> PPP
The listener is the ear of the database. When you call the database at
the start of a transaction, the listener hears the request and notifies
the PMON process, which completes the handshake, linking you directly to
the PMON process for the rest of the transaction. The listener then is
finished and starts listening for another call.
The creation of the listener is OS specific. On NT 3.51, we use the ORADIM72 command from SQLDBA to create the service and listener. The listener specifics are created within the LIstener.ora file.
This is a very high level view of a listener, but with the little information you offered, I assume that is the level you were looking for.
-- ======================================================================== \\||// "Igor, the bags." / \ []--[] "You take the blond, and I'll take the one with the turban" @ /\ @ {----} ^^ alucus_at_concentric.net ========================================================================Received on Thu May 15 1997 - 00:00:00 CDT
![]() |
![]() |