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多平台发布

相关推荐
NE_STOP3 天前
Vibe Coding -- Claude Code 的核心配置与常用命令
程序人生
郝学胜-神的一滴10 天前
Python 高级编程 020:属性查找全解析
开发语言·人工智能·python·程序人生
郝学胜-神的一滴10 天前
CMake 019:程序生成与清理全解析
开发语言·c++·qt·程序人生·软件构建·cmake
旧曲重听110 天前
2026前端技术从「夯」到「拉」
前端·程序人生·职场和发展·软件工程
CoderYanger10 天前
A.每日一题:2095. 删除链表的中间节点
java·数据结构·程序人生·leetcode·链表·面试·职场和发展
CoderYanger10 天前
A.每日一题:234. 回文链表
数据结构·程序人生·leetcode·链表·面试·职场和发展·学习方法
CoderYanger10 天前
A.每日一题:3612. 用特殊操作处理字符串 I
java·程序人生·leetcode·面试·职场和发展·学习方法·改行学it
CoderYanger10 天前
A.每日一题:144题+145题 二叉树的前序遍历+后序遍历
java·程序人生·leetcode·面试·职场和发展·学习方法·改行学it
NE_STOP11 天前
Vibe Coding--初识AI编程
程序人生
这个DBA有点耶11 天前
国产数据库有哪些?2026年主流产品选型对比
数据库·程序人生·职场和发展·架构·程序员创富·改行学it