史蒂夫和斯凯 发表于 2018-9-26 11:40:17

Oracle 11.2 RAC中手工配置 DB Control (1)

  
$ lsnrctl status listener_scan3
  

  
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 06-JUL-2012 11:38:51
  

  
Copyright (c) 1991, 2010, Oracle.All rights reserved.
  

  
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))
  
STATUS of the LISTENER
  
------------------------
  
Alias                     LISTENER_SCAN3
  
Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
  
Start Date                05-JUL-2012 14:13:11
  
Uptime                  0 days 21 hr. 25 min. 40 sec
  
Trace Level               off
  
Security                  ON: Local OS Authentication
  
SNMP                      OFF
  
Listener Parameter File   /u01/app/11.2.0.2/grid/network/admin/listener.ora
  
Listener Log File         /u01/app/11.2.0.2/grid/log/diag/tnslsnr/indexserver1/listener_scan3/alert/log.xml
  
Listening Endpoints Summary...
  
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN3)))
  
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.86)(PORT=1521)))
  
Services Summary...
  
Service "+ASM" has 4 instance(s).
  
Instance "+ASM1", status READY, has 1 handler(s) for this service...
  
Instance "+ASM2", status READY, has 1 handler(s) for this service...
  
Instance "+ASM3", status READY, has 1 handler(s) for this service...
  
Instance "+ASM4", status READY, has 1 handler(s) for this service...
  
Service "wxxrdb" has 3 instance(s).
  
Instance "wxxrdb1", status READY, has 1 handler(s) for this service...
  
Instance "wxxrdb2", status READY, has 1 handler(s) for this service...
  
Instance "wxxrdb3", status READY, has 1 handler(s) for this service...
  
Service "wxxrdbXDB" has 3 instance(s).
  
Instance "wxxrdb1", status READY, has 1 handler(s) for this service...
  
Instance "wxxrdb2", status READY, has 1 handler(s) for this service...
  
Instance "wxxrdb3", status READY, has 1 handler(s) for this service...
  

  
The command completed successfully


页: [1]
查看完整版本: Oracle 11.2 RAC中手工配置 DB Control (1)