Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateConnectDescriptor

Connect Descriptor details. Required for Manual and UserManagerOci connection types. If a Private Endpoint was specified for the Connection, the host should contain a valid IP address.

Properties

Optional connectString

connectString: undefined | string

Connect String. Required if no host, port nor databaseServiceName were specified. If a Private Endpoint was specified in the Connection, the host entry should be a valid IP address. Supported formats: Easy connect: :/ Long format: (description= (address=(port=)(host=))(connect_data=(service_name=)))

Optional databaseServiceName

databaseServiceName: undefined | string

Database service name. Required if no connectString was specified.

Optional host

host: undefined | string

Host or IP address of the connect descriptor. Required if no connectString was specified.

Optional port

port: undefined | number

Port of the connect descriptor. Required if no connectString was specified. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj