services autorestart after reboot - OEL 8 OCI
in Database
Hi Team,
We have an OCI Compute instance running Oracle Linux 8.9. The server hosts the following components:
Oracle REST Data Services (ORDS) – currently running on the server in standalone mode.
Oracle Integration Connectivity Agent – running as a Java process on the same server.
We would like to ensure that both components automatically start after an OS/server reboot and continue running without requiring manual intervention.
Both ords and agent runs from uatords user.
[root@erpdevsrv01 ~]# id uatords
uid=1002(uatords) gid=1002(uatords) groups=1002(uatords)
[root@erpdevsrv01 ~]#
To stop the agent and ords, we use kill process id of respective process.
[root@erpdevsrv01 ~]# ps -ef|grep connectivityagent.jar
Tagged:
0