Oracle 数据库全面升级为 23ai

从 11g 到 12c 再到 19c,今天,我们迎来了 23ai !
"

Oracle AI Vector Search allows documents, images, and relational data that are stored in mission-critical databases to be easily searched based on their conceptual content

Generative AI can now be used to ask natural language questions about private data stored in Oracle databases

甲骨文公司宣布了其最新数据库产品:Oracle Database 23ai

这一长期支持版本特别引入了 AI 向量搜索功能,并包含了超过300项主要功能,旨在简化人工智能与数据的结合使用,加快应用开发速度,并支持关键任务工作负载的运行。

AI 向量搜索允许用户基于文档、图像和关系数据的概念内容进行搜索,而非依赖于特定的词汇、像素或数据值,从而提高了搜索的准确性和相关性。此外,该功能支持在甲骨文数据库内实时运行 AI 算法,无需移动数据到其他产品,增强了 AI 运行的有效性、效率和安全性。

Oracle Database 23ai 在多个平台上可用,包括甲骨文云基础设施(OCI)的甲骨文Exadata数据库服务、甲骨文Exadata Cloud@Customer、甲骨文基础数据库服务,以及 Oracle Database@Azure (美国、德国、英国地区)。

新功能

Oracle Database 23ai 的新功能包括:

  1. AI for Data

1.1. Oracle AI 向量搜索

复制代码
- 向量数据类型
- 向量索引
- 在 JSON 类型中支持 Vector 数据类型 (OSON)

1.2. Oracle Exadata 系统软件 24ai

1.3. OCI GoldenGate 23ai

  1. 加速应用开发

2.1. JSON 关系二元性

2.2. SQL 中操作 Graph (SQL/PGQ)

2.3. 免费开发者数据库

  1. 关键任务数据

3.1. 甲骨文全球分布式数据库与 RAFT 复制

3.2. True Cache

3.3. 数据库内置 SQL 防火墙

极速体验

Oracle Database 23ai 容器版本已开放下载,可以极速体验。

复制代码
[root@rocky9 ~]# podman pull container-registry.oracle.com/database/free:latest
Trying to pull container-registry.oracle.com/database/free:latest...
Getting image source signatures
...
Writing manifest to image destination
7510f8869b041dbd0dc782e7432aeee37cc2fd28eb4496e3b03c4ba3c5c4218e
[root@rocky9 ~]# docker run -d --name ora23ai -h shawnyan \
  -p 1521:1521 \
  container-registry.oracle.com/database/free:latest
13df6ec71c28c7d4a88651a4a6806ee4247c6dc57d557cf7591994f5b70c5a33
[root@rocky9 ~]# podman exec -it ora23ai sqlplus / as sysdba

SQL*Plus: Release 23.0.0.0.0 - Production on Fri May 3 03:56:26 2024
Version 23.4.0.24.05

Copyright (c) 1982, 2024, Oracle.  All rights reserved.


Connected to:
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
Version 23.4.0.24.05

SQL> SELECT BANNER_FULL FROM V$VERSION;

BANNER_FULL
--------------------------------------------------------------------------------
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
Version 23.4.0.24.05

可以看到,该版本基于 23.4.0.24.05

更多内容,请参阅官方文档: https://docs.oracle.com/en/database/oracle/oracle-database/23/nfcoa/index.html

-- END --

如果这篇文章为你带来了灵感或启发,就请帮忙点『赞』or『在看』or『转发』吧,感谢!(๑˃̵ᴗ˂̵)

本文由mdnice多平台发布

相关推荐
小哈里19 小时前
「小哈里」的个人 IP 设定文档 —— 在无常中生成流动的秩序
程序人生·新媒体运营·ip·内容运营·内容ip
焦糖玛奇朵婷3 天前
终于搞清楚了,扭蛋机小程序这么厉害❗
java·服务器·前端·程序人生·小程序
郝学胜-神的一滴3 天前
高并发秒杀系统设计全解:从需求拆解到Redis库存实战
java·数据库·redis·python·程序人生·缓存·php
1104.北光c°4 天前
Leetcode215 三种写法完成数组中的第K个最大元素 【hot100算法个人笔记】【java写法】
java·笔记·程序人生·算法·leetcode·排序算法·快速选择
流年似水~5 天前
Copilot已死,Agent当立:2026年,程序员从“码字工“到“AI指挥官“的生存指南
人工智能·程序人生·语言模型·ai编程
96705 天前
2025年年度总结之24.教育之学习方法
程序人生
1104.北光c°6 天前
【AI核心概念讲解】一口气搞懂 Agent:干翻传统后端!自主循环决策的秘密,ReAct 与 Plan-and-Execute 范式
java·人工智能·程序人生·ai·agent·react·智能体
郝学胜-神的一滴6 天前
深入理解回归损失函数:MSE、L1 与 Smooth L1 的设计哲学
人工智能·python·程序人生·算法·机器学习·数据挖掘·回归
流年似水~7 天前
脚本策划:拍之前先想清楚要剪什么
人工智能·程序人生·语言模型·ai编程
郝学胜-神的一滴7 天前
跨平台动态库与头文件:从原理到命名的深度解析
linux·c++·程序人生·unix·cmake