Amazon RDS for Oracle now supports Oracle Database 26ai
Run GenAI, vector search, and natural language SQL natively inside Oracle—no extra infrastructure, no data movement required.
View original announcement →Visual Summary
What's New
Amazon RDS for Oracle now supports Oracle Database 26ai, Oracle's latest Long Term Support (LTS) release, bringing native generative AI capabilities directly into the managed relational database service. The integration includes Amazon Bedrock connectivity for invoking foundation models such as Anthropic Claude, Amazon Nova, and Meta Llama directly from SQL, alongside Oracle's Select AI feature for natural language-to-SQL query generation. Customers can create new 26ai instances or upgrade from existing Oracle Database 19c or 21c container databases (CDBs).
How It Works
- Amazon Bedrock Integration: RDS for Oracle 26ai connects to Amazon Bedrock runtime endpoints, allowing database users to invoke foundation models (text generation, summarization, embedding generation) directly via SQL using the
DBMS_CLOUDandDBMS_CLOUD_AIPL/SQL packages, without extracting data from the database. - Select AI: Oracle's Select AI feature translates natural language prompts into SQL queries and executes them, enabling non-technical users and developers to query relational data conversationally using the connected Bedrock LLM.
- AI Vector Search: Vector embeddings can be stored alongside relational data within the same Oracle database, enabling semantic similarity searches and hybrid (keyword + vector) searches without provisioning a separate vector database.
- RAG from SQL: Retrieval-Augmented Generation pipelines can be implemented entirely in SQL using Oracle AI Vector Search, grounding LLM responses in enterprise data that stays within the database boundary.
- JSON Relational Duality Views: The same underlying relational data can be accessed and mutated as either JSON documents or relational tables simultaneously, eliminating the need to maintain separate data models.
- SQL Property Graphs: Graph relationships can be defined and queried in-database using SQL/PGQ syntax, enabling graph analytics without a dedicated graph database.
- Upgrade Path: Existing Oracle 19c or 21c CDB instances can be upgraded to 26ai via the Modify DB Instance workflow by selecting engine version
26.0.0.0; non-CDB 19c instances must first be converted to CDB architecture before upgrading. - Network Connectivity: Bedrock integration requires the RDS instance to reach
bedrock-runtime.<region>.amazonaws.comon port 443, achievable via a VPC interface endpoint (AWS PrivateLink, recommended) or internet gateway.
Why It's Important
- AI without data movement: Generative AI and RAG capabilities are executed in-place within the Oracle database, eliminating ETL pipelines, reducing latency, and keeping sensitive data within the governed database boundary.
- Productivity gains for developers and analysts: Select AI removes the SQL expertise barrier, allowing business users to query enterprise data using plain English and accelerating developer workflows.
- Consolidation of data infrastructure: AI Vector Search removes the need for a separate vector database (e.g., a standalone pgvector or Pinecone instance), reducing architectural complexity and operational overhead.
- LTS release stability: Oracle Database 26ai is a Long Term Support release, meaning customers receive extended patch support and can plan multi-year upgrade cycles with confidence.
- Managed service benefits preserved: All RDS managed-service capabilities—automated backups, Multi-AZ high availability, patching, and scaling—apply to 26ai instances, so AI features come without additional operational burden.
- Regulatory and compliance alignment: Keeping data in-database for AI inference supports data residency and compliance requirements that prohibit sending production data to external services.
How It's Different
- Versus self-managed Oracle on EC2: RDS handles patching, backups, failover, and the Bedrock integration configuration plumbing, whereas self-managed deployments require customers to manage all of this manually.
- Versus Aurora PostgreSQL with pgvector: Oracle 26ai combines a mature enterprise RDBMS, native vector search, graph analytics, JSON duality, and direct LLM invocation in a single engine; pgvector provides vector search but lacks native LLM invocation from SQL and Oracle-specific features like Select AI.
- Versus using a standalone vector database: AI Vector Search stores embeddings co-located with relational data, eliminating synchronization complexity, additional cost, and the latency of cross-service queries required by standalone vector stores.
- Versus previous Oracle versions on RDS (19c/21c): Oracle 26ai is the first RDS for Oracle version with native Amazon Bedrock integration and Select AI; prior versions have no built-in LLM connectivity or natural language query capability.
- Versus external RAG architectures: RAG pipelines built entirely in SQL on 26ai avoid the need for external orchestration frameworks (e.g., LangChain, custom Lambda functions), reducing moving parts and simplifying security posture.
When to Prefer It
- Existing Oracle workloads adding AI: Organizations already running Oracle on RDS 19c or 21c that want to add generative AI or semantic search capabilities without re-platforming or introducing new data stores.
- Enterprise applications with strict data governance: Use cases where data cannot leave the database perimeter for AI inference due to regulatory, contractual, or security requirements (e.g., healthcare, financial services, government).
- Business intelligence self-service: Scenarios where business analysts need to query complex relational schemas without writing SQL—Select AI enables natural language querying against existing Oracle data models.
- Semantic and hybrid search over relational data: Applications requiring similarity search (e.g., product recommendations, document retrieval, fraud pattern matching) that currently rely on a separate vector store alongside Oracle.
- In-database RAG applications: Teams building LLM-powered applications that need to ground responses in proprietary enterprise data stored in Oracle, where minimizing infrastructure components is a priority.
- Graph analytics without a graph database: Use cases requiring relationship traversal and graph queries (e.g., supply chain, org hierarchies, network analysis) over data already resident in Oracle.
- Greenfield Oracle Enterprise deployments: New projects that require a fully managed, AI-capable Oracle database with long-term vendor support and AWS ecosystem integration from day one.
Availability
- GA Status: Generally Available as of July 7, 2026; Oracle Database 26ai is a Long Term Support Release.
- Edition: Enterprise Edition only; Standard Edition 2 (SE2) is not supported for Oracle Database 26ai on Linux x86-64.
- Regions: Available in all commercial AWS Regions and both AWS GovCloud (US) Regions (us-gov-east-1 and us-gov-west-1).
- Amazon Bedrock Integration: Supported exclusively on Oracle Database 26ai (26.0.0.0); not available on RDS for Oracle 19c or 21c.
- Upgrade Prerequisites: Upgrading from Oracle 19c non-CDB requires a two-step process: first convert to CDB architecture, then upgrade to 26ai; direct upgrade from 19c or 21c CDB is supported in a single Modify DB Instance operation.
- Architecture Requirement: Only the multitenant (CDB) architecture is supported; non-CDB creation is not permitted for Oracle 26ai, consistent with Oracle 21c behavior.
- Pricing: Follows standard RDS for Oracle pricing under License Included or Bring-Your-Own-License (BYOL) models; Bedrock model invocations are billed separately per Amazon Bedrock pricing; Reserved Instance discounts of up to 48% apply.
- Bedrock Network Requirement: The RDS instance must have outbound HTTPS (port 443) access to the Bedrock runtime endpoint; AWS PrivateLink via a VPC interface endpoint is the recommended configuration.
Related Resources
- https://aws.amazon.com/rds/oracle/
- https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-cdb-converting.html
- https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/
- https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.Concepts.database-versions.html#Oracle.Concepts.FeatureSupport.26ai
- https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Oracle.BedrockIntegration.html