

|
Oracle database service startup process stops responding
RegistryBooster 2010 - You no longer need to guess! This free stability scan will help you clean, repair and optimize your system in an easy way.
Oracle database service startup process stops responding
After you install the MS04-011 Security Update for Microsoft Windows on a computer that runs Oracle database 8i, the computer may stop responding during the startup process.
Manually start the Oracle database service
Change the startup behavior of the Oracle database service to a manual type
on the computer that runs the Oracle database, and then start the Oracle database
service manually.
1. Change the startup type of the Oracle database service to manual.
To do so, follow these steps:
a. Click Start, point to Settings, and then click Control Panel.
b. In Control Panel, double-click Administrative Tools.
c. In the Administrative Tools window, double-click Services.
d. In the right pane of the Services window, double-click OracleService.
e. In the OracleService Properties (Local Computer) dialog box, click
the General tab.
f. Click Manual in the Startup type list, and then click OK.
2. Change the startup setting of the instance of Oracle database such
that the instance of Oracle database does not automatically start when the Oracle
database service is started. To do so, follow these steps.
a. Click Start, and then click Run.
b. In the Open box, type regedit, and then click OK.
c. In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
Note The name of this registry key ends with the number zero (0), not the
letter o.
d. In the right pane of Registry Editor, double click ORA__AUTOSTART.
Note: Replace with the name of the Oracle database service.
e. In the Edit String dialog box, type FALSE in the Value data box, and then
click OK.
f. Close Registry Editor.
3. Create the following batch file with the name StartupOracleORCL.sql:
connect /
startup PFILE=
exit
4. Create the following Windows batch file with the name Orastart.bat
in the same folder where you created the StartupOracleORCL.sql batch file
in step 3:
@echo off
net start
set ORACLE_SID=
svrmgrl @
exit
Note You must replace and with
the Oracle database service name and the SID of the Oracle database service,
respectively.
5. Run the Orastart.bat file at a command prompt.
Other Tips
-
How to access registry on XP computer?
You should make a backup of the entire Registry and a copy of the key name before you make that modification on Windows XP Registry .
...
Add Time:07.09, 2008 Hits:11,686
-
Tweak your Windows Mobile registry: Best RegEdit
Best RegEdit is an advanced tool for viewing and changing settings in your system registry on your Windows Mobile device.
...
Add Time:08.25, 2008 Hits:4,833
-
Configure the Windows XP logon screen saver
If you ever work in a computer lab or an Internet cafe where systems regularly sit idle waiting for someone to log on, you know that Windows XP...
Add Time:09.03, 2008 Hits:3,763
-
Automatically run a batch file when you open a Windows XP command prompt
You probably run the same few commands each time you start using the command prompt in Windows XP. For example,...
Add Time:09.03, 2008 Hits:3,733
-
How to activate the NumLock key when Windows starts
Here shows you how to activate the NumLock key when Windows starts through registry.
You can do this just by...
Add Time:06.25, 2008 Hits:3,538
-
How do you open registry editor?
What is the Windows Registry?
The Windows registry is a central database of information needed to configure your computer system for...
Add Time:07.09, 2008 Hits:3,119
-
How to display message before Logon?
If you want to pop up a message box when Computer starts and before logon screen on Win9X or WinNT, then you can use this trick.
Run...
Add Time:08.25, 2008 Hits:2,904
-
Oracle database service startup process stops responding
After you install the MS04-011 Security Update for Microsoft Windows on a computer that runs Oracle...
Add Time:09.05, 2008 Hits:1,995
-
How to Open the Windows Registry Editor?
To edit the Windows registry , you will need to open Regedit, the Windows Registry Editor. Be sure to read the warnings below before using...
Add Time:07.08, 2008 Hits:1,942
-
How to power down the computer after shutdown
Power down the computer after shutdown through registry. You can do this just by setting different value of the certain...
Add Time:06.25, 2008 Hits:1,849
|