Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error starting the service. The OracleMTSRecoveryService was not found

I am getting this error while installing oracle 11g enterprise edition on windows 7 professional 64 bit. I checked the registry as some people have mention but the correct thing is already there. If try starting the service from Services.msc it says the service wss not found also

like image 540
russian Avatar asked Apr 07 '13 18:04

russian


People also ask

What is the use of OracleMTSRecoveryService?

The Oracle Service OracleMTSRecoveryService is used for the support of transactions under the Microsoft Transaction Server. This service is installed with Oracle 10 releases. It is not used in Oracle 11+ releases.

What is Oracle MTS Recovery Service?

An Oracle MTS Recovery Service resolves in-doubt transactions on the computer that started the failed transaction. Typically, an Oracle MTS Recovery Service is automatically created and started with Oracle Services For Microsoft Transaction Server.

What is OracleRemExecServiceV2?

OracleRemExecServiceV2 is a service used by the Oracle Universal Installer during installation that will be removed once you reboot after a successful install. OracleServiceXE is the service that actually runs the Oracle database.


1 Answers

I ran into this same issue and this solved it:

When you get the error pop-up, leave it opened, open regedit and modify the ImagePath in the following key to point to the proper location:

computer\hkey_local_machine\system\controlset001\service\OracleMTSRecoveryService

The proper location may be something like this:

C:\app\myaccount\product\11.2.0\dbhome_1\bin\omtsreco.exe

All credit to: http://yuanmengblog.blogspot.com/2011/08/oracle-standard-db-install-issue-with.html

like image 190
anti_ml Avatar answered Oct 07 '22 12:10

anti_ml