Windows Service OracleServiceSID will not start after applying 11.2.0.3 Patch 24
Current env:
Windows 2008 R2
11.2.0.3.0 with Patch 15
After successfully applying Patch 24 to both GRID_HOME and ORACLE_HOME, the database service fails to start; all other oracle services (oracleASM, OracleJobScheduler, etc.) start without error. Two system events are generated:
7009 - A timeout was reached (30000 milliseconds) while waiting for the OracleServiceSID service to connect.
7000 - The OracleServiceSID service failed to start due to the following error: The service did not respond tot he start or control request in a timely fashion
Even after increasing the timeout value to 120000 milliseconds, the service fails to start.
Backing out the patch from ORACLE_HOME (opatch rollback -id 17327041) resolves the problem and enables the service to start.
0