Service created using dbms_service not active in DB after failover to other node in OS cluster. Had
Setup is two Node OS power HA setup, running 12.1.0.2.
Created a service using dbms_service and started on the primary node. This service is used for connection from app. But that service is not active in DB after failover to other node in OS cluster. Had to start manually in DB after failover. tried using after startup trigger to start the service but it did not help. How to resolve this?