Q: the oracle is installed on the Windows system, the service is set to automatically start, but when system starts, oracle monitoring service has not started successfully
Answer: a disguised form of the solution, using plan task start, start the script as follows:
@ echo off
Ping - 10 127.0.0.1 n > nul
Sc start OracleOraDb11g_home1TNSListener > nul
The Exit
@ echo on