Service Quotas

You can use quotas to determine how other users allocate Oracle Analytics Cloud resources across compartments in Oracle Cloud Infrastructure. Whenever you create an Oracle Analytics Cloud instance or scale up, the system ensures that your request is within the bounds of the quota for that compartment.

The quota that you use to allocate Oracle Analytics Cloud resources depends on which edition you subscribe to: Professional Edition or Enterprise Edition.

Quota Name Scope Description
se-ocpu-count Regional Number of Professional Edition OCPUs.
ee-ocpu-count Regional Number of Enterprise Edition OCPUs.
se-user-count Regional Number of Professional Edition users.
ee-user-count Regional Number of Enterprise Edition users.

Example Quota Statements for Oracle Analytics Cloud

  • Limit the number of OCPUs that users can allocate to self-service analytics services they create in MyDVCompartment to 2.

    set analytics quota se-ocpu-count to 2 in compartment MyDVCompartment

  • Limit the number of OCPUs that users can allocate to enterprise analytics services they create in MyEnterpriseCompartment to 10.

    set analytics quota ee-ocpu-count to 10 in compartment MyEnterpriseCompartment

  • Limit the user count for enterprise analytics services that users create in MyEnterpriseCompartment to 100.

    set analytics quota ee-user-count to 100 in compartment MyEnterpriseCompartment

  • Don't allow users to allocate any OCPUs to enterprise analytics services in MyTestCompartment.

    zero analytics quota ee-ocpu-count in compartment MyTestCompartment

See About Compartment Quotas.