|
Description
|
The SC 3.2 Oracle E-Business Suite agent should implement the VALIDATE method.
Currently the START method calls a validate() function, however in the event that validate() fails a start_failed will follow and potentially a ping-pong between nodes.
Instead, implementing the VALIDATE method will prevent a start_failed and potential ping-pong. Furthermore as the Orcale E-Business Suite agent is based on GDS, the MONITOR CHECK method will also call the VALIDATE method.
|