透過 srvctl來管理單例項11g資料庫
環境為clusterware +oracle 11.2.0.1.0
[oracle@localhost ~]$ srvctl config database
ORCL
顯示 資料庫的配置
[oracle@localhost ~]$ srvctl config database -d orcl
資料庫唯一名稱: ORCL
資料庫名: ORCL
Oracle 主目錄: /u01/app/oracle/product/11.2.0/dbhome_1
Oracle 使用者: grid
Spfile: +DATA/ORCL/spfileORCL.ora
域:
啟動選項: open
停止選項: immediate
資料庫角色: PRIMARY
管理策略: AUTOMATIC
磁碟組: DATA,FRA
服務:
顯示 ASM 例項的配置
[oracle@localhost ~]$ srvctl config asm
ASM 主目錄: /u01/app/grid/product/11.2.0/grid
ASM 監聽程式: LISTENER
Spfile: +DATA/asm/asmparameterfile/registry.253.803427691
ASM 磁碟組搜尋字串:
檢視監聽狀態
[oracle@localhost ~]$ srvctl status listener
監聽程式 LISTENER 已啟用
監聽程式 LISTENER 正在節點上執行: localhost
檢視資料庫狀態
[oracle@localhost ~]$ srvctl status database -d orcl
資料庫正在執行。
資料庫例項的啟動和關閉
[oracle@localhost ~]$ ps -ef|grep ora_
oracle 3741 1 0 22:27 ? 00:00:00 ora_pmon_ORCL
oracle 3743 1 0 22:27 ? 00:00:00 ora_vktm_ORCL
oracle 3747 1 0 22:27 ? 00:00:00 ora_gen0_ORCL
oracle 3749 1 0 22:27 ? 00:00:00 ora_diag_ORCL
oracle 3751 1 0 22:27 ? 00:00:00 ora_dbrm_ORCL
oracle 3753 1 0 22:27 ? 00:00:00 ora_psp0_ORCL
oracle 3755 1 0 22:27 ? 00:00:00 ora_dia0_ORCL
oracle 3757 1 0 22:27 ? 00:00:00 ora_mman_ORCL
oracle 3759 1 0 22:27 ? 00:00:00 ora_dbw0_ORCL
oracle 3761 1 0 22:27 ? 00:00:00 ora_lgwr_ORCL
oracle 3763 1 0 22:27 ? 00:00:00 ora_ckpt_ORCL
oracle 3765 1 0 22:27 ? 00:00:00 ora_smon_ORCL
oracle 3767 1 0 22:27 ? 00:00:00 ora_reco_ORCL
oracle 3769 1 0 22:27 ? 00:00:00 ora_rbal_ORCL
oracle 3771 1 0 22:27 ? 00:00:00 ora_asmb_ORCL
oracle 3773 1 0 22:27 ? 00:00:00 ora_mmon_ORCL
oracle 3775 1 0 22:27 ? 00:00:00 ora_mmnl_ORCL
oracle 3777 1 0 22:27 ? 00:00:00 ora_d000_ORCL
oracle 3781 1 0 22:27 ? 00:00:00 ora_s000_ORCL
oracle 3783 1 0 22:27 ? 00:00:00 ora_mark_ORCL
oracle 3847 1 0 22:28 ? 00:00:00 ora_qmnc_ORCL
oracle 3868 1 0 22:28 ? 00:00:00 ora_cjq0_ORCL
oracle 3872 1 0 22:28 ? 00:00:00 ora_q000_ORCL
oracle 3874 1 0 22:28 ? 00:00:00 ora_q001_ORCL
oracle 3876 1 0 22:28 ? 00:00:00 ora_vkrm_ORCL
oracle 3937 1 0 22:33 ? 00:00:00 ora_smco_ORCL
oracle 4119 1 0 22:43 ? 00:00:00 ora_w000_ORCL
oracle 4282 1 0 22:48 ? 00:00:00 ora_o000_ORCL
oracle 4386 1 0 22:52 ? 00:00:00 ora_j000_ORCL
oracle 4388 1 0 22:52 ? 00:00:00 ora_j001_ORCL
oracle 4390 4008 0 22:52 pts/1 00:00:00 grep ora_
[oracle@localhost ~]$ srvctl stop database -d orcl
[oracle@localhost ~]$ ps -ef|grep ora_
oracle 4425 4008 0 22:53 pts/1 00:00:00 grep ora_
[oracle@localhost ~]$ srvctl start database -d ORCL
[oracle@localhost ~]$ ps -ef|grep ora_
oracle 4673 1 0 22:54 ? 00:00:00 ora_pmon_ORCL
oracle 4675 1 0 22:54 ? 00:00:00 ora_vktm_ORCL
oracle 4679 1 0 22:54 ? 00:00:00 ora_gen0_ORCL
oracle 4681 1 0 22:54 ? 00:00:00 ora_diag_ORCL
oracle 4683 1 0 22:54 ? 00:00:00 ora_dbrm_ORCL
oracle 4685 1 0 22:54 ? 00:00:00 ora_psp0_ORCL
oracle 4687 1 0 22:54 ? 00:00:00 ora_dia0_ORCL
oracle 4689 1 0 22:54 ? 00:00:00 ora_mman_ORCL
oracle 4691 1 0 22:54 ? 00:00:00 ora_dbw0_ORCL
oracle 4693 1 0 22:54 ? 00:00:00 ora_lgwr_ORCL
oracle 4695 1 0 22:54 ? 00:00:00 ora_ckpt_ORCL
oracle 4697 1 0 22:54 ? 00:00:00 ora_smon_ORCL
oracle 4699 1 0 22:54 ? 00:00:00 ora_reco_ORCL
oracle 4701 1 0 22:54 ? 00:00:00 ora_rbal_ORCL
oracle 4703 1 0 22:54 ? 00:00:00 ora_asmb_ORCL
oracle 4705 1 1 22:54 ? 00:00:00 ora_mmon_ORCL
oracle 4707 1 0 22:54 ? 00:00:00 ora_mmnl_ORCL
oracle 4711 1 0 22:54 ? 00:00:00 ora_d000_ORCL
oracle 4713 1 0 22:54 ? 00:00:00 ora_s000_ORCL
oracle 4715 1 0 22:54 ? 00:00:00 ora_mark_ORCL
oracle 4766 1 0 22:54 ? 00:00:00 ora_o000_ORCL
oracle 4770 1 0 22:54 ? 00:00:00 ora_o001_ORCL
oracle 4774 1 0 22:54 ? 00:00:00 ora_qmnc_ORCL
oracle 4792 1 3 22:54 ? 00:00:00 ora_cjq0_ORCL
oracle 4794 1 0 22:54 ? 00:00:00 ora_vkrm_ORCL
oracle 4796 1 12 22:54 ? 00:00:00 ora_j000_ORCL
oracle 4798 1 0 22:54 ? 00:00:00 ora_j001_ORCL
oracle 4800 4008 0 22:54 pts/1 00:00:00 grep ora_
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/438414/viewspace-753446/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- 用srvctl 命令停止RAC 資料庫某個例項資料庫
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- oracle11g單例項透過命令列dbca靜默建立資料庫Oracle單例命令列資料庫
- 使用srvctl管理RAC資料庫資料庫
- 單例項資料庫工具轉化多例項資料庫單例資料庫
- 單例項資料庫手工轉化多例項資料庫單例資料庫
- 使用impdp命令在不同例項間透過dblink同步資料庫資料庫
- 4 管理資料庫例項和叢集資料庫資料庫
- RAC資料庫恢復到單例項資料庫資料庫單例
- Javaweb的例項--訂單管理系統--設計資料庫JavaWeb資料庫
- srvctl 是否能夠將RAC資料庫像單例項資料庫的方式一步一步啟動資料庫單例
- 單例項資料庫expdp遷移到RAC庫單例資料庫
- OCP課程26:管理Ⅰ之管理資料庫例項資料庫
- oracle 11g 修改資料庫名字和例項名字Oracle資料庫
- 簡單的單資料來源複製例項——流
- 透過vmstat的簡單分析資料庫操作資料庫
- 模擬11G單例項到12C的資料遷移過程單例
- 19C 單例項資料庫安裝單例資料庫
- duplicate複製資料庫(rac-單例項)資料庫單例
- ORACLE 單例項完全解除安裝資料庫Oracle單例資料庫
- 恢復RAC資料庫到單例項(ASM)資料庫單例ASM
- 單資料庫捕獲應用例項——流資料庫
- oracle 資料庫例項Oracle資料庫
- 資料庫和例項資料庫
- srvctl stop database超過60秒會abort資料庫Database資料庫
- 例項管理及資料庫的啟動關閉資料庫
- Oracle 資料庫例項啟動關閉過程Oracle資料庫
- 透過等待看資料庫資料庫
- 連線RAC資料庫中單個例項(一)資料庫
- Window下安裝Oracle ASM單例項資料庫OracleASM單例資料庫
- 單例項恢復RAC資料庫步驟(三)單例資料庫
- 單例項恢復RAC資料庫步驟(二)單例資料庫
- 單例項恢復RAC資料庫步驟(一)單例資料庫
- 連線RAC資料庫中單個例項(二)資料庫
- RAC環境只啟動單例項資料庫單例資料庫
- 使用單例模式來實現動態資料來源管理單例模式
- 多例項資料庫刪除例項資料庫