Oracle MTSRecovery Service not found Issue
Oracle MTSRecovery Service not found Issue
I was installing an Oracle 11g database for one of the client in the server , and came out of this error ,
which said OracleMTSRecoveryServicewas not found.


Initially got confused , later understood that there is an Oracle software already installed in the same server and I was trying to install that again , due to which we encountered this error ,
Initial investigations ,
1. Try retry and check once , if did not work ,
2, Check for the location of old software installation , and New software installation both and check if omtsreco.exe file is present or not.
3. Once after that , go and check the registry , here is the main challenge
Now install the oracle. If you already installed the oracle once. It should taken some path like below.
In my system it took "E:\app\product\11.2.0\dbhome_1..."
If you are installing second time installation will take path, "E:\app\product\11.2.0\dbhome_2..."
Now the above erorr will come because of registry. So, now yo need to edit the registry value like below.
- ctrl+R will bring the run window. Type regedit and press ok
- Then Under Computer, select HKEY_LOCAL_MACHINE -> SYSTEM ->ControlSet001-> Services -> OracleMTSRecoveryService.
- Double click on ImagePath. It will prompt a window with old path or with wrong path under value data.
- Now, you need to edit it with your curent path like below.
- E:\app\INDP\product\11.2.0\dbhome_2\bin\omtsreco.exe OracleMTSRecoveryService
Now press "retry" button of the window, which shown that error. Now, it will work like charm.
Comments
Post a Comment