首页 > 数据库 >Oracle 23c? What happened 20c&22c

Oracle 23c? What happened 20c&22c

时间:2022-09-21 23:25:58浏览次数:94  
标签:What Releases 22c Term Long 23c Release Oracle release

As you know Oracle has been chaned release name. In this post we talk about Oracle Realeases.

Before we start let use see current Oracle Database Realeases and Support Timelines

Let us start

Oracle has two types of Oracle Database releases: Long Term Release and Innovation Release.

Long Term Release:
Oracle Database Long Term Releases are ideal for use cases that benefit from less frequent upgrades to newer releases. Long Term Releases offer the highest level of stability and the longest length of error correction support. These releases have 5 years of Premier Support followed by 3 years of Extended Support. When combined with Extended Support, customers typically have almost 4 years to upgrade from one Long Term Release to the next Long Term Release.

Innovation Release:
In between Oracle Database Long Term Releases, Oracle delivers Oracle Database Innovation Releases that include many enhancements and new capabilities which will also be included in the next Long Term Release. Innovation Releases are designed to enable customers to continuously use leading-edge technologies to rapidly develop or deploy new applications or augment existing applications. Support for Innovation Releases includes at least 2 years of Premier Support, but there is no Extended Support. Production workloads can be deployed on Innovation Releases if upgrading to the next database release within one year after the next database release ships is factored into the deployment plan.

As you can see you need to be at 19c in that point. So What Happened to Oracle Database 20c?

Oracle 20c was a preview-only release and was never generally available.Oracle database 21c, as this was the first generally available release to contain these features.

 

So than next quesiton, What Happened to Oracle Database 22c?

 

You can then stay there

Oracle have announced there will be no 22c release, so the next release after 21c will be 23c, which will be the next long term release.

If you are on 19c than you need to wait until 23c is released

For more details please review Release Schedule of Current Database Releases (Doc ID 742060.1)

标签:What,Releases,22c,Term,Long,23c,Release,Oracle,release
From: https://www.cnblogs.com/zhjh256/p/16717576.html

相关文章

  • What is AOSP? Everything you need to know
    TheAndroidOpenSourceProject(AOSP)isthebedrockofmodernAndroidskinslikeOneUIandMIUI.ByRobertTriggs•July15,2022OneofAndroid’sgreate......
  • cf1722C
    example:cf1722C原始思路是用5e5的布尔数组对字符串哈希是否出现进行记录,但每次处理时初始化增加时间复杂度,大型数组增加空间复杂度,且编程时处理细节及判断较为繁琐考虑使......
  • 2022CSP-S初赛游记
    锅奇多的一次Day0会不会因为初赛就AFO力(大悲躺在床上,头脑发慌,难以入睡Day111:14昏从uoj群里拿到了J组试卷wocT3考指针,S组考这个......
  • 2022CSP-J初赛游记
    2022年9月16日:下午,在学校集训,刘洋让我看了一下时间,突然发现,距离初赛就剩2天了......晚上,辅导班的老师对我们进行最后的培训,做了2套有道小图灵模拟题,但是做的不理想,很慌。......
  • 2022CSP初赛记录篇
    八月初报名CSP提高组八月底就又报了CSP入门,主要是太弱了,想蹭蹭入门三等奖QwQ马上开学咯顺便在开学前还搞了一下模拟试卷,没上过70QwQ,感觉要GG了......(我不会......
  • CF222C Reducing Fractions 题解
    虽然是朴素的筛法,但是跑的比希儿的Pollard-rho快。\(\mathcalO(n\sqrtn)\)的质因数分解是不行的,Pollard-rho的码量也过于麻烦,直接在线性筛里筛出每个数的最小质因子......
  • 一文搞懂测试左移和测试右移的 Why-How-What
    ⬇️点击“下方链接”,提升测试核心竞争力!>>更多技术文章分享和免费资料领取软件测试技术应当贯穿整个软件开发生命周期、对软件产品(包括阶段性产品)进行验证和确认的活动......
  • What difference does .AsNoTracking() make?
    Whatdifferencedoes.AsNoTracking()make?问题Ihaveaquestionregardingthe.AsNoTracking()extension,asthisisallquitenewandquiteconfusing.I'mu......
  • What does Include() do in LINQ?
    WhatdoesInclude()doinLINQ?问题ItriedtodoalotofresearchbutI'mmoreofadbguy-soeventheexplanationintheMSDNdoesn'tmakeanysensetom......
  • What is the difference between const int*, const int * const, and int const *?
    Readitbackwards(asdrivenby Clockwise/SpiralRule):int* -pointertointintconst* -pointertoconstintint*const -constpointertointintco......