Linux中結束oracle 進程

來源:互聯網
上載者:User

查看所有oracle進程的PID:

#ps -ef|grep ora

 [oracle@db ~]$ ps -ef|grep ora
root     23544 23514  0 11:25 pts/3    00:00:00 su - oracle
oracle   23545 23544  0 11:25 pts/3    00:00:00 -bash
oracle   23589     1  0 11:33 ?        00:00:02 /DBSoftware/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
oracle   26793     1  0 11:35 ?        00:00:00 ora_pmon_PORTAL
oracle   26795     1  0 11:35 ?        00:00:00 ora_psp0_PORTAL
oracle   26797     1  0 11:35 ?        00:00:00 ora_mman_PORTAL
oracle   26801     1  0 11:35 ?        00:00:00 ora_dbw0_PORTAL
oracle   26803     1  0 11:35 ?        00:00:00 ora_lgwr_PORTAL
oracle   26805     1  0 11:35 ?        00:00:00 ora_ckpt_PORTAL
oracle   26807     1  0 11:35 ?        00:00:00 ora_smon_PORTAL
oracle   26809     1  0 11:35 ?        00:00:00 ora_reco_PORTAL
oracle   26811     1  0 11:35 ?        00:00:00 ora_cjq0_PORTAL
oracle   26813     1  0 11:35 ?        00:00:03 ora_mmon_PORTAL
oracle   26815     1  0 11:35 ?        00:00:00 ora_mmnl_PORTAL

 

例如紅色標明這兩個就表示該進程的進程ID(PID)

 

結束進程 kill -9 PID

例如:kill -9 26807

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.