Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: shared server or dedicated server -- How to find ?
Thanx a lot Tanel.
let me read some more docs.
Regards,
Jp.
02-12-2003 18:59:25, "Tanel Poder" <tanel.poder.003_at_mail.ee> wrote:
>Don't worry about dispacther's address, they ought to be running on
>different ports than listener anyway.
>Don't use lsnrctl status for checkin services, lsnrctl services is for that.
>
>Yes, in Oracle you can directly connect to your dispatcher as well if you
>want to (some people have resolved firewall port issues that way, by setting
>dispacther to run on specific port).
>But generally you should use listener to connect. Listener acts just like a
>middle-man when estabilishing connection. When a new connection is made to
>listener and service "orcl" is requested for example, then listener checks
>whether it has a service "orcl" configured in it's confifguration
>(listener.ora) or has anyone registered this kind of service with it. If it
>finds the service, it also knows on which ports are the dispatchers or with
>which SID should it spawn a new server process.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Prem Khanna J INET: jprem_at_kssnet.co.jp Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Dec 02 2003 - 05:39:25 CST