Hi,
I'd like to Know how the Oracle database and listener can automatically shutdown and startup when the server reboots.

#ORATAB
[oracle@ ~]# cat /etc/oratab

ORCL:/u01/app/oracle/product/19c/dbhome_1:Y

#Oracle Version (Single Instance)
Oracle Database 19c Enterprise Edition Version 19.12.0.0.0

#OS Version
[oracle@ ~]$ cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.6"
PRETTY_NAME="Oracle Linux Server 8.6"


What are the steps to restart automatically Oracle Database when the server reboots?

Thanks in Advance!