Blog: Oracle Database 23ai

-->

Latest Posts

ExaCC Optimization: How Smart Organizations Accelerate ROI

Imagine spending six figures on a high-performance sports car — capable of hitting 300 km/h, packed with cutting-edge tech — only to take it out once a month to drive to the..

Read More

Reasons to Use Oracle 23ai Vector Search for RAG Applications

RAG (Retrieval-augmented generation) is a technique that can provide more accurate results to queries than a generative LLM on its own because RAG uses knowledge external to data..

Read More

Oracle 23ai DB Creation in an ExaCC Fails with DBAAS-60022

If you’re working with Oracle Exadata Cloud@Customer (ExaCC), you may encounter unexpected failures when provisioning a new Oracle 23ai database using the standard dbaascli..

Read More

Oracle CloudWorld: Game-Changing Announcement—Oracle Database Now Available on Google Cloud

The Oracle CloudWorld event has unveiled a groundbreaking announcement: the general availability of Oracle Database on Google Cloud. This collaboration is a monumental step..

Read More

Oracle Database 23ai: What AI Means for a CTO

Your technology is a tool; a tool you can leverage to impact your agility, security, and bottom line, and to stay ahead of the competition. Oracle Database 23ai, offers a..

Read More

Oracle 23ai: True Cache

Introduction In today’s fast-paced digital landscape, speed is paramount. Users expect instant responses, and applications must seamlessly handle high traffic and demanding..

Read More

How to Chat with Oracle 23ai using SQL Agent

Introduction: In this blog post, I am going to build a simple chatbot where we can interact with the Oracle 23ai database.

Read More

Oracle 23ai: Lock Free Reservations Capability

Overview: In previous database releases when a column value of a row is updated by adding or subtracting from it, all other updates to that row are blocked until the transaction..

Read More

Oracle Database 23ai: Fetch Top-N Rows Per Group Queries

Overview: Oracle 23ai introduces partition by clause in fetch first clause to get top-N rows per group. A query’s syntax SELECT …….. FROM …….. ORDER BY , FETCH FIRST , ROWS ONLY..

Read More

Oracle 23ai: Enumeration Domains – List of Values in the Database

Overview: Oracle Database 23ai introduces a new way to create lists of values: enumeration (enum) domains Benefits: Create lists of name-value pairs in the database Query the enum..

Read More