OCI URLs
OCI environments follow this URL pattern:
https://CLOUD_INSTANCE_NAME-CLOUD_ACCOUNT_NAME.SERVICE.DATA_CENTER_REGION.DOMAIN/CONTEXT
The components that make up the URL are:
- Cloud Instance Name: The name of your instance, for example,
acme
. To differentiate between test and production environments, Oracle appends-test
to the instance name for the test environment. - Cloud Account Name: The name used when creating your cloud account, for example,
epmidm
. This was previously referred to as the Identity Domain Name. - Oracle Fusion Cloud EPM Service: This is always set to
epm
. - Data Center Region: The region where the data center hosting your Oracle Fusion Cloud Enterprise Performance Management and Oracle Fusion Cloud Enterprise Data Management environments is
located, for example,
us-phoenix-1
. - Cloud EPM Domain: The domain, for example,
ocs.oraclecloud.com
, that hosts Cloud EPM. - Application Context: This is set to
epmcloud
Based on the sample settings provided, the URLs would be as follows:
Production environment: https://acme-epmidm.epm.us-phoenix-1.ocs.oraclecloud.com/epmcloud
Test environment: https://acme-test-epmidm.epm.us-phoenix-1.ocs.oraclecloud.com/epmcloud