Oracle Enterprise Manager 12c - database auto-start on reboot
I have OEM12c installed on Solaris 10 with Oracle DB 11.2.0.3. I've only recently started working with Oracle Database products
When I rebooted the server, the database and listener did not come up. I read that I should use SRVCTL to manage the database start on server reboot. However, when I run the command it fails with :
$ srvctl show db
****Unable to retrieve Oracle Clusterware home.
Start Oracle Clusterware stack and try again.
My oracle variables :
ORACLE_BASE=/oraoem/app/oracle
LOGNAME=oracle
ORACLE_SID=orcl
ORACLE_HOME=/oraoem/app/oracle/product/11.2.0/dbhome_1
2