Oracle Database has the most expensive per-core licensing in enterprise IT — picking the right hardware significantly affects your licensing bill. Intel Xeon Scalable Gold processors have an Oracle Core Factor of 0.5 (half the licence count per physical core); AMD EPYC has 0.5 too. Pick CPUs that maximize per-core performance to minimize licence cost.
Recommended Oracle DB platform: Dell PowerEdge R750 or HPE ProLiant DL380 Gen11 with dual Xeon Gold 6326 (16c @ 2.9 GHz). 16 physical cores × 0.5 Oracle factor = 8 Processor Licences per socket × 2 sockets = 16 PLs total. Pair with 512 GB-1 TB DDR4-3200 ECC RDIMM and 8× NVMe SSDs in ASM.
Oracle Real Application Cluster (RAC) requires shared storage — typically Oracle Exadata, Pure Storage FlashArray, or Dell PowerStore. For non-RAC single-instance Oracle, local NVMe with Automatic Storage Management (ASM) gives the best performance per dollar.
Licensing note: Oracle Standard Edition 2 (SE2) is socket-licensed (max 2 sockets, max 16 threads per socket). Enterprise Edition (EE) is core-licensed with the Core Factor table. Talk to your Oracle rep about Bring Your Own Licence (BYOL) options on used hardware — it's often the most cost-effective path.
Frequently Asked Questions
What hardware does Oracle Database need?
Minimum: 4 CPU cores, 16 GB RAM, 100 GB storage. Recommended for production: 8-32 cores, 128-1024 GB RAM, NVMe SSDs for redo logs and high-IO data files. Use Intel Xeon Gold or AMD EPYC (both have 0.5 Oracle Core Factor) to minimize per-core licensing cost.
How does Oracle licensing work with virtualization?
Oracle treats all hardware where the database COULD run as licensed — even idle hypervisor hosts. With unrestricted vSphere DRS, you must license every host in the cluster. Pinned-CPU partitioning (Oracle VM, KVM with cpuset) or physical-server deployment minimizes the licensing footprint.
Can I run Oracle 19c on refurbished Dell PowerEdge?
Yes — Dell PowerEdge R740/R750/R760 with current Intel Xeon Scalable are certified for Oracle 19c, 21c, and 23c. The certification covers the hardware platform, not whether it was bought new or refurbished. Validate firmware versions against Oracle's Certify portal.
Should I use Intel or AMD for Oracle Database?
Both Intel Xeon Gold and AMD EPYC have 0.5 Oracle Core Factor — so licensing cost per physical core is the same. Intel Xeon Gold typically wins on single-thread performance; AMD EPYC wins on core count and memory bandwidth. For OLTP, Intel; for OLAP / data warehouse, AMD often wins.