You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

create a non-CDB database on ExaCS with dbaasapi fails

Received Response
12
Views
2
Comments

I am trying to create a non-CDB database on ExaCS with Dbaaspi utility it fails

Error I am getting

[root@]# [root@tagicgcmum-mn9we1 scripts]# /var/opt/oracle/dbaasapi/dbaasapi -i /home/oracle/scripts/createdb.json

garbage after JSON object, at character offset 13 (before " "db",\n  "action"...") at /var/opt/oracle/dbaasapi/lib/dbaasapi.pm line 1355.

Below are the steps i am following

1. Create file dbcreate.json

{

  "object": "db",

"action": "start",

  "operation": "createdb",

  "params": {

    "nodelist": "",

    "cdb": "no",

    "bp": "JAN2021",

    "dbname": "TAGICPROD",

    "edition": "EE_EP",

    "version": "12.1.0.2",

    "adminPassword": "Oracle123",

    "charset": "WE8MSWIN1252",

    "ncharset": "WE8MSWIN1252",

    "backupDestination": "NONE",

  },

  "outputfile": "/home/oracle/dbinput/createdb.out",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!