Hi DBAs,
RHEL 7.4
Oracle 12c R1 Single Instance ASM environment.
It is a cloud VM, frequently deallocated by owners to reduce billing. So I was trying to figure out whether oracle components are stopped properly during OS shutdown but that appears to be not the case.
I am looking at "Oracle Restart" documentation https://docs.oracle.com/database/121/ADMIN/restart.htm#ADMIN12708 and it says :
"4.1.3 About Starting and Stopping Components with Oracle Restart
Oracle Restart automatically restarts various Oracle components when required, and automatically stops Oracle components in an orderly fashion when you manually shut down your system."
Is it true that "oracle restart" will shutdown database,asm,cluster components gracefully during OS shutdown? I couldn't see it working so wondering what I missing something here.
Please advise.
From alert logs:
.
.
.
Tue Mar 06 20:13:09 2018
USER (ospid: 5086): terminating the instance
Tue Mar 06 20:13:10 2018
Instance terminated by USER, pid = 5086
.
.
.
Thanks,
Gid