Hi,
thank you very much for you links. I have a question.... does DBUA must be start before or after that I re-anable dataguard?
- SQL> ALTER DATABASE START LOGICAL STANDBY APPLY IMMEDIATE;
- Open the upgraded primary database and allow users to connect. If you are using Oracle RAC, start up the other primary database instances.
Also, enable archiving to the upgraded logical standby database, as follows:
SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2=ENABLE;
...or do I need to start DBUA on primay and on logical standby?
Regards.