Differences between revisions 3 and 4
Revision 3 as of 2016-03-17 03:49:40
Size: 1034
Editor: localhost
Comment:
Revision 4 as of 2016-03-17 03:50:08
Size: 1069
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
== 172.16. == 172.16.34.145 not open ==
Line 9: Line 9:
{{{
Line 24: Line 25:
       }}}

中烟巡检

  1. 整理数据库登录信息(IP记录、用户名密码等)

172.16.34.145 not open

SQL> set lines 200;

column HOST format a7;
SELECT     inst_id,
           instance_number inst_no,
           instance_name inst_name,
           parallel,
           status,
           database_status db_status,
           active_state state,
           host_name host
FROM       gv$instance
ORDER BY   inst_id;SQL> SQL>   2    3    4    5    6    7    8    9   10  

   INST_ID    INST_NO Instance     PARALLEL  STATUS                               DB_STATUS                                           STATE                       Host
---------- ---------- ------------ --------- ------------------------------------ --------------------------------------------------- --------------------------- -------
         1          1 BID          NO        STARTED                              ACTIVE                                              NORMAL                      ZYBDEV

==

首頁/2016-03-17 (last edited 2016-03-17 07:01:13 by localhost)