Skip to content

/AWS1/CL_ODBATNMSDBASECONNSTRS

The connection strings used to connect to an Autonomous Database.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_allconnectionstrings TYPE /AWS1/CL_ODBDBASECONNSTRMAP_W=>TT_DATABASECONNECTIONSTRINGMAP TT_DATABASECONNECTIONSTRINGMAP

The list of all connection strings that you can use to connect to the Autonomous Database.

iv_dedicated TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The connection string for connecting to the Autonomous Database with a dedicated service.

iv_high TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The connection string for the high-priority database service.

iv_medium TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The connection string for the medium-priority database service.

iv_low TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The connection string for the low-priority database service.

it_profiles TYPE /AWS1/CL_ODBDBASECONNSTRINGPFL=>TT_DBASECONNSTRINGPROFILELIST TT_DBASECONNSTRINGPROFILELIST

The list of connection string profiles for the Autonomous Database.


Queryable Attributes

allConnectionStrings

The list of all connection strings that you can use to connect to the Autonomous Database.

Accessible with the following methods

Method Description
GET_ALLCONNECTIONSTRINGS() Getter for ALLCONNECTIONSTRINGS, with configurable default
ASK_ALLCONNECTIONSTRINGS() Getter for ALLCONNECTIONSTRINGS w/ exceptions if field has n
HAS_ALLCONNECTIONSTRINGS() Determine if ALLCONNECTIONSTRINGS has a value

dedicated

The connection string for connecting to the Autonomous Database with a dedicated service.

Accessible with the following methods

Method Description
GET_DEDICATED() Getter for DEDICATED, with configurable default
ASK_DEDICATED() Getter for DEDICATED w/ exceptions if field has no value
HAS_DEDICATED() Determine if DEDICATED has a value

high

The connection string for the high-priority database service.

Accessible with the following methods

Method Description
GET_HIGH() Getter for HIGH, with configurable default
ASK_HIGH() Getter for HIGH w/ exceptions if field has no value
HAS_HIGH() Determine if HIGH has a value

medium

The connection string for the medium-priority database service.

Accessible with the following methods

Method Description
GET_MEDIUM() Getter for MEDIUM, with configurable default
ASK_MEDIUM() Getter for MEDIUM w/ exceptions if field has no value
HAS_MEDIUM() Determine if MEDIUM has a value

low

The connection string for the low-priority database service.

Accessible with the following methods

Method Description
GET_LOW() Getter for LOW, with configurable default
ASK_LOW() Getter for LOW w/ exceptions if field has no value
HAS_LOW() Determine if LOW has a value

profiles

The list of connection string profiles for the Autonomous Database.

Accessible with the following methods

Method Description
GET_PROFILES() Getter for PROFILES, with configurable default
ASK_PROFILES() Getter for PROFILES w/ exceptions if field has no value
HAS_PROFILES() Determine if PROFILES has a value