[OCI-C] : Cloud Database Creation Fails With "Entitlement resource [DCS_EE_PAAS_GP_OCPU_HOUR] is not included in the tenants subscription."
(Doc ID 2486712.1)
Last updated on FEBRUARY 10, 2020
Applies to:
Oracle Database Cloud Service - Version N/A and laterInformation in this document applies to any platform.
Symptoms
Cloud database instance created through API from the JDE One-Click Provisioning fails with following error:
==============
HTTP/1.1 400 Bad Request
Server: Oracle-Application-Server-11g
Strict-Transport-Security: max-age=31536000;includeSubDomains
X-ORACLE-DMS-ECID: 005VFfDq1J16uHFpR05Eid0000FR00045W
X-ORACLE-DMS-ECID: 005VFfDq1J16uHFpR05Eid0000FR00045W
X-Frame-Options: DENY
Vary: Accept-Encoding,User-Agent
Content-Language: en
Content-Encoding: gzip
Content-Type: application/json
Date: Fri, 14 Dec 2018 12:45:28 GMT
Transfer-Encoding: chunked
Connection: close
Connection: Transfer-Encoding
{"details":{"message":"Error while trying to provision instance [dbjde] on identity domain [a123456], please review issues.","issues":["Entitlement resource [DCS_EE_PAAS_GP_OCPU_HOUR] is not included in the tenants subscription."]}}
==============
JSON file used during database creation:
================
{
"serviceName": "dbjde",
"version": "12.2.0.1",
"level": "PAAS",
"edition": "EE",
"subscriptionType": "HOURLY",
"description": "DBCS Service Instance dbjde",
"shape": "oc3",
"parameters": [
{
"type": "db",
"usableStorage": "100",
"adminPassword": "***",
"sid": "ORCL",
"failoverDatabase": "no",
"backupDestination": "BOTH",
"cloudStorageContainer": "Storage-a123456/storage_dbjde",
"cloudStorageUser": "***",
"cloudStoragePwd": "***",
"pdbName": "JDEORCL",
"isRac": "no",
"listenerPort": "1521"
}
],
"vmPublicKeyText": "***"
}
=====================
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |