This is a quick post! 😀
– About Oracle Restart
– Reference to SRVCTL
Ok!
In a nutshell, my notes:
To register the database, if not already registered:
> srvctl add database -d $DBNAME -o $ORACLE_HOME -p $ORACLE_HOME/dbs/spfile.ora -y manual
Once the database is registered, change the management policy for the database to manual:
> srvctl modify database -d $DBNAME -y manual
Matheus.