how to detect standby database during auto start
Hi All
I need some help on this.
I have standby databases which I need to re-start them on the server bootup, the issue I have is how to detect if this is standby or primary database.
the dbstart script the comes with oracle will issue startup, which put the database in read or read write mode, I do not have active data guard so I have to mount the standby database.
what I am after is a way to start the database in nomount then be able to detect if this is a primary database or standby and then issue the relevant commands.