Now openThe whole vendor lifecycle in one workspace. Benchmarking, negotiations, contracts, invoices, renewals. Free 30 day trial, no card.Start the trial →
Now openThe whole vendor lifecycle in one workspace. Benchmarking, negotiations, contracts, invoices, renewals. Free 30 day trial, no card.Start the trial →
Two negotiators comparing proposals on a conference table
Oracle · Advanced Security Option · Sub

Oracle Advanced Security Option: When TDE and Redaction Start Costing You

Transparent Data Encryption and Data Redaction both require the separately licensed Advanced Security Option, and Oracle enforces it with no usage threshold. This is where your encryption mandate becomes a six-figure license liability, and where you push back.

Contact Us Oracle Hub
500+Enterprise clients
$2B+Under advisory
Industry Recognized
500+ Enterprise Clients
$2B+ Under Advisory
11 Vendor Practices
100% Buyer Side Independent

Transparent Data Encryption and Data Redaction both require the separately licensed Advanced Security Option, and Oracle enforces it with no usage threshold. This is where your encryption mandate becomes a six-figure license liability, and where you push back.

What the Advanced Security Option actually is

The Oracle Advanced Security Option (ASO) is a separately licensed add-on to Oracle Database Enterprise Edition. It bundles two data-protection capabilities that most compliance teams assume are baked into the database: Transparent Data Encryption (TDE) and Data Redaction. Neither is available under base Enterprise Edition, and neither ships inside any Oracle support contract or on-premises cloud tier unless you have explicitly bought ASO. That single fact is the root of most exposure we see.

The list price is $15,000 per Processor or $300 per Named User Plus (Oracle Technology Global Price List). On the Japan Yen list the same option carries 4,650,000 per processor and 61,380 per Named User Plus (Oracle price list, June 1, 2026), which confirms the option is priced globally at the top tier alongside partitioning and diagnostics. Add 22% annual support on top, and factor Oracle's typical 8% annual support escalation into any multi-year model. For a broader view of where ASO sits among the paid packs, see the Oracle Database security options licensing guide.

One clarification that matters: from Oracle Database 19c onwards, native network encryption and TLS are free in Enterprise Edition and no longer require ASO. Strong authentication (Kerberos, PKI, RADIUS) is also no longer part of the option. So if a vendor rep or an internal architect tells you that encrypting traffic requires ASO, that is outdated. The bill is now driven entirely by data-at-rest encryption and redaction, not encryption in transit.

Network encryption is free from 19c on. The Advanced Security bill now comes entirely from TDE and Data Redaction, the two things a compliance mandate forces you to turn on.

What triggers the license, feature by feature

ASO is required the moment you invoke any of the following. There is no grace for testing, no free tier, and no exemption for regulatory necessity. The features that require the option are:

  • Transparent Data Encryption at column, tablespace, or full-database level.
  • Data Redaction (dynamic masking of query results based on policy).
  • Data Pump file encryption when exporting data.
  • RMAN backup encryption beyond basic RMAN functionality.
  • Wallet-based master key management (note: centralized management through Oracle Key Vault is a separate product, covered in the Key Vault analysis below).

The subtle traps here are the export and backup paths. Teams license ASO for production TDE but forget that encrypting a Data Pump export or an RMAN backup on an otherwise unlicensed server pulls that server into scope too. If you encrypt backups on a dedicated backup host, that host now needs ASO. For the question of whether Key Vault adds a further line item, read is Oracle Key Vault free or a separate license.

The metric-matching rule that inflates the bill

This is where costs escalate beyond what most buyers expect. ASO cannot be licensed independently of the database it protects. Oracle's rule is strict: if your database is licensed per Processor, ASO must be per Processor, and the quantities must match exactly. If your database is per Named User Plus, ASO must be per Named User Plus at the same or greater user count. You cannot license ASO on fewer processors than the database runs on, even if TDE is enabled on a single tablespace on a single instance.

Read that again, because it is the single most expensive clause in the option. Encrypting one column on a 32-core cluster obliges you to buy 16 processor licenses of ASO (assuming an Intel 0.5 core factor), not one. The blast radius of the license follows the database footprint, not the encryption footprint. This is the same logic buyers get caught by with Oracle Advanced Compression, where a single attribute triggers full-processor exposure.

The Named User Plus path is not the escape hatch it looks like. Oracle's standard minimum of 25 NUP per processor still applies to the option. On a 4-core server (2 processors after core factor), you owe at least 2 x 25 = 50 NUP of ASO, and larger cores drive that higher regardless of how many humans actually touch the encrypted data. On a small user base NUP can beat Processor, but run the arithmetic against the minimum before you assume it.

What ASO costs in practice

The numbers below are from Oracle's published list and from documented deployment examples. Discounts of 20% to 50% are common at negotiation, but list price is what Oracle uses to size an audit settlement, so it is the number that matters for exposure calculations.

Environment ASO perpetual (list) Annual support (22%) Notes
1 processor$15,000$3,300Minimum single-processor unit
4 processors (4-core EE server)$60,000$13,200Documented compliance-only deployment
20 processors$300,000$66,000Mid-size estate lower bound
100+ processors$1.5M$330,000Large estate upper bound

Put that in context: a fully-optioned Enterprise Edition stack including Advanced Security lists at $122,000 per processor, and a 16-core Intel server carrying that stack lists at $976,000 with $214,720 per year in support (Atonement Licensing, August 2025). ASO is a meaningful slice of that. The problem is rarely the price of the option in isolation; it is that the metric-matching rule multiplies it across your entire licensed footprint whether or not you use encryption everywhere.

You do not pay for the columns you encrypt. You pay for every processor the database runs on. That is the clause that turns a compliance checkbox into a six-figure liability.

The no-threshold trap and how Oracle detects it

There is no usage threshold for ASO. Oracle does not require that a feature be actively or meaningfully used. One encrypted column, one TDE-enabled tablespace, or one encrypted export is enough to trigger the full license requirement across the matched metric. Marketing shorthand puts it bluntly: one unlicensed column triggers full audit exposure. That is not an exaggeration; it is how the contract reads.

Detection is automated and intent-agnostic. Oracle's audit scripts query the DBA_FEATURE_USAGE_STATISTICS view on every database in scope. That view records first-use date, last-use date, and usage count for every option, including TDE, whether the feature was invoked deliberately, accidentally, historically, or by a default configuration setting. Once recorded, it persists. The output goes to Oracle's LMS team and is cross-referenced against your entitlements. There is no honest-mistake defense inside the tooling. If you turned it on once in 2021 for a proof of concept, the view still knows.

ASO non-compliance appears in roughly 40% of Enterprise Edition environments reviewed in audit, making it the third most common database option gap behind the Diagnostic Pack and Tuning Pack. If you have not proactively checked your own DBA_FEATURE_USAGE_STATISTICS output across every instance, assume you are in that 40% until proven otherwise. For the mechanics of how an option you never bought ends up flagged, see accidentally enabled security options.

The cloud-migration trap most buyers walk into

Cloud is where ASO exposure is created silently. Oracle Autonomous Database on OCI includes ASO features (TDE, Redaction, Vault, Label Security, Masking) by default, and BYOL customers on Autonomous are entitled to use TDE. That sounds generous, and for OCI it is. But it is an OCI-specific commercial provision, not a change to on-premises licensing policy.

Here is the trap. When you create a database in the Cloud, the ENCRYPT_NEW_TABLESPACE parameter is often set so tablespaces are encrypted automatically. If you later bring that database back on-premises, or clone it into a BYOL environment on AWS EC2, the tablespaces are already encrypted, and you now need an ASO license you may never have intended to buy. Oracle's own admin guide flags this scenario explicitly. On AWS EC2 the rules mirror on-premises: Standard Edition cannot use TDE at all, and Enterprise Edition BYOL can use TDE only if ASO is licensed. AWS provides no managed equivalent to OCI's included-TDE tier. For the full BYOL picture, see Oracle Database on AWS.

The pattern to internalize: TDE enabled by a cloud default is still TDE. DBA_FEATURE_USAGE_STATISTICS records it the same way it records a deliberate ALTER TABLESPACE. Migrations create the exposure, and organizations discover it only when Oracle audits.

Standard Edition and the cheaper compliance paths

If your driver is a regulatory encryption mandate rather than a performance need, the first question is whether you need Enterprise Edition plus ASO at all. Standard Edition 2 does not include TDE, so SE2 alone will not satisfy a data-at-rest requirement using native Oracle encryption. But it may satisfy it through storage-level or volume-level encryption outside the database, which sits entirely outside Oracle's license scope. For what is and is not possible on the cheaper edition, see security options on Standard Edition 2.

Where you are already on Enterprise Edition, the strategic move is to confine TDE to the smallest defensible database footprint so the metric-matching rule multiplies against fewer processors. Consolidating encrypted workloads onto dedicated, smaller-core servers can materially cut the ASO count. This is the same discipline the encryption compliance without overbuying analysis works through, and it belongs in your architecture review before the mandate forces a hurried decision. For the broader estate-wide moves, the CIO playbook for Oracle licensing optimization covers option rationalization and metric switching.

What to do now

Treat ASO as an active liability, not a dormant option. The concrete steps, in order of urgency:

  • Run DBA_FEATURE_USAGE_STATISTICS across every Oracle instance, on-premises and cloud, and record first-use and last-use dates for Advanced Security. Do this before any Oracle audit forces the timing.
  • For any TDE or Redaction usage found, confirm whether you hold matching ASO licenses on the exact same metric and quantity as the underlying database. A mismatch is a finding waiting to happen.
  • Check ENCRYPT_NEW_TABLESPACE on every cloud-provisioned or cloud-cloned database, and audit RMAN and Data Pump jobs for encryption flags that pull unlicensed hosts into scope.
  • Where usage was accidental, historical, or a cloud default, document the timeline and decommission or de-encrypt before renewal so you are not negotiating from a position of live non-compliance.
  • Confine deliberate TDE to the smallest, lowest-core server set possible to minimize the processor multiplier, and evaluate storage-level encryption as a license-free alternative for pure compliance mandates.
  • Never enable a security feature to 'test' it on a production-licensed server. Under the no-threshold rule, the test is the trigger.

The leverage point in any ASO negotiation is that Oracle's compliance demand is driven by a rule (metric matching, no threshold) that most buyers never agreed to knowingly. That does not make it unenforceable, but it does mean settlement scope is negotiable, especially where usage was a cloud default rather than a business decision. Establish your own facts first, then negotiate from evidence, not from Oracle's script.

Frequently asked questions

Does Transparent Data Encryption require the Advanced Security Option?

Yes. TDE at column, tablespace, or full-database level requires ASO on Oracle Database Enterprise Edition. It is not included in base Enterprise Edition or in any Oracle support contract. The only exception is OCI Autonomous Database, where ASO features are included as a commercial provision specific to that platform.

How much does the Oracle Advanced Security Option cost?

It lists at $15,000 per Processor or $300 per Named User Plus, plus 22% annual support. A 4-processor Enterprise Edition server needs $60,000 in ASO licenses and $13,200 per year in support. Large estates of 20 to 100-plus processors reach $300,000 to $1.5M at list before discount.

Can I license ASO on fewer processors than my database uses?

No. ASO must match the database license metric and quantity exactly. If your database is licensed on 16 processors, ASO must also be 16 processors, even if TDE is enabled on a single tablespace on one instance. This metric-matching rule is what turns a small encryption footprint into a large license bill.

Is Data Redaction covered by the same license as TDE?

Yes. Both Data Redaction and TDE are bundled into the single Advanced Security Option. Buying ASO covers both features. There is no separate, cheaper redaction-only license, so enabling either one triggers the full option requirement at the matched metric.

Does encryption in transit still need Advanced Security?

No, not since Oracle Database 19c. Native network encryption and TLS are free in all licensed editions, and Kerberos, PKI, and RADIUS authentication are no longer part of ASO. Only data-at-rest encryption (TDE) and Data Redaction still require the option.

How does Oracle find out I am using TDE?

Oracle audit scripts query the DBA_FEATURE_USAGE_STATISTICS view, which records first-use date, last-use date, and usage count for TDE on every database. It logs usage regardless of intent, including accidental, historical, or cloud-default activation. The data persists and is cross-referenced against your entitlements during an audit.

Free White Paper

Avoid the Oracle Exadata core license trap

Oracle Exadata can lock you into full core licensing across X9M, X10M, and Cloud at Customer. The buyer side strategy to size the platform and cut the bill.

Gated with a work email on the download page. No sales follow up you did not ask for.

Get the White Paper →
Independent, buyer side. We never share your details with vendors.
Run a software spend health check against your Oracle estate in under five minutes.
Open the Tool →
Deep Library

More on this topic.

Oracle Hub →
Oracle Database Security Options Licensing: Advanced Security, TDE, and the Packs You Pay For
Oracle · Guide
Oracle Database Security Options Licensing: Advanced Security, TDE, and the Packs You Pay For
The full guide this article belongs to.
Guide
Oracle Data Masking and Subsetting. An option pack, separately licensed.
Oracle
Oracle Data Masking and Subsetting. An option pack, separately licensed.
The Oracle Data Masking and Subsetting Pack is a paid option at 11,500 dollars per process
Guide
Oracle Database Licensing Optimization.
Oracle
Oracle Database Licensing Optimization.
CIO playbook for Oracle Database licensing. Metric switching, virtualisation policy review
Guide
Oracle Active Data Guard. Licensed the buyer side way.
Oracle
Oracle Active Data Guard. Licensed the buyer side way.
Oracle Active Data Guard is a paid Enterprise Edition option at 11,500 dollars per process
Guide
Editorial boardroom interior

The advisor your vendors do not want.

500+ enterprise clients. 11 vendor practices. Industry recognized. One conversation can change what you pay for the next three years.

Stay ahead of Oracle licensing changes.

One buyer side briefing a week. Renewal signals, audit moves, and the levers that work. No vendor spin.