All insights

Oracle EBS

Oracle AI Database 26ai: what it actually means if you run EBS on 19c

30 July 202612 min readBy Datpire

Quick answers

Is Oracle Database 23ai still a thing?
No. Oracle AI Database 26ai replaces Oracle Database 23ai. Moving from 23ai to 26ai does not require a database upgrade or application re-certification, only the October 2025 release update.
Can I install Oracle 26ai on premises?
Yes, on Linux x86-64. Enterprise Edition reached general availability on premises on 27 January 2026 through Release Update 23.26.1. Other operating systems are scheduled across the rest of 2026.
Do I have to leave Oracle Database 19c?
Not yet. Premier Support for 19c runs to 31 December 2029 and Extended Support to 31 December 2032, so there is no support deadline forcing a move.
Does AI Vector Search cost extra?
No. AI Vector Search is included at no additional charge, which is why it is worth understanding even if you are not upgrading soon.

The first thing most people hit with this release is not a technical question. It is a naming question. Oracle Database 23ai is gone as a product name. Oracle AI Database 26ai replaces it, and it is positioned as Oracle's next generation AI native database. If you were tracking 23ai, you are now tracking 26ai, and the two are far closer than the version numbers suggest.

The practical detail that matters: moving from 23ai to 26ai does not require a database upgrade or application re-certification. Customers apply the October 2025 release update and they are on 26ai. That is a rename plus a release, not a re-platform. Anyone describing this as a migration event has either misread it or has a reason to describe it that way.

The second detail that matters for on-premises estates, which is most EBS estates we see across the GCC, the UK, Europe, the US and Australia: Oracle AI Database 26ai Enterprise Edition reached general availability for Linux x86-64 on premises on 27 January 2026, delivered through the January 2026 quarterly Release Update, version 23.26.1. Releases for other operating systems, including Windows and AIX, are scheduled across the remainder of 2026. This is genuinely new ground, because Oracle Database 23ai never became generally available on premises beyond Oracle's own engineered systems. If you evaluated 23ai and concluded you could not run it, that conclusion is now out of date.

What actually changed

The headline capability is AI Vector Search, and it is included at no additional charge. It adds a first-class VECTOR data type, SQL operators to generate embeddings, and vector indexes. The important word in that sentence is SQL. Semantic search runs inside the database, alongside relational queries, rather than in a separate vector store that you have to stand up, secure, license, synchronise and explain to your auditors.

That architectural point is worth dwelling on, because it is the difference between a feature and a project. In the common pattern, you extract data from Oracle, push embeddings into a separate vector database, keep the two in sync, and then join the results back to the relational data in application code. With vector search in the database, the join is a SQL join. Your existing access controls, backups, disaster recovery design and audit trail apply to it, because it is the same database.

Around that, 26ai brings JSON Relational Duality, which lets the same data be handled as relational rows and as JSON documents without maintaining two representations by hand. There is support for the Apache Iceberg table format, which matters if your analytics estate is drifting toward open table formats. Oracle Autonomous AI Lakehouse also supports Iceberg and is available on OCI, AWS, Azure and Google Cloud, so this is not a single cloud story. There is SQL Firewall, a database resident control that inspects and restricts SQL, which is a security capability rather than an AI one and is quietly one of the more useful items on the list. There is globally distributed database capability. And there is tooling for building and managing AI agents that operate on private data held in the database.

None of that is marketing invention. All of it is real. The open question, for an EBS shop, is which of it you would actually use.

19c today versus 26ai, for an EBS estate

CapabilityOn 19c todayWith 26ai
Semantic search over documentsText search and Oracle Text, or a separate vector store standing beside the database with its own sync, security and cost.AI Vector Search in the database. VECTOR data type, SQL operators for embeddings, vector indexes, queried with SQL alongside relational data.
AI agents on private dataBuilt outside the database, usually against exported data, with the access control problem solved somewhere else.Tooling in the database for building and managing agents that operate on private data, inside the existing security boundary.
JSON handlingJSON support exists and is capable, but relational and document views of the same data are maintained separately.JSON Relational Duality. One set of data, addressable both ways, without hand maintained duplication.
Security controlsThe established 19c toolkit: auditing, VPD, redaction, encryption, and whatever the estate has configured around them.The same, plus SQL Firewall inspecting and restricting SQL at the database, which is useful independently of any AI plan.
Support runwayPremier Support to 31 December 2029, Extended Support to 31 December 2032.Premier Support currently slated to end in 2031, which is earlier than 19c Extended Support.
What an EBS customer has on 19c today versus what 26ai adds.

Read the last row twice. On current dates, 19c Extended Support runs a year beyond the current end of Premier Support for 26ai. That is not an argument against 26ai, and Oracle's support dates move. It is an argument against the idea that moving is a defensive necessity.

The honest part: there is no deadline

Oracle extended Premier Support for Oracle Database 19c to 31 December 2029, with Extended Support to 31 December 2032. Oracle E-Business Suite 12.2 itself has Premier Support through at least 2037, extended again on 25 March 2026. We wrote about what that EBS date does and does not mean at /insights/ebs-12-2-premier-support-2037-what-it-means. Put those together and the position is clear: an EBS estate on 19c has years of supported runway on both the application and the database.

So anyone selling 26ai to you as urgent is selling something. There is no cliff here. There is a capability, and capability questions get answered on business value, not on fear.

The sceptical commentary deserves a fair hearing too. Independent reaction to the AI native positioning has raised concerns about AI lock-in, on the reasonable basis that embedding your semantic layer inside one vendor's database is a strategic commitment as much as a technical one. Commentators have also pointed out, correctly, that a great many customers are simply content on 19c. It is stable, it is well understood, the teams know how to operate it, and it has a long support runway. Contentment is not complacency when the dates back it up.

Our own position is that both things are true. 26ai contains a genuinely useful capability that costs nothing extra, and there is no reason to rush at it.

Where it genuinely gets interesting for EBS shops

Here is the part worth your attention. AI Vector Search is included at no additional charge. An organisation already paying for Oracle Database can add semantic search over its own data without buying, securing and operating a separate vector database. For an EBS estate, where the data that matters most is already in Oracle and is already governed, that removes the most tedious part of most retrieval projects.

What follows are illustrations of what the technology allows. They are not case studies, and we are not claiming delivered 26ai project history. They are the kinds of problems that become tractable when vector search sits in the same database as the data.

  • Semantic search across supplier records, contracts or item master descriptions, where the useful query is a description of what you mean rather than an exact string. Anyone who has searched an item master for a part described five different ways by four different buyers knows the shape of this problem.
  • Finding near-duplicate vendors or items. Duplicate supplier records and duplicate item codes are among the most persistent data quality problems in long lived EBS estates, and they are exactly the class of problem that embedding similarity handles better than exact matching or fuzzy string comparison.
  • Retrieval over internal documentation, standard operating procedures and past support tickets, so that a support assistant can answer from your material rather than from a general model's guesses.
  • Matching free text descriptions on incoming requests to the correct category, cost centre or contract, as a suggestion for a human to accept rather than an automated decision.

Notice that none of these require you to move EBS anywhere, or to change the application. They are read side capabilities built on data the estate already holds. That is why this is interesting for EBS shops specifically. The heavy lifting in most AI projects is getting trustworthy data into a place where it can be queried safely. An EBS estate has already done that, for a decade or two.

If a database refresh is on your roadmap alongside an infrastructure move, the two conversations belong together rather than apart. We covered the infrastructure side of that at /insights/ebs-on-oci-what-changes.

Where APEX fits

Oracle APEX runs inside the database. That single fact is why APEX is the shortest path from a 26ai database to a working internal application. An APEX page can query vector search results with SQL directly, in the same session, under the same security context, with no service layer to build, no API contract to version and no separate deployment to operate. For a team that already knows PL/SQL, and most EBS teams do, the distance between a working query and a working screen is very short.

That matters more than it sounds. In most organisations the barrier to using a new database capability is not the capability. It is the six weeks of application plumbing between the capability and something a business user can open in a browser. APEX removes most of that plumbing for internal applications.

The honest caveat is that this does not remove the need for someone who understands the data model. Vector search will happily return confidently wrong results over a supplier table that nobody has understood properly since 2014. Knowing which tables are authoritative, which columns are actually maintained, and which historical rows are noise remains a human job, and it remains the job that determines whether the output is trusted. On the governance side of putting AI into internal applications, we set out our view at /insights/apex-ai-agents-enterprise-human-in-the-loop.

What we would actually advise

  1. Do not upgrade for the badge. Being on the newest database is not an achievement and nobody in the business will notice.
  2. Inventory whether any real business problem needs semantic search. If you cannot name two problems and the people who have them, the answer is not yet.
  3. If you are already planning an OCI move or a database refresh, factor 26ai into that plan rather than running a separate project. The cost of adding it to work that is already scoped is a fraction of the cost of standing up its own initiative with its own business case.
  4. Pilot on a non-production copy first, on a data set you understand well enough to judge the results. The failure mode of semantic search is plausible wrongness, and you can only spot it on data you know.
  5. Remember that data quality determines whether any of this works. Embeddings over a poorly maintained item master will produce fluent nonsense with impressive speed.
  6. Check the operating system position before you plan anything. Linux x86-64 is generally available on premises now. If your estate runs on AIX or Windows, your date is somewhere across the rest of 2026.

The wider picture

26ai is not a modernization strategy. It is one input into one. The estates we see that handle this well are the ones that already have a view on their customization debt, their OAF and Forms position, their infrastructure direction and their application roadmap, and that slot the database question into that view rather than treating each new Oracle announcement as a project in its own right. Our full view on that sequencing is at /insights/oracle-ebs-modernization-2026-guide.

For most EBS customers reading this in 2026, the correct action today is small: understand what AI Vector Search is, note that it costs nothing extra, and keep it in mind for the next time someone in the business describes a search or matching problem that exact-match queries cannot solve. Then decide, once, on the merits. If you would like a second opinion on where your estate actually sits, that is the kind of question our EBS Care work exists to answer, and we would rather tell you to stay on 19c than sell you a project you do not need.

Share this article

Want to talk about this in your environment?

30 minute call with a senior Oracle engineer. No sales layer.

Follow Datpire on LinkedIn for more Oracle engineering notes.