ConnectionStringType interface
Connection strings to connect to an Oracle Autonomous Database.
Properties
all |
Returns all connection strings that can be used to connect to the Autonomous Database. |
dedicated | The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
high | The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. |
low | The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
medium | The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. |
profiles | A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata. |
Property Details
allConnectionStrings
Returns all connection strings that can be used to connect to the Autonomous Database.
allConnectionStrings?: AllConnectionStringType
Property Value
dedicated
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
dedicated?: string
Property Value
string
high
The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
high?: string
Property Value
string
low
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
low?: string
Property Value
string
medium
The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
medium?: string
Property Value
string
profiles
A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata.
profiles?: ProfileType[]