在Windows平臺下修改Oracle例項不隨服務啟動
一、在Windows平臺下修改Oracle例項不隨服務啟動:
1、修改登錄檔如下鍵值實現:
HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraDb10g_home1
HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_OraDb10g_home1
2、在右邊找到找到 ORA_WWL_AUTOSTART項,預設這個值為TRUE,隨服務啟動而啟動,我們將其改為FALSE,再起服務的時候將不再會啟動資料庫
測試:
啟動Oracle服務
C:\>net start OracleServiceWWL
OracleServiceWWL 服務正在啟動 .
OracleServiceWWL 服務已經啟動成功。
C:\>net start OracleServiceWWL
OracleServiceWWL 服務正在啟動 .
OracleServiceWWL 服務已經啟動成功。
我們可以看到這個時候資料庫例項是沒有隨服務的啟動而自啟動
C:\>sqlplus / as sysdba
C:\>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Mon Dec 19 21:26:34 2011
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to an idle instance.
手工執行startup命令來啟動資料庫例項
SQL> startup
ORACLE instance started.
SQL> startup
ORACLE instance started.
Total System Global Area 1610612736 bytes
Fixed Size 2066080 bytes
Variable Size 184551776 bytes
Database Buffers 1409286144 bytes
Redo Buffers 14708736 bytes
Database mounted.
Database opened.
SQL>
Fixed Size 2066080 bytes
Variable Size 184551776 bytes
Database Buffers 1409286144 bytes
Redo Buffers 14708736 bytes
Database mounted.
Database opened.
SQL>
檢查下例項是否真的起來了。
SQL> select instance_name,status from v$instance;
SQL> select instance_name,status from v$instance;
INSTANCE_NAME STATUS
---------------- ------------
wwl OPEN
---------------- ------------
wwl OPEN
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20674423/viewspace-714468/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- windows下啟動服務時不啟動oracle例項WindowsOracle
- Window中Oracle服務啟動時並不啟動例項的兩種方法Oracle
- windows下注冊表中控制例項隨著服務啟動和停止的選項Windows
- 在Linux平臺下啟動和關閉MySQL服務LinuxMySql
- Windows下Oracle 11gR2例項啟動WindowsOracle
- windows 服務例項Windows
- windows平臺下配置cron服務Windows
- 在 Windows 平臺下安裝與配置 MySQL 5.7.36之啟動與關閉MySQL服務WindowsMySql
- windows下啟動nacos服務Windows
- 自動重新啟動oracle例項 for windowsOracleWindows
- Oracle 10G windows 平臺 DataGuard 例項Oracle 10gWindows
- Windows平臺如何修改監聽的服務名稱?Windows
- Oracle之 服務啟動&停止指令碼與開機自啟動(單例項)Oracle指令碼單例
- Windows下Oracle服務啟停bat指令碼WindowsOracleBAT指令碼
- OracleServiceSID 服務啟動例項隨之啟動的登錄檔鍵值: ORA_SID_AUTOSTARTOracle
- 3.1.5.3 在不掛載資料庫的情況下啟動例項資料庫
- 配置Oracle單例項隨機啟動(11gR2)Oracle單例隨機
- windows 修改例項名Windows
- oracle 修改ORACLE例項Oracle
- oracle監聽不到例項服務Oracle
- Oracle11g RAC在例項關閉後自動在啟動例項上歸檔Oracle
- 在本地修改預設啟動的資料庫例項名資料庫
- oracle手動啟動服務Oracle
- 2 Day DBA-管理Oracle例項-關閉和啟動Oracle例項-使用OEMDC關閉和啟動Oracle例項Oracle
- .Net平臺下ActiveMQ入門例項MQ
- 【Nginx】Windows平臺下配置Nginx服務實現負載均衡NginxWindows負載
- Oracle9i的Windows平臺自動啟動問題OracleWindows
- Windows平臺模擬單例項ASM環境Windows單例ASM
- 啟動oracle例項最少引數Oracle
- oracle多個例項啟動方法Oracle
- linux 下啟動服務Linux
- Linux中設定oracle例項和asm同時隨機自動啟動LinuxOracleASM隨機
- Tomcat記憶體設定從windows服務啟動不生效??Tomcat記憶體Windows
- Windows 8下如何禁用啟動項Windows
- Oracle資料庫例項在AIX 平臺下使用大頁記憶體(Large Page Memory)Oracle資料庫AI記憶體
- Linux平臺下oracle設定開機啟動LinuxOracle
- windows 服務執行啟動桌面程式Windows
- 2 Day DBA-管理Oracle例項-關於例項的啟動和關閉-關於例項啟動Oracle