How to configure automatic restart of 12c database
In 11gR2 we used command 'crsctl modify res ora.xx.db -attr AUTO_START=always' so that database is restarted when the server is rebooted. The same command in 12.1.0.2 returns error : CRS-4995: The command 'Modify resource' is invalid in crsctl. Use srvctl for this command. What is the best way to achieve this?