Re: SQL*NET questions
Date: 20 Jul 1994 18:34:02 GMT
Message-ID: <30jqmq$4bm_at_dcsun4.us.oracle.com>
Semyon Basin (sb63_at_ciao.cc.columbia.edu) wrote:
> Hi, Netters!
> I am an INGRES DBA for our site.
> For some unknown reason i was asked to perform an ORACLE installation.
> It went smoothly though.
> I just can not understand how SQL*NET works.
> The questions are:
> 1. What starts it?
"lsnrctl start"
> 2. How can i verify if it's running?
"lsnrctl status"
> 3. How can i stop it?
"lsnrctl stop"
> 4. Are there any background processes associated with it?
yes...one.
> 5. What are their names?
tnslsnr
This all pertains to the "listener" component of SQL*Net V2, which is responsible for inbound sessions. If your system is running client programs only (no RDBMS or gateways) then you shouldn't need the listener.
There are password facilities in lsnrctl. Depending on how you have configured things you may need to run lsnrctl interactively and provide a password before doing "start", "stop" etc. To run it interactively just type "lsnrctl". There is a brief builtin help.
/b
Bill Manry
Oracle Corp. / Mainframe & Integration Technologies / BManry_at_us.oracle.com #include <disclaimer.usual> Received on Wed Jul 20 1994 - 20:34:02 CEST
