update_dbaas_quota
Updates the database quota for an SSA user role.
Format
emcli update_dbaas_quota
        -role_name="<SSA_User_Role_name>"
        -databases="<Number_of_Database_Requests>"
        -schema_services="<Number_of_Schema_Service_Requests>"
        -pluggable_databases="<Number_of_Pluggable_Database_Service_Requests>"
        -memory="<Memory(GB)>"
        -storage="<Storage(GB)>"Options
- 
                        role_name Name of an SSA user role for which the quota is to be updated. 
- 
                        databases Number of database service requests allowed. 
- 
                        schema_services Number of schema service requests allowed. 
- 
                        pluggable_databases Number of pluggable database service requests allowed. 
- 
                        memory Amount of memory (GB) usage allowed. 
- 
                        storage Amount of storage (GB) usage allowed. 
Examples
emcli update_dbaas_quota-role_name="My Role"-databases="10"-schema_services="10"-pluggable_databases="10"-memory="99"-storage="99"
displays the following output:
Quota for "My Role" updated successfully.