I want to know what is the procedure to disconnect a standby database from the primary database so the primary database will not send any archive redo logs to the standby database?
The easy part is just to shutdown the standby database, in our case we are disconnecting the server from network.
I want to do this so I will not see any errors in the alert log on the primary database about not being able to send archive redo logs to the standby database.
So I need a list of parameters to change and how to turn off the archive redo log shipping to the standby database since the standby database will not be there.
Bookmarks