I've installed Oracle 11.2.0.4 as a RAC One Node on Windows Server 2012 R2 pair of servers.
All the installations required, including the patch from 2012 R2 were ran under a domain user part of local Administrators and everything is working ok, but all the services are running under Local Service in Windows.
Our goal is to have the db run under the same domain user in order to be able to use network shares, e.g. \\a1\if. But if trying manually to change the "Log on as" of the OracleServiceSID and TNSListener to the domain user, after restart of the machine the database fail to start.
The reason I'm trying to change the "Log on as" is taken from How to Configure RMAN to Write to Shared Drives on Windows NT/2000/2003 (Doc ID 145843.1) and it is working perfectly fine for single db.
Any advise would be much appreciated!