Before You Patch or Upgrade the Oracle Database Software
Before you patch or upgrade your Oracle Database software, review the prerequisites for different use case scenarios.
-
If you are using the Oracle Data Guard broker to manage your configuration, follow the instructions in Oracle Data Guard Broker
-
Use procedures described in these topics in conjunction with other upgrade procedures and guidelines provided in Oracle Database Upgrade Guide.
-
Check for
NOLOGGING
operations. IfNOLOGGING
operations have been performed then you must update the standby database. -
Make note of any tablespaces or data files that need recovery due to
OFFLINE IMMEDIATE
. Before starting an upgrade, tablespaces or data files should be recovered, and either online or offline. -
In an Oracle Data Guard configuration, all physical and snapshot standby databases must use a copy of the password file from the primary database. Password file changes done on the primary database are automatically propagated to standby databases. Password file changes are events such as when an administrative privilege (
SYSDG
,SYSOPER
,SYSDBA
, and so on) is granted or revoked, and when the password of any user with administrative privileges is changed.Far sync instances are an exception to the automatic updating feature. Updated password files must still be manually copied to far sync instances, because far sync instances receive redo, but do not apply it. When a password file is manually updated at a far sync instance, the redo containing the same password changes from the primary database is automatically propagated to any standby databases that are set up to receive redo from that far sync instance. The password file is updated on the standby when the redo is applied.
Note:
If there are cascaded standbys in your configuration, then those cascaded standbys must follow the same rules as any other standby, but should be shut down last, and restarted in the new home first.
Related Topics
Parent topic: Upgrading Databases with Oracle Data Guard Standbys