config_db_service_target

Creates a Database as a Service (DBaaS) target for Oracle Public Cloud.

Format

emcli config_db_service_target
      -database_unique_name="database unique name"
      -service_grp_name="service group name"
      -cloud_service_name="cloud service name"
      -operation="operation to be performed"
      -schema_name="schema name"
      -tablespace_name="tablespace name"
      [-subscription_id="subscription ID"]
      [-customer_name="customer name"]
      [-csi_number="CSI number"]
      [-connection_service_name="connection service name"]
      [-cloud_service_version="cloud service version"]
      [-l_o_b="line of business"]

Options

  • database_unique_name

    Identifies the DBName property of a database target on which the DBaaS target will be based.

  • service_grp_name

    Identifies the DBaaS target service group name. The DBaaS target name will be service_grp_name_cloud_service_name.

  • cloud_service_name

    Identifies the Oracle Public Cloud service name.

  • operation

    Identifies the operation to be performed on the DBaaS target (for example, "create").

  • schema_name

    Identifies the name of the schema associated with the DBaaS target.

  • tablespace_name

    Identifies the name of the tablespace associated with the DBaaS target.

  • subscription_id

    Provides a value for the Cost Center property of a DBaaS target.

  • customer_name

    Provides a customer point of contact for the DBaaS target.

  • csi_number

    Identifies the Customer Support Identifier (CSI) of the DBaaS target.

  • connection_service_name

    Identifies the name of the Database Service associated with the DBaaS Target.

  • cloud_service_version

    Shows the Oracle Public Cloud Service version of the DBaaS target.

  • l_o_b

    Identifies the Line of Business (LOB) of the DBaaS target.

Exit Codes

0 On success
Non-zero value means verb processing was not successful.

Example

Creates a new Database as a Service (DBaaS) target (db_serv1). Specifies the schema, tablespace name, and connection service name. The new DBaaS target is based on a Database target using db.example.com as the DBName property:

emcli config_db_service_target
      -database_unique_name="db.example.com"
      -service_grp_name="db"
      -cloud_service_name="serv1"
      -operation="Create"
      -schema_name="HR"
      -tablespace_name="SYSTEM"
      -connection_service_name="nservice1"