Oracle Database on Hyper-scale Public Cloud – License Questions!

We all know, on January 23, 2017, Oracle updated the Licensing Oracle Software in the Cloud Computing Environment document. The gist of the announcement was “When counting Oracle Processor license requirements in Authorized Cloud Environments, the Oracle Processor Core Factor Table is not applicable“. So, if you are running Oracle database on x86 Intel platform on-premise, when moving to AWS or Azure cloud, your available licensed CPUs are cut in half. Read my blog on this topic.

Can I run Oracle RAC on Public Cloud?

The answer is “yes!”. On AWS and Azure (for that matter any public cloud), you could use third party product Flashgrid to make local storage shared on all nodes, and have ASM on top. FlashGrid Storage Fabric turns local drives into shared drives accessible from all nodes in the cluster. The local drives shared via FlashGrid Storage Fabric can be block devices of any type including Elastic Block Storage (EBS) volumes, local SSDs, or LVM volumes. The sharing is done at the block level with concurrent access from all nodes. With ASM, you can choose normal redundancy (two copies) or high redundancy (three copies). I believe, this is the limitation of Flashgrid as of today, you can have up to 3 node RAC using Flashgrid. Read more.

Oracle RAC in AWSOn Oracle cloud, you can have a two node RAC natively using Oracle DBaaS service. If you need bigger capacity servers, Oracle Bare Metal Cloud service is the answer. With Bare Metal Cloud, you can have up to 72 OCPU and 1TB of memory per node. With bare metal also, only two node RAC is possible – no more than two nodes.

What about licensing RAC on Public Cloud?

The Licensing Oracle Software in the Cloud Computing Environment document has a link to “eligible” technologies and products on the cloud (this document also updated on Jan 23, 2017). I see Database SE, SE2, EE, even Partitioning, Advanced Security, Advanced Compression listed, but I do not see Oracle RAC. Does this mean, from a licensing standpoint, Oracle RAC on AWS & Azure using Flashgrid is not allowed?

Note, Oracle’s official document is under review. Hopefully, some clarity comes out in the next few days.

How about In-Memory, Multitenant and Active Dataguard?

I also do not see these technologies listed in the document. So, are these products/technologies not allowed on Azure/AWS? I know technically it is possible to create a Container Database with the In-memory option and Active Dataguard (together or separate) on AWS EC2 or Azure Compute (both IaaS). Question is, am I allowed to do so? Amazon’s own white paper, Oracle Advanced Architectures include Active Dataguard in multiple scenarios. This white paper was published in April 2016 though, much before Oracle updating the Cloud Licensing Document!

Thoughts??

10 Replies to “Oracle Database on Hyper-scale Public Cloud – License Questions!”

  1. Interesting to see someone who has read and understood the documentation properly–a lot of people miss that bit! As you know, the Cloud Policy document is non-contractual so needs a pinch of salt; however it is not advantageous to disregard it (unless you want to count all cores on a processor rather than just those allocated to your instance size).

    I would not be surprised if, in case of an audit, Oracle wouldn’t notice / remember this restriction (by product) for these ‘flagship’ options — which they are clearly trying to use as a lever to nudge people towards their own Cloud. Equally, bear in mind that your contract (depending on its date) may have an explicit clause about counting and matching options to DBEE — e.g.

    “If licensing by Processor, the number of licenses for the Programs listed below in column A [inc Multitenant, Active Data Guard, In-Memory] must match the number of licenses of the associated Program listed in column B [Oracle Database Enterprise Edition]”.

    If so, you perhaps have your answer — in the absence of any other guidance you are following your contract (which is more binding than the policy).

  2. Hi there,
    well it seems that on AWS, Oracle has introduced a restriction for Active Dataguard in 12.2.
    With the latest Bundle Patch (from June) for 12.2, when trying to switchover on standby opened with real time apply (ADG), we have now an error message and the switchover is stopped with ORA-16467: switchover target is not synchronized.
    the underlying error in alert.log is :
    ORA-03186: Cannot start Oracle ADG recovery on a non-Oracle Cloud database on a server that is not a primary server
    This was working before with the base release of 12.2.
    If we try with standby in mount mode (Dataguard), then the switchover is working.
    So that leads to the PDF for licensed Oracle Product in authorized cloud providers.
    Active Dataguard is not mentionned in the PDF and we are not allowed anymore to use it on AWS.

    1. Interesting, thanks for letting me know. I was under the impression, the license PDF is a policy or direction and not enforced in the product.

    2. Hi there,

      and just to confirm that with the new RU 170718 for 12.2.0.1,
      now the message is a more comprehensive than “target is not synchronized” :
      “You may not run Oracle ADG recovery because it is not supported on this public cloud”

      Thanks

  3. Hi, workaround: Restart standby database Solution: Rollback patch: 26123830 Note: These errors They appear on the primary database restart.

  4. Hi there,
    finally Oracle seems to move backward with ADG on AWS.
    After applying RU 26609817, the feature of ADG in AWS is back.
    But they called the loss of ADG an “error” (after 2 BP and 1 RU and error message clearer you can’t still call it an error).

    1. Hi,
      With apply patch – Patch 26609817 (DATABASE RELEASE UPDATE: 12.2.0.1.170814 (26609817)) issue was resolved.

  5. Oracle is going against it’s long-standing policy of being an open system and running on any hardware. This is a huge reason to start looking at other vendors and not a reason at all to use Oracle’s cloud. Makes you think that Oracle could just release new software in their cloud and even shutdown the on-prem if they want.

Comments are closed.