|
Yong Huang 发表于 2013-9-17 23:02 ![]()
If you have both dynamic and static registration for the same service, the dynamic one will be used. ...
oracle@linux_lbi_10:/oracle/app/product/11g/db/network/admin> lsnrctl service
LSNRCTL for Linux: Version 11.1.0.7.0 - Production on 06-JUN-2012 09:03:39
Copyright (c) 1991, 2008, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
Services Summary...
Service "ora11g" has 2 instance(s).
Instance "ora11g", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:150 refused:9088
LOCAL SERVER
Instance "ora11g", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:45670 refused:0 state:ready
LOCAL SERVER
Service "ora11gXDB" has 1 instance(s).
Instance "ora11g", status READY, has 1 handler(s) for this service...
Handler(s):
"D000" established:0 refused:0 current:0 max:1022 state:ready
DISPATCHER <machine: linux_lbi_10, pid: 17046>
(ADDRESS=(PROTOCOL=tcp)(HOST=linux_lbi_10)(PORT=60391))
Service "ora11g_XPT" has 1 instance(s).
Instance "ora11g", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:45670 refused:0 state:ready
LOCAL SERVER
The command completed successfully
客户端有近100个session在连接。
SQL> select count(1) from v$session t where t.USERNAME is not null;
COUNT(1)
----------
99
---------------------------------
怎么解释上面那些监听信息?
难道这99个session都是通过动态监听来连接的? |
|