Upgrade 19c : autoupgrade.jar
Hello,
To upgrade a 12c database to 19c in a dataguard environment we follow the following sequences:
1 / RMAN backup of PRIMARY
2 / Disabling DG replication :
• APPLY-OFF on Standby
• TRANSPORT-OFF on Primary
• Disable configuration
3 / Autoupgrade of Primary by using last version of autoupgrade tool
4 / Validation of upgrade 19c on the Primary.
5 / If everything is OK
Drop of restore point (GRP)
Enable DG configuration
TRANSPORT-ON on Primary
APPLY-OFF on Standby
What do you think about this 19c upgrade scenario ?
Cheers.
GD.
0