Hi,
an ora dba said to me last time that the way to edit the /etc/oratab after a new installation of a database is deprecaded
and I should use:
srvctl add database -db xxxxx-oraclehome $ORACLE_HOME spfile $ORACLE_HOME/dbs/spfile$ORACLE_SID.ora
but If I googled for srvctl: I got only RAC and Cluster topics
exeption is this:
https://bijoos.com/oraclenotes/2013/67/
I am using a normal 12cR2 SE without rac or cluster
If type:
[oracle@OraLinux7p4 /]$ srvctl
****Unable to retrieve Oracle Clusterware home.
Start Oracle Clusterware stack and try again.
How can I fix this error?
Thanks in advance