If you have been paying attention to Oracle database releases in the past few years, you will recognize the release numbering has changed. In the past, Oracle had release one and two but now they have changed to yearly release numbers and full releases each year. These changes started in 2018 that's why we have release 18c, 19c coming out this year and then next year will be release 20 afterwards 21 and so on. The good news here for us DBAs is that the is No "FIRST" and "SECOND" releases anymore! since it is a yearly and full release there is no patchset anymore to apply, which will definitely save us the headache about which release to go live on (first or second).
Release Families
- The 18c and 19c releases are part of the Database 12.2 "Family" for Lifetime Support as if they were the 12.2.0.2 and 12.2.0.3 patch sets.
- Patching end date for Oracle Database 12.2.0.1 will be determined once Oracle 18c is available on premises.
Support for Annual Releases
Long-Term Support Release
- The final release in a family will get long term support.
- Please check MOS Note 742060.1 for details
Release Numbering and Patching
Oracle has changed to a 3 Number Format { Year.Update.Revision } i.e 18.1.0 is year -> 2018, update -> 1 and revision -> 0. Annual release is like a patchset.
Let's take a look at patching before Oracle Database 12.2:
Oracle provided two types of patches: Patch Set Updates(PSUs) and Bundle Patches (BPs).
Now take a look at patching since Oracle Database 12.2:
Oracle has now changed to Updates (RU) and Revisions (RUR)
NB!!
- No PSUs anymore.
- Version number now reflects patch level.
- A Release Update or Revision is only a patch, not a database upgrade.
Upgrading Directly to Oracle 18c:
Important Notes
- MOS Note: 742060.1:- Release Schedule of Current Database Releases
- MOS Note: 2285040.1:- Release Update Introduction and FAQ
- MOS Note: 2245178.1 12.2.0.1:- Database Release Update - List of Fixes in each RU/RUR
- MOS Note: 2245185.1:- 12.2.0.1 Grid Infrastructure Release Update - List of Fixes in each RU/RUR
- Release Schedule of Current Database Releases
- Master Note for Database Proactive Patch Program
- MOS Note: 1962125.1:- Oracle Database - Overview of Database Patch Delivery Methods for 12.1.0.2 and lower
- MOS Note: 2118136.2 Assistant: Download Reference for Oracle Database/GI PSU, SPU(CPU), Bundle Patches, Patchsets and Base Releases
Comments
Post a Comment