// Analysis for decision-makers // Oracle · SQL Server · Licensing

Oracle EE & SQL Server Enterprise
licensing on Proxmox VE

Moving from VMware to Proxmox cuts hypervisor cost — but Oracle Database Enterprise Edition and Microsoft SQL Server Enterprise are still licensed against physical infrastructure, not a VM's vCPU count. On a dense 64- or 128-core host, a single database can require licenses for the entire server, just as with VMware. We explain both vendors' models on Proxmox VE, the soft-partitioning trap, and strategies that genuinely lower the bill.

// Table of Contents
  1. Why Enterprise databases are a separate budget
  2. Oracle Database Enterprise Edition
  3. SQL Server Enterprise
  4. Proxmox VE: HA, live migration and soft partitioning
  5. Can you reuse existing licenses?
  6. Catalog prices (indicative)
  7. Optimization strategies and recommendations
// 01 · Context

Why Enterprise databases are a separate budget

Proxmox VE needs no expensive hypervisor licenses — often ~90%+ savings there. But if you run Oracle EE or SQL Server Enterprise, database licensing frequently exceeds the virtualization cost itself. Both products apply strict virtualization rules — and Proxmox (KVM/QEMU) is treated by Oracle as soft partitioning, with major financial consequences.

host
Licensing counts
physical cores
soft
KVM/Proxmox =
soft partitioning (Oracle)
plan
License architecture
before migration

Decision-makers often assume: "the VM has 4 vCPU, I pay for 4 cores." With Oracle EE and SQL Server EE on Proxmox that's usually wrong. Below — both vendors' rules and practical conclusions for a Proxmox cluster.

// 02 · Oracle

Oracle Database Enterprise Edition

Oracle EE is licensed against physical host cores (the Processor License model) or Named User Plus (NUP). Oracle's price list quotes Processor License units, but they are calculated from cores — not CPU sockets. In virtualization, Oracle's hard vs soft partitioning policy is decisive.

Partitioning typeTechnologies Oracle recognizesProxmox / KVM
Hard partitioningOracle VM Server, selected LPAR/DRP, Solaris Zones (with limits)Not applicable
Soft partitioningVMware, Hyper-V, Xen, KVM, containers without hard partitioningYes — Proxmox = soft
⚠️

Soft partitioning rule: on Proxmox/KVM Oracle requires licensing all physical processor cores on the server where the database runs (or could run) — regardless of vCPU assigned to the VM. Pinning a VM to a subset of cores (CPU affinity) does not, in Oracle's view, exempt the remaining host cores from licensing.

ℹ️

Proxmox/KVM vs Oracle hard partitioning: standard Proxmox VE (KVM) is soft partitioning. Exception: Oracle Linux KVM with pinned cores (CPU pinning via olvm-vmcontrol) may qualify as hard partitioning per Oracle documentation — but excludes live migration and is a different path than a typical Proxmox cluster.

How to count core-based licenses (Processor License):

💡

Example — 2×32-core host (64 physical cores). 64 cores × ~$23,750/core (Oracle EE, indicative) = ~$1.52M in Oracle EE licenses on one node — whether the VM has 4 or 16 vCPU.

Named User Plus can be cheaper with few users but has minimums tied to Processor License units (typically min. 25 NUP per Processor License). With many users and a large host, core-based licensing usually wins — confirm with an Oracle partner.

Add-ons (Diagnostics Pack, Tuning Pack, RAC, Active Data Guard, etc.) are separate costs under the same model — in Enterprise they often dominate the budget.

Technical Support subscription — costs and scope of rights

Oracle has no Software Assurance program — the annual component for perpetual licenses is the Technical Support Subscription (Premier Support). The first year of support is usually bundled with the license purchase; subsequent years cost about 22% of net license price per year (list rate — with ULA or large volumes it can be lower, e.g. 8–15%). An alternative is a term license (subscription license) where the annual fee covers both usage rights and support.

Scenario (Oracle EE)License (one-time)Support / year (~22%)License + 3 years support
Dedicated 16-core node16 × ~$23,750 ≈ $380,000~$83,600~$630,800
Dedicated 32-core node32 × ~$23,750 ≈ $760,000~$167,200~$1.26M

Without active support your perpetual license still allows use of the version current when support expired, but you lose access to security patches, updates (RU/CPU), My Oracle Support and rights to newer versions. Active support does not change soft partitioning rules — you still license physical cores on every Proxmox host where Oracle can run (or fail over).

With active support you receive:

Support does not cover (requires separate core licenses + their own support):

⚠️

HA cluster — how to license 2 nodes with 32 cores each? Scenario: one Oracle VM with Proxmox HA can run on node A or B at any given time (not both simultaneously).

Option (a): double licensing. You permanently license all cores on both nodes — 64 × ~$23,750 ≈ $1.52M. The VM can fail over because the target node has its own license set. Standard path for HA without affinity limits.

Option (b): one node + affinity. You license only 32 cores on one node (~$760,000) and pin the VM with strict node-affinity — no legal failover to the second host. License savings at the cost of resilience.

No SA equivalent. Unlike SQL Server Enterprise, active Oracle support does not grant license mobility between nodes — you cannot move 32 licenses from A to B on every failover. Every node where Oracle can legally run must have its own fully licensed core scope (soft partitioning).

Exception: 10-day rule (failover / DR). Oracle allows running on one unlicensed spare node in a failover cluster for up to 10 separate 24-hour periods per calendar year (any started day counts in full — not 240 hours total). Conditions: cluster with shared storage (one logical disk array in one data center), only one standby node, instance on standby truly passive until primary fails (not open for reports, not production testing). After the limit is exceeded or for failover outside this exception — full licensing of the target node. Does not replace daily Proxmox HA between two hosts — a narrow DR exception, not an SA equivalent.

ℹ️

What about Data Guard / standby (active/passive)? You have two Oracle instances running simultaneously (primary + standby), but standby is passive — receives redo/logs, does not serve user queries (physical standby without ADG or ADG in apply-only mode). Standby requires separate Oracle EE licenses on all cores of the standby host (soft partitioning — whole node). Active Data Guard is an additional core license (~$11,500/core) on top of EE on the standby. Standby with read access for users (ADG query mode, logical standby for reports) requires full EE + ADG on standby. The 10-day rule applies to cluster failover (HA info-box above), not to exempt a continuously running standby with log replication.

💡

When support pays off: support is practically mandatory in production — without security patches you risk compliance and audit exposure. For TCO planning, count license + 22%/year over 3–5 years. Oracle cost optimization on Proxmox is not "skip support" but smaller dedicated nodes (e.g. 16 cores instead of 128) and affinity instead of double-licensing the whole cluster.

ℹ️

Microsoft's annual equivalent — SQL Server Enterprise Software Assurance — grants different rights (unlimited virtualization, license mobility, failover rights). Compare each vendor's TCO separately.

// 03 · Microsoft

SQL Server Enterprise

SQL Server Enterprise is licensed per-core. Virtualization rules are more flexible than Oracle's but still demand care on dense Proxmox hosts.

ModelWhat you licenseWhen it makes sense on Proxmox
Per-core (single VM)cores assigned to the VM (min. 4 cores per VM, min. 4 cores per physical processor)1–2 SQL instances on a node, few VM cores
Per-core (whole host)all physical cores on the servermany SQL VMs on one node — with SA: unlimited VMs; without SA: max as many VMs as core licenses
Enterprise + Software Assuranceper-core license with unlimited virtualization rightsdense SQL cluster, license mobility across hosts (SA terms)
⚠️

Whole-host density trap: if you choose per-core licensing for all physical cores on the server, you pay for every host core — regardless of how many vCPUs the SQL VM has. On a 128-core host with one small instance that's ~128 × ~$7,562. Avoid this with per-VM licensing (min. 4 cores per machine — from SQL Server 2022 requires SA or subscription) or by dedicating SQL to a smaller node.

Proxmox HA cluster: if the SQL VM can fail over to other nodes, you have two paths: (a) permanently license all cores on every node the VM might land on — expensive, but works without SA; (b) buy licenses for one node and add SA (License Mobility across Server Farm) — move the same licenses between nodes with the VM on failover (no 90-day rule). Without SA and without double licensing, only strict node-affinity remains — no legal cross-host HA.

SQL Server also requires a Windows Server guest OS license — see Windows Server licensing on Proxmox VE.

Software Assurance (SA) — costs and unlimited virtualization

Software Assurance is an annual add-on to a perpetual SQL Server Enterprise license costing about 25% of the base license price per year (usually bought as an L&SA bundle for 1–3 years). The more cores you license, the higher the absolute SA cost, though the percentage stays similar.

Scenario (SQL Server EE)License (one-time)SA / year (~25%)License + 3 years SA
1 VM, 4 cores (minimum)2× 2-core pack ≈ $15,123~$3,781~$26,465
Whole 16-core host16 × ~$7,562 ≈ $120,992~$30,248~$211,736
Whole 32-core host32 × ~$7,562 ≈ $241,984~$60,496~$423,472

Without active SA your SQL Server EE license still works — you can buy licenses for all host cores. The difference is how many SQL VMs you can run on that host, and license mobility between servers:

With active SA you unlock:

⚠️

HA cluster — how to license 2 nodes with 32 cores each? Scenario: one SQL VM with Proxmox HA can run on node A or B at any given time (not both simultaneously).

Without SA — option (a): double licensing. You permanently license all cores on both nodes — 64 × ~$7,562 ≈ $484,000. The VM can fail over because the target node has its own permanent license set. Expensive, but HA works without mobility.

Without SA — option (b): one node + affinity. You license only 32 cores on one node (~$242,000) and pin the VM with strict node-affinity — no legal failover to the second host.

With SA — License Mobility across Server Farm. You buy licenses for 32 cores (~$242,000) + SA (~$60,500/year). You assign those same 32 licenses to whichever node currently runs the VM — on failover you move them from A to B (as often as needed, no 90-day rule). You do not pay for 64 cores — you pay for one set + annual SA. Condition: only one VM serves production user traffic at a time (active/passive). If you have two active SQL instances serving users in parallel on both nodes — each such node must be fully licensed; without SA you're back to option (a).

ℹ️

What about log shipping (active/passive)? This is a different pattern from whole-VM failover in Proxmox HA — you have two SQL VMs running simultaneously (primary + standby), but standby is passive: receives transaction logs, runs in NORECOVERY or STANDBY without serving user queries. With active SA, Microsoft's Failover Rights apply: one passive HA replica (synchronous, auto-failover) + one DR replica (asynchronous, manual failover) — no additional SQL licenses on the secondary if it stays passive (allowed: log backups, full backups, checkdb, monitoring). Log shipping fits the DR model (asynchronous replication, manual switchover). Without SA, the standby instance requires separate licensing (option (a) or a license on the secondary). Note: standby with read access for users (reports in STANDBY READ ONLY) is no longer "passive" — full licensing required. Core count on the secondary must not exceed the licensed cores on the primary — when the passive instance becomes active it must be adequately licensed.

💡

When SA pays off and when it doesn't: with 1–2 small SQL instances on a dedicated small node without cross-host HA — per-VM licensing (min. 4 cores) can be cheaper than whole-host + 25%/year SA, but from SQL Server 2022 new per-VM licenses require SA or a subscription (the "per-VM without SA" comparison applies to older licenses). With HA failover between nodes, SA saves double licensing (32 cores + mobility instead of 64 cores permanently). With many SQL VMs running in parallel on multiple nodes — you license each active host anyway. Calculate 3–5 year TCO.

ℹ️

Oracle's annual equivalent — Technical Support Subscription — has different rights (no unlimited virtualization or license mobility). Compare each vendor's TCO separately.

💡

Example — SQL Server EE, 32-core host, 3 SQL VMs. Per-core whole-host license: 32 × ~$7,562 = ~$242,000. With SA: any number of SQL VMs on the node. Without SA: max 32 SQL VMs (one per core license). Three separate 8-core VMs (per-VM model — from SQL Server 2022 requires SA): 3 × 8 × ~$7,562 = ~$181,000. With more VMs on one host, whole-host + SA beats per-VM.

💡

Example — oversubscribe: 8 VMs × 8 vCPU on a 16-core host. On Proxmox you assign 8 SQL machines 8 vCPU each — 64 virtual vCPUs on 16 physical cores (4:1 ratio). SQL licensing does not count vCPUs — it counts physical host cores. Whole-host model (16 cores): 16 × ~$7,562 ≈ ~$121,000 — covers all 8 VMs regardless of oversubscription. Without SA: legal (8 VMs < 16 VM limit). With SA: also legal + mobility between nodes and ability to add more VMs beyond 16. Per-VM model (8 vCPU per machine, from SQL Server 2022 requires SA): 8 × 8 × ~$7,562 ≈ ~$484,000four times more expensive for the same workload. Oversubscription lowers hardware cost and raises CPU utilization, but does not reduce required SQL licenses under the per-core whole-host model — you pay for 16 physical cores, not 64 vCPUs. Remember separate Windows Server licensing for each guest VM.

// 04 · Proxmox

Proxmox VE: HA, live migration and soft partitioning

Proxmox offers live migration, HA and Dynamic Load Balancing — but from a database licensing perspective each feature can expand the licensing scope unless you design the architecture deliberately.

ℹ️

Hypervisor migration (VMware → Proxmox) does not automatically change Oracle or Microsoft licensing rules. It does change compliance risk — Oracle in particular often audits environments after platform changes or consolidation.

// 05 · Existing licenses

Can you reuse existing licenses?

The most common question before migrating from VMware (or bare-metal servers) to Proxmox: do Oracle EE and SQL Server Enterprise licenses you already own still apply, or must you buy again? In most cases — yes, you can continue using them — but changing the virtualization platform requires contract review and often changes the scope of licensing required, not whether the licenses themselves remain valid.

SQL Server Enterprise — VMware, bare metal → Proxmox

Source scenarioReusable on Proxmox?Watch out for
SQL EE on VMware VM (per-core per VM)Yes — same core licensesOn Proxmox you license VM cores the same way (min. 4 cores). Changing hypervisor does not invalidate licenses.
SQL EE on VMware VM (whole-host per-core + SA)Yes — keep the host modelWith SA: unlimited virtualization on a fully licensed node or license mobility (License Mobility across Server Farm) for active/passive HA — you don't need a second full core set if SQL runs on only one node at a time.
SQL EE on bare-metal serverYes — after migration to VMMove core licenses to the VM; count VM cores (min. 4) or the whole new Proxmox host — depending on the model you choose.
Licenses without active Software AssuranceYes, but limited mobilityMoving licenses between hosts (e.g. HA failover) — only every 90 days. Plan dedicated DB nodes or renew SA before migration.
SPLA / hoster subscription via partnerDepends on contractLicenses belong to the partner — confirm whether BYOL on your own Proxmox is allowed.
💡

Microsoft does not tie SQL Server licenses to VMware. The license covers SQL Server software, not the hypervisor. After P2V/V2V migration to Proxmox you use the same keys and agreements — provided you comply with the per-core model and any SA requirements. A valid Windows Server guest license is also required.

Oracle Database Enterprise Edition — VMware, bare metal → Proxmox

Source scenarioReusable on Proxmox?Watch out for
Oracle EE — Processor License (perpetual / subscription)Yes — licenses are portableOracle does not restrict the platform to VMware. The same soft partitioning rules apply — on Proxmox you license physical host cores (or the HA node pool).
Oracle EE on bare-metal serverYes — after P2V to ProxmoxIf you licensed e.g. 32 cores on physical hardware, the Proxmox VM must land on a node with at most the same (or fewer) licensed cores — otherwise you must buy more.
Oracle EE on VMware (soft partitioning)Yes — same modelVMware and Proxmox = soft partitioning in Oracle's view. Licensing scope is comparable: whole host (or HA nodes), not just VM vCPU.
ULA / CSI / all-you-can-eat agreementCheck the definition of "server"ULA may require reporting new hosts or migrations within the pool. Platform change does not remove audit risk when exiting ULA.
Named User Plus (NUP) licensesYes — users remainNUP minimums relative to Processor License still apply on the new host.
⚠️

Owning licenses ≠ zero migration cost. If Oracle on VMware ran on a dedicated 32-core server and after migration the VM lands on a shared 128-core node — you may need to buy more licenses for the extra cores (or move the VM to a smaller, dedicated Proxmox node). This is the most common mistake when assuming "we already have licenses, so we pay nothing".

Pre-migration checklist

ℹ️

Summary: existing MSSQL Enterprise and Oracle EE licenses from VMware or physical servers can usually be used legally on Proxmox — it is not a "buy everything again" scenario. Risk lies in expanded scope (larger host, HA, soft partitioning) and contract terms, not in the hypervisor change itself. Run a licensing audit with a Microsoft/Oracle partner or independent advisor before cutover.

// 06 · Pricing

Catalog prices (indicative)

Below are indicative list prices (USD, before partner discounts). Real rates depend on enterprise agreements, channel and volume — use as a budgeting reference, not a quote.

Oracle Database Enterprise Edition

ItemCatalog price (USD)
Oracle EE — core license (Processor License)~$23,750 / core
Named User Plus (Oracle EE)~$950 / user
Real Application Clusters (RAC) — add-on~$11,500 / core
Active Data Guard — add-on~$11,500 / core
Technical Support (annual, ~22% of license)depends on licensed cores; required for patches and updates
ℹ️

Oracle's price list quotes Processor License units (~$47,500) — a licensing unit derived from cores, not a per-CPU-socket price. With a 0.5 factor for x86-64 processors (Intel Xeon, AMD EPYC), one Processor License covers 2 physical cores (~$23,750/core). The minimum is 2 Processor License units per server. Full Technical Support details — in Oracle Database Enterprise Edition.

SQL Server Enterprise

ItemCatalog price (USD)
SQL Server Enterprise — 2-core pack~$15,123
SQL Server Enterprise — 1 additional core~$7,562
Software Assurance (annual, ~25% of license)depends on licensed cores; required e.g. for unlimited virtualization

Full Software Assurance details (unlimited virtualization, license mobility, HA scenarios) — in SQL Server Enterprise. Oracle's annual equivalent — Technical Support Subscription.

ℹ️

All prices in USD (indicative list, before partner discounts). Oracle publishes in USD; Microsoft in USD/EUR depending on channel. Cloud subscriptions (Oracle Cloud BYOL, Azure SQL, SQL on Azure VMs) use a different cost model — compare 3–5 year TCO.

// 07 · Recommendation

Optimization strategies and recommendations

💡

Proxmox Migracje recommendation: for nodes dedicated to enterprise databases (Oracle EE, SQL Server Enterprise) we recommend the AMD EPYC 9175F — 16 high-frequency cores with strong per-core performance and the smallest practical core count to license.

ℹ️

Oracle and Microsoft models and prices change over time — confirm your scenario, contracts and current rates with an authorized partner. The above are general rules and indicative prices, not commercial, legal or tax advice.

Related articles: Windows Server licensing, RHEL licensing, AMD EPYC 9175F for databases.

We'll size DB licenses for your Proxmox cluster

We'll calculate required Oracle EE and SQL Server Enterprise licensing — including HA, affinity and optimal node architecture — before you approve VMware migration.

⚡ Free consultation → Windows Server licensing