Service Quotas
Database Tools quota details.
Family name: dbtools
| Name | Scope | Description | 
|---|---|---|
| dbtools-connections-count | Regional | Database Tools connections | 
| dbtools-private-endpoints-count | Regional | Database Tools private endpoints | 
| dbtools-identities-count | Regional | Database Tools identities | 
Examples
The following example shows how to limit the number of Database Tools connections in a compartment:
set dbtools quota dbtools-connections-count to 50 in compartment MyCompartmentThis example shows how to limit the number of Database Tools private endpoints in a compartment:
set dbtools quota dbtools-private-endpoints-count to 5 in compartment MyCompartmentThe following example shows how to limit the number of Database Tools identities in a compartment:
set dbtools quota dbtools-identities-count to 7 in compartment MyCompartment