1 Oracle 生命周期说明
在之前的博客中我们了解到了 Oracle 的生命周期的信息,如下:
Oracle 最新的数据库版本路线图
https://www.cndba.cn/dave/article/2815从生命周期的角度谈谈 Oracle 12c, 18c, 19c 和 20c
https://www.cndba.cn/cndba/dave/article/4055
目前 Oracle 已经明确的长期支持版有 2 个:19c 和 23c。 19C 现在还是保持每季度发布一次 RU。 现在已经更新到 19.21,并且原计划的 RUR 在去年就已经停止了更新。
Oracle RU 19.21 发布了
https://www.cndba.cn/cndba/dave/article/131466
Oracle 19c 的 PS 在 2024 年即将结束,所以后面会有一个很长的过度期,然后开始大规模转向 23c。
23c 并不是一个完全新的版本,而是在 21c 的基础上迭代而来。 如果按老的思维来理解,Oracle 21c 就是 11.1.0.1,Oracle 23c 就是 11.2.0.1,从某种角度理解,Oracle 会是一个长期支持版,会支撑到 2029 年。
2 Oracle 23c free 版本说明
Oracle 23c 最初是在 Oracle Cloud 上发布的,目前官网上已经可以下载到如下三个版:
- rpm 的版本;
- docker 版本;
- VBox 版本
下载地址如下:
https://www.oracle.com/database/free/get-started/
https://www.oracle.com/database/technologies/oracle-database-software-downloads.html
与 23c 之前的版本目前区别很大,目前释放出来的版本是 free 版本,并不是企业版,所以在功能和规格上是有限制的,后期企业版应该会完全放开。
官网目前 23c free 版本的限制说明:
2.1 Oracle Database Free CPU Limitations
Oracle Database Free limits itself automatically to two cores for processing. For example, on a computer with 2 dual-core CPUs (four cores), if a large number of database clients try to simultaneously run CPU-intensive queries, then Oracle Database Free will process the queries at the rate of just two cores even if more CPU capacity is available.
自动限制为两个核心进行处理。例如,在一台具有2个双核CPU(四核)的计算机上,如果大量数据库客户端试图同时运行CPU密集型查询,那么即使有更多的CPU容量可用,Oracle Database Free也将以仅以两个核心的速度处理查询。
2.2 Oracle Database Free Installation and Runtime Restrictions
Oracle Database Free restricts itself to only one installation per logical environment. The logical environment can either be a virtual host such as a VM or container, or a physical host. If you attempt to start more than one Oracle Database Free installation in such a logical environment, then an ORA-00442: Oracle Database Free single instance violation error is displayed and your database will not start.
仅限于每个逻辑环境一次安装。逻辑环境可以是虚拟机或容器等虚拟主机,也可以是物理主机。如果您尝试在这样的逻辑环境中启动多个Oracle Database Free安装,则会显示ORA-00442: Oracle Database Free single instance violation error,您的数据库将无法启动。
This does not affect any existing installation or new installations of Oracle Database Standard Edition 2 or Oracle Database Enterprise Edition.
这不会影响Oracle Database Standard Edition 2或Oracle Database Enterprise Edition的任何现有安装或新安装。
2.3 Oracle Database Free User Data Limitations
The maximum amount of user data in Oracle Database Free cannot exceed 12 GB. If the user data grows beyond this limit, then the system displays an ORA-12954: The request exceeds the maximum allowed database size of 12 GB error.
最大用户数据量不能超过12 GB。如果用户数据超过此限制,则系统会显示ORA-12592错误。
2.4 Oracle Database Free RAM Limitation
The maximum amount of RAM for Oracle Database Free cannot exceed 2 GB, even if more is available.
最大RAM量不能超过2 GB,即使有更多可用。
版权声明:本文为博主原创文章,未经博主允许不得转载。