How to shutdown db and mount within a script without archiving on and EMGRID not configured?
I can write this using a unix shell script but I was hoping it could be done with an rman script.
Points to remember:
- archiving is turned off
- enterprise manager GRID Control in not configured.
Overview:
- shutdown the database even if users are connected
- restart and mount the database
- perform a level 0 backup including controlfiles
- open the database
I do not believe I can execute srvctl commands within rman, right?
Thanks in advance for any help you can provide.