Oracle 23ai Help Center

Your AI-Native
Database Guide

Comprehensive technical support, tutorials, and insights for Oracle Database 23ai — the first AI-native database from Oracle.

oracle23ai — sqlplus
-- Oracle Database 23ai
-- AI Vector Search Example
 
SQL> CREATE TABLE docs (
   id      NUMBER,
   content CLOB,
   embed   VECTOR(1536)
);
 
Table created.
 
SQL> SELECT id, VECTOR_DISTANCE
     (embed, :query_vec)
     FROM docs
     ORDER BY 2 FETCH FIRST 5 ROWS ONLY;
 
SQL>
All Systems Operational
Oracle Cloud Infrastructure
23ai Documentation API
Support Portal
Knowledge Base
// Search the knowledge base

Find Your Answer

View All Articles →

Latest from the Field

All Posts →

Version Timeline

Current Release · 2024
Oracle 23ai CURRENT

AI-native release featuring native vector storage, AI Functions, JSON Duality Views, and schema-level privileges.

VECTOR type AI Functions JSON Duality Schema Privileges SQL Domains True Cache Property Graph
LTS Release · 2019
Oracle 19c

Long-term support release. Stable, widely deployed, supported through extended support.

Automatic Indexing Real-Time Stats JSON Enhancement Multitenant
LTS Release · 2017
Oracle 18c / 12c
Multitenant CDB In-Memory Approximate Query
23ai Key Numbers
3000+
New Features
Vector Dimensions
5
Distance Metrics
Free
Developer Edition