...
This resource controls the Oracle database. It detects the Oracle database installed on the system, controls the service and monitors the status.
Start
Starts the Oracle database service.
If the service is already running, terminate the service through Finish process and start it again. After the start, check the backup status to see if there is any ongoing backup process. If so, terminate it and try to open the instance again.
Terminate
Terminates the Oracle database service. If there is an ongoing backup process, terminate it first.
...
When OfflineTimeout occurs, if ShutdownOption is set to 'AbortAtTimeout', use "shutdown abort" to terminate.
Monitor
Monitors whether the Oracle database process is running.
...
If the FaultOnQueryFailure attribute is set to 'true', "no response" is handled as a trouble.
Finish
If the monitoring results indicate the case of trouble, run the following finish process.
...