Oracleデータベースとデータベースのリスニング開始ステータスの表示


   1、       :
   SQL>select status from v$instance;
   2、         :
   C:/Documents and Settings/skate_db>lsnrctl status
   1、           :
   oracle.orca@/export/home/oracle > sqlplus / as sysdba
   
   SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 24 10:40:38 2015
   
   Copyright (c) 1982, 2009, Oracle.  All rights reserved.
   
   
   Connected to:
   Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
   With the Partitioning, OLAP, Data Mining and Real Application Testing options
   
   SQL> select status from v$instance;
   
   STATUS
   ------------
   OPEN
   2、           :
   C:/Documents and Settings/skate_db>lsnrctl status
   LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 19-7  -2008
   12:1
   1:19
   Copyright (c) 1991, 2005, Oracle. All rights reserved.
         (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
   LISTENER  
   STATUS
   ------------------------
     
   LISTENER
     
   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 -
   Produ
   ction
       
   19-7  -2008
   11:47:59
         
   0   0    23   19 
       
   off
      
   ON: Password or Local OS
   Authentication
   SNMP
   OFF
           
   E:/oracle/product/10.2.0/db_3/network/admin/listener.ora
           
   E:/oracle/product/10.2.0/db_3/network/log/listener.log
         ...
   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=//./pipe/EXTPROC1ipc)))
   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=skate)(PORT=1522)))
       ..
     
   "PLSExtProc"    1    。
      "PLSExtProc",    UNKNOWN,        1      ...
     
   "orcl"    1    。
      "orcl",    READY,        1      ...
      "orclXDB"    1   。
      "orcl",    READY,        1      ...
      "orcl_XPT"    1    。
     
   "orcl",    READY,        1      ...
         
   2、           :
   oracle.orca@/export/home/oracle > lsnrctl status 
   
   LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 24-AUG-2015 10:49:42
   
   Copyright (c) 1991, 2009, Oracle.  All rights reserved.
   
   Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
   STATUS of the LISTENER
   ------------------------
   Alias                     LISTENER
   Version                   TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
   Start Date                24-AUG-2015 10:34:13
   Uptime                    0 days 0 hr. 15 min. 28 sec
   Trace Level               off
   Security                  ON: Local OS Authentication
   SNMP                      OFF
   Listener Log File         /u01/app/oracle/diag/tnslsnr/T5120/listener/alert/log.xml
   Listening Endpoints Summary...
     (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=T5120)(PORT=1521)))
   Services Summary...
   Service "orca" has 1 instance(s).
     Instance "orca", status READY, has 1 handler(s) for this service...
   Service "orcaXDB" has 1 instance(s).
     Instance "orca", status READY, has 1 handler(s) for this service...
   The command completed successfully