Oracle Database Licensing · APEX & Low-Code

Oracle APEX Licensing: What's Free, What's Not, and Where Oracle Draws the Line in 2026

Oracle APEX (Application Express) is Oracle's low-code application development platform — and it is one of the few Oracle technologies that is genuinely free for on-premises Oracle Database EE and SE2 users. The APEX application builder, all APEX components, and Oracle REST Data Services (ORDS) for on-premises deployment are all included in the Oracle Database licence at no additional cost. Where the picture gets complicated — and where Oracle collects revenue — is in cloud deployments. Oracle APEX Application Development (the dedicated cloud service), Oracle APEX on Autonomous Database, and ORDS as a cloud-managed service all have their own pricing. Enterprises planning to migrate APEX applications from on-premises Oracle to OCI or other cloud platforms need to understand the cost implications before they commit to a migration roadmap. Former Oracle insiders explain the complete APEX licensing landscape — on-premises, cloud BYOL, and dedicated APEX services.

📅 March 2026 ⏱ 12 min read 🏷 Oracle APEX · Application Express · Low-Code · Cloud Licensing
Cloud Advisory Service → Licence Optimisation

Oracle APEX On-Premises: What's Included for Free

Oracle Application Express (APEX) is a server-side, browser-based application development framework built into Oracle Database. It provides a declarative, low-code environment where developers build data-driven web applications entirely within the Oracle Database environment — with the application logic, data, and interface all managed within Oracle Database using PL/SQL and SQL.

APEX has been included in Oracle Database at no additional licence cost since Oracle Database 10g Release 2 (Oracle Database 10.2). This is not a promotional tier or a limited evaluation — it is Oracle's standard position that APEX is a feature of Oracle Database EE and SE2, not a separately licensed add-on. The full APEX feature set — the App Builder, Page Designer, SQL Workshop, Team Development, App Gallery, and all APEX components — is available to every licensed Oracle Database EE and SE2 customer at no incremental licence cost.

Oracle APEX: Included in Oracle Database EE and SE2 at No Additional Cost

  • Oracle APEX Application Builder — the full declarative web application development environment; page designer, component library, template subscriptions, Universal Theme; no additional licence
  • Oracle APEX SQL Workshop — SQL Commands, Query Builder, SQL Scripts, Object Browser for database object management; no additional licence
  • Oracle APEX Team Development — feature tracking, to-do management, bug tracking integrated with APEX applications; no additional licence
  • Oracle APEX App Gallery — sample and starter applications; no additional licence
  • All APEX built-in components — Interactive Report, Interactive Grid, Classic Report, Charts, Calendar, Maps, Cards, all plug-in types; included
  • APEX authentication and authorisation — all APEX authentication schemes (LDAP, Oracle Application Server SSO, Social Sign-In, Database accounts, custom); authorisation schemes; session state protection; all included
  • APEX REST-enabled SQL and RESTful Services — Oracle REST Data Services (ORDS) for RESTful service definition within APEX; on-premises ORDS deployment; included with APEX and Oracle Database
  • Oracle APEX 23.x and later versions — Oracle regularly releases APEX updates; all updates and new APEX versions remain free for licensed Oracle Database customers; APEX 24.1 (latest as of 2026) is available at no additional cost

APEX is free — but Oracle Database is not. If you are running APEX on Oracle Database EE, you need Oracle Database EE licences for the processors running the database. APEX does not create any additional Oracle Database option licence requirements. The APEX schemas (APEX_XXXXX where XXXXX is the APEX release number, plus APEX_PUBLIC_USER, APEX_LISTENER, etc.) are installed by default and do not trigger any additional licence fee.

Oracle REST Data Services (ORDS): Licensing Status

Oracle REST Data Services (ORDS, formerly known as APEX Listener and Oracle HTTP Server) is a Java-based service that provides HTTP connectivity between Oracle Database and web clients. ORDS serves as the HTTP gateway for APEX applications (replacing the legacy mod_plsql gateway), as a RESTful services platform for exposing database objects as REST APIs, and as the Oracle SQL Developer Web and Oracle Database Actions interface.

ORDS is included at no additional licence cost with Oracle Database EE and SE2 for on-premises deployment. Oracle distributes ORDS as a free download from Oracle Technology Network, and it does not require a separate Oracle licence to deploy as an APEX listener or RESTful services platform for Oracle Database EE or SE2 on-premises instances.

Oracle ORDS: Free On-Premises, Managed Service Pricing in Cloud

  • ORDS as APEX HTTP gateway (on-premises) — running ORDS as the HTTP listener for APEX applications on Oracle Database EE or SE2; no additional licence cost; deploy standalone or on Oracle WebLogic Server
  • ORDS for RESTful services (on-premises) — using ORDS to expose database objects, PL/SQL procedures, and SQL queries as REST APIs on Oracle Database EE or SE2; no additional licence cost
  • Oracle Database Actions (ORDS-based UI) — the ORDS-based database management interface (formerly SQL Developer Web); available with ORDS at no additional cost
  • ORDS on Oracle Autonomous Database — included as part of the Autonomous Database service pricing; no separate ORDS licence required
  • ORDS deployed on non-Oracle databases — Oracle's free ORDS licence applies to Oracle Database deployments; using ORDS with MySQL Database Service or other databases requires reviewing the specific Oracle licence terms for those deployments

One area that creates confusion: if your APEX deployment uses Oracle WebLogic Server as the container for ORDS, WebLogic requires its own licence. ORDS itself is free, but the Java EE application server it runs on may not be. Most modern APEX/ORDS deployments run ORDS in standalone mode (using the embedded Jetty server within ORDS) without requiring WebLogic — this eliminates any WebLogic licence requirement for the ORDS layer. Our Oracle WebLogic licensing guide covers the WebLogic cost considerations in detail.

Oracle APEX Cloud Services: Dedicated APEX Pricing

Oracle offers several dedicated cloud services for APEX that are distinct from running APEX on a BYOL Oracle Database instance in OCI. These dedicated services are priced on an OCPU/hour consumption model and include managed database infrastructure, ORDS, and APEX as a fully managed stack — removing the infrastructure management burden from the enterprise but adding a consumption cost that is separate from any existing Oracle Database licences.

Oracle APEX Dedicated Cloud Services (OCI)

  • Oracle APEX Application Development (APEX Service) — a fully managed OCI service that provides an APEX environment backed by a dedicated Autonomous Database; pricing is based on OCPU hours consumed; as of 2026, the service is priced at approximately $0.28–$0.35 per OCPU/hour depending on region and commitment; includes ORDS, APEX, database management, backups, and patching; no additional licence required on top of the service price
  • Oracle Autonomous Database with APEX — Oracle Autonomous Database (ATP/ADW) includes full APEX support; Autonomous Database is priced at approximately $0.42–$0.68 per OCPU/hour depending on service level and commitment; APEX runs on the Autonomous Database at no incremental cost beyond the Autonomous Database OCPU consumption; provides more database capabilities than the dedicated APEX Service
  • Oracle APEX Free Tier on OCI — Oracle's Always Free tier includes Oracle APEX Application Development with limited compute (2 OCPUs, 20GB storage); suitable for development, testing, and small production applications; no cost for Always Free tier; subject to Oracle's Always Free terms and capacity constraints

The APEX Service is not the same as using your Oracle DB EE licence: If you have on-premises Oracle Database EE licences and want to run APEX on OCI, you can bring your own licence (BYOL) to an OCI Base Database Service or Exadata Cloud Service instance and deploy APEX free of additional charge — exactly as you would on-premises. The dedicated APEX Service and Autonomous Database service have their own pricing that is separate from any on-premises Oracle Database licence you may hold.

Oracle APEX on Autonomous Database: Pricing Model

Oracle Autonomous Database (both Autonomous Transaction Processing — ATP — and Autonomous Data Warehouse — ADW) includes full Oracle APEX support at no incremental cost beyond the Autonomous Database OCPU consumption pricing. Oracle actively positions Autonomous Database as the preferred platform for APEX development and deployment in the cloud, and APEX is tightly integrated with Autonomous Database's managed lifecycle.

For enterprises deploying APEX applications in OCI using Autonomous Database, the cost model is straightforward: you pay for Autonomous Database OCPUs and storage, and APEX is included. The APEX version deployed on Autonomous Database is kept current by Oracle as part of the managed service — you do not manage APEX version upgrades. ORDS is also managed by Oracle as part of the Autonomous Database service.

Oracle APEX on Autonomous Database: What's Included

  • Full Oracle APEX environment — App Builder, SQL Workshop, Team Development, all APEX components; current APEX version maintained by Oracle
  • Oracle REST Data Services (managed) — ORDS configured and maintained by Oracle; HTTPS endpoints for APEX applications and REST APIs; vanity URL configuration available
  • Oracle APEX Workspaces — multiple APEX workspaces can be provisioned on a single Autonomous Database instance; workspaces are isolated environments for different teams or applications
  • Database-level capabilities — full Oracle Database feature set available to APEX applications (JSON, Spatial, Machine Learning with Autonomous Database, etc.)
  • Automatic backups and patching — Autonomous Database handles all Oracle Database and APEX patching and backup lifecycle
  • Oracle Apex Social Sign-In — OAuth2/OIDC social authentication providers (Google, Microsoft, GitHub, etc.) available without additional infrastructure

The total cost of APEX on Autonomous Database for a small-to-medium enterprise deployment (2-4 OCPUs, 1TB storage) is typically $1,200–$3,000/month depending on region and commitment level. For enterprises moving from on-premises APEX to OCI, this is the cost comparison to make against on-premises Oracle Database licence costs and infrastructure. Our Oracle Cloud advisory service provides an evidence-based total cost of ownership analysis for APEX cloud migration decisions.

Planning an APEX migration from on-premises to OCI?

Before you commit to an OCI APEX service or Autonomous Database for your APEX workloads, our Oracle Cloud advisory service can provide a real total-cost-of-ownership comparison — including what your existing Oracle Database licences would cover in a BYOL scenario versus a new managed service subscription.

Get a Cloud Advisory →

APEX on OCI BYOL: Using Your Existing Oracle DB Licence

If you have on-premises Oracle Database EE licences with active support, you can deploy Oracle Database on OCI Base Database Service or Exadata Cloud Service using Bring Your Own Licence (BYOL). This allows you to run Oracle Database on OCI infrastructure (compute, storage, network) while using your existing Oracle Database EE licence entitlements. APEX, ORDS, and all other included Oracle Database features remain at no additional cost in a BYOL deployment.

Oracle APEX on OCI BYOL: Key Considerations

  • BYOL applies the Licence Included rate reduction — Oracle OCI charges for Base Database Service at a "Licence Included" price (includes both Oracle Database licence and OCI infrastructure) or a "BYOL" price (infrastructure only); BYOL is typically 30–50% cheaper than Licence Included for the same OCPU count
  • Oracle Database EE BYOL to OCI metric — 1 Oracle Database EE processor licence allows 2 OCPUs on OCI (under standard OCI BYOL policy); verify your specific OCI BYOL agreement terms
  • APEX is free in BYOL deployment — APEX installed on a BYOL Oracle Database instance in OCI is covered by the Oracle Database EE licence; no additional licence or consumption charge for APEX itself
  • ORDS in BYOL deployment — ORDS deployed on the BYOL Oracle Database compute instance is also free; if you deploy ORDS on a separate OCI compute instance, you need an OCI compute instance subscription (infrastructure cost) but no additional Oracle software licence
  • Support Rewards — Oracle offers Support Rewards for customers using OCI services; eligible OCI consumption earns credits against Oracle on-premises support costs; APEX/BYOL OCI usage may qualify for Support Rewards depending on your contract

For many enterprises with existing Oracle Database EE licence investments and active support, BYOL deployment on OCI offers a better cost structure for APEX workloads than switching to dedicated APEX services or Autonomous Database — particularly if the on-premises Oracle Database licences are already paid for and the incremental cost is only OCI infrastructure. The decision depends on whether the managed service value (patching, backups, automatic APEX upgrades) justifies the incremental consumption cost versus BYOL infrastructure-only pricing.

APEX Deployment Option Comparison

Deployment APEX Cost ORDS Cost Total Cost Driver
On-Premises Oracle DB EE Included in EE licence Free Oracle DB EE licence + hardware
On-Premises Oracle DB SE2 Included in SE2 licence Free Oracle DB SE2 licence + hardware
OCI Base Database (BYOL) Included (covered by BYOL) Free OCI infrastructure only (no licence cost)
OCI Base Database (Lic. Included) Included in service Free OCI database service OCPU/hour
Oracle APEX Service (dedicated) Included in service Managed, included ~$0.28–$0.35/OCPU/hour
Oracle Autonomous Database (ATP/ADW) Included in service Managed, included ~$0.42–$0.68/OCPU/hour
Oracle Always Free Tier Included (limited compute) Managed, included Free (2 OCPUs, 20GB limit)

The cost comparison is straightforward for new deployments: OCI APEX Service and Autonomous Database have clear OCPU/hour pricing with no separate APEX licence. For enterprises migrating existing APEX deployments from on-premises, the question is whether BYOL (zero additional Oracle licence cost, infrastructure-only charge) or a managed service (consumed at OCPU/hour, no infrastructure management) delivers better total cost of ownership for the specific scale and team capability profile.

Optimising Oracle licensing for APEX workloads?

Our Oracle licence optimisation service includes APEX deployment cost analysis — identifying whether BYOL cloud, dedicated APEX service, or on-premises deployment delivers the best total cost given your existing Oracle licence entitlements and cloud commitment requirements.

Talk to a Former Oracle Insider →

APEX Migration Planning: Total Cost Considerations

Migrating on-premises APEX applications to OCI involves three categories of cost consideration: Oracle licence costs (does the migration change your Oracle licence position?), Oracle infrastructure costs (what is the OCI compute and storage cost?), and Oracle support cost changes (does the migration affect your on-premises support obligations?).

APEX Migration Cost Analysis Framework

  • On-premises licence cost (existing) — your current Oracle Database EE licence and annual support costs for databases running APEX; these costs continue in a BYOL scenario; in a Licence Included or APEX Service scenario, you would need to reduce on-premises deployment to avoid dual-payment
  • Support Rewards offset — Oracle Support Rewards allows eligible OCI consumption to offset up to 25% of Oracle annual support costs; running APEX workloads on OCI Autonomous Database or Base Database may generate Support Rewards credits that reduce your on-premises support invoice
  • Licence reduction on migration to cloud service — if you migrate from on-premises Oracle Database EE (running APEX) to Oracle APEX Service or Autonomous Database, you should be able to reduce your on-premises Oracle Database EE licence count (and support cost) by the number of processors previously running the APEX database; this licence reduction must be negotiated with Oracle carefully to avoid contract violations
  • WebLogic licence considerations — if your on-premises APEX deployment uses Oracle WebLogic Server as the ORDS container, migrating to standalone ORDS (or to OCI managed ORDS) eliminates the WebLogic licence requirement for the APEX layer; this may allow a WebLogic licence reduction on-premises
  • Oracle Cloud commitment and EA implications — if you are in an Oracle ULA that includes cloud commitment, migrating APEX workloads to OCI may accelerate your cloud commitment consumption and affect EA renewal negotiations; understand your EA cloud commitment utilisation before committing to an APEX migration scope

The most common APEX migration mistake we see is enterprises deploying APEX on OCI Autonomous Database without reducing their on-premises Oracle Database deployment, resulting in dual-payment for both the OCI service consumption and the on-premises Oracle Database licences supporting the same workload. Properly scoping the APEX migration — including a parallel licence reduction plan — is the difference between a cost-neutral migration and one that adds $200,000+ in annual Oracle costs. Our cloud advisory service manages this licence transition as part of every Oracle cloud migration engagement.

Negotiating Oracle APEX and Low-Code Licensing

Oracle APEX's "free with Oracle Database" positioning creates few direct negotiation points for on-premises deployments — there is nothing to negotiate if you are already licensed for Oracle Database EE. The negotiation opportunity emerges in three scenarios: EA or ULA deals that include cloud commitments, APEX service migrations, and Oracle's low-code platform competitive positioning.

Oracle APEX Negotiation Scenarios

  • EA deals with OCI cloud commitment — if Oracle is proposing an EA with an OCI cloud commitment that includes Oracle APEX Service or Autonomous Database for APEX, negotiate on the OCPU rate (not just the total commitment); Oracle APEX Service and Autonomous Database list prices are discountable; OCPU rates of 40–60% below list are achievable in EA-scale deals
  • APEX Service as replacement for on-premises Oracle Database EE — if you are genuinely migrating APEX workloads from on-premises EE to OCI APEX Service, negotiate a corresponding on-premises licence reduction or buy-back that reduces your total support cost; Oracle sales will resist this but it is commercially legitimate
  • Oracle Apex vs Microsoft Power Platform competitive negotiations — Oracle is acutely aware that Microsoft Power Platform competes with APEX for enterprise low-code development; use competitive evaluation of Power Platform or Salesforce Platform to create commercial pressure in Oracle APEX/OCI negotiations; Oracle has reduced APEX Service and Autonomous Database pricing materially in competitive situations
  • Support Rewards maximisation — structure your OCI APEX consumption to maximise Support Rewards credits against on-premises support costs; Oracle's Support Rewards programme caps at 25% of on-premises support, but eligible consumption must be actively tracked and applied to your support invoices

Key Takeaways: Oracle APEX Licensing

  • Oracle APEX (Application Express) is included in Oracle Database EE and SE2 at no additional licence cost — all APEX features, all APEX versions, all APEX components are free with Oracle Database
  • Oracle REST Data Services (ORDS) is free for on-premises Oracle Database deployments — no additional licence for ORDS as an APEX gateway or RESTful services platform
  • Oracle APEX Service and Oracle Autonomous Database with APEX are managed OCI cloud services with OCPU/hour consumption pricing — separate from any on-premises Oracle Database licences
  • BYOL deployment of APEX on OCI Base Database uses your existing Oracle Database EE licences with no additional APEX cost — infrastructure costs only
  • Oracle Always Free includes a limited APEX and Autonomous Database environment at zero cost — suitable for development and small production applications
  • Migrating on-premises APEX workloads to OCI requires a parallel licence reduction plan to avoid dual-payment for both on-premises Oracle Database EE and OCI service consumption
  • Oracle APEX Service and Autonomous Database list prices are discountable by 40–60% in EA-scale negotiations — especially in competitive situations with Microsoft Power Platform

Oracle Cloud Migration Licensing Guide

The complete guide to Oracle licensing in OCI, BYOL rules, cloud commitment structuring, Support Rewards, and how to migrate Oracle workloads — including APEX — without increasing your Oracle costs.

Download Free White Paper →
Stay Informed

Oracle Licensing Intelligence

Cloud licensing updates, APEX service pricing changes, and negotiation tactics — direct to your inbox. Read by Oracle stakeholders at 500+ enterprises.

No spam. Unsubscribe anytime. Independent, not affiliated with Oracle.

Written by the Oracle Licensing Experts team — former Oracle executives, LMS auditors, and contract managers who now work exclusively for enterprise buyers. Not affiliated with Oracle Corporation.

Free Research

Download our Oracle OCI Licensing Guide — expert analysis from former Oracle insiders, 100% buyer-side.

Download the OCI Licensing Guide →