Stop standby from open read only?
RDBMS 19.20, RHEL8
no clusterware, only single instance
Hi,
We have a primary and a standby. We use systemd and dbstart/dbstop to start/stop instance when rebooting server.
How can we make sure the standby dont startup read only after a server reboot?
Will a trigger work? As dbstart will start the database, I guess its already to late for a trigger to run "ALTER DATABASE MOUNT"?
Any ideas?
Regards
Rookie