(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
Lots of name changes. SQL*Net became "Net8”, now "Oracle Net"
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
Handles outgoing requests
Handles incoming requests on host
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
TNYFTS01 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = DBA-09)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = tnyfts01)
)
)
See /etc/hosts for IP address
SQL> connect dave/dave@tnyfts01
Connected.
SQL>
Client can now connect
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
[oracle@dave]$ lsnrctl
LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 17-JUN-2003 20:31:36
(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL>
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 8.1.6.0.0 - Production
Start Date 23-FEB-2003 13:11:19
Uptime 114 days 6 hr. 21 min. 6 sec
Trace Level support
Security OFF
SNMP OFF
Listener Parameter File /usr2/oracle/network/admin/listener.ora
Listener Log File /usr2/oracle/network/admin/listener.log
Listener Trace File /usr2/oracle/network/trace/listener.trc
Services Summary...
PLSExtProc has 1 service handler(s)
dave has 1 service handler(s)
The command completed successfully
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
[oracle@dave]$ ps -ef |grep LIST|grep -v grep
oracle 15289 1 3 21:00 ? 00:00:00 /usr2/oracle/bin/tnslsnr LISTENER
[oracle@dave oracle]$
Case sensitive, check case on your system
[oracle@dave]$ lsnrctl
LSNRCTL> start
Starting /usr2/oracle/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 8.1.6.0.0 - Production
System parameter file is /usr2/oracle/network/admin/listener.ora
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
The command completed successfully
LSNRCTL>
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-01169: The listener has not recognized the password
LSNRCTL> set password
Password:
The command completed successfully
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
The command completed successfully
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
LISTENER =
. . .
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = angela)(PORT = 1521))
)
. . .
SID_LIST_LISTENER =
(SID_DESC =
(GLOBAL_DBNAME = dave.skillbuilders)
(ORACLE_HOME = /usr2/oracle)
(SID_NAME = dave)
)
)
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).