restart physical standby server
after restart DB why should I run the below command.?
sqlplus '/as sysdba'
startup nomount
alter database mount standby database
alter database recover managed standby database disconnect from session;
is it possible to automate this process? without executing any command after restart physical standby ?