Automatic Flashback Of Standby Database in Oracle 19c
Oracle 19c Data Guard introduced a very cool feature — you can now automatically flashback your standby if you flashback your primary. I'll demonstrate this in the following test scenario by creating a table called rene.test. ############################################################################################################## ## Primary Database...
Read More >
Data Guard Listener Networking
I’m currently reviewing an environment to create a third standby. One of the challenges is that there isn’t any sort of consistent naming convention. One example is “db_name” and “db_unique_name.” Firstly, don’t name db_unique_name using a number (for example, hawk1,…
Read More >