BI services on Windows 2012 server startup sequence.
Hi Guys,
I just installed BI as a service on Windows 2012 server and it works. Hoooray! Is there a specific order/sequence to start/stop the services? Does it even matter? My script order is below I figure it's reverse to stop:
net start "OracleOraDB12Home1MTSRecoveryService"
net start "OracleOraDB12Home1TNSListener"
net start "OracleRemExecServiceV2"
net start "OracleServiceOETSBI"
net start "OracleVssWriterOETSBI"
net start "Oracle bifoundation_domain_AdminServer"
net start "Oracle bifoundation_domain_bi_server1"
net start "OracleProcessManager_instance1"
net start "Oracle WebLogic NodeManager (D_Oracle_Middleware_wlserver_10.3)"
pause
Any advice you can provide would be appreciated.
Thanks,
Larry