Share via


OracleConnectionInfo interface

Information for connecting to Oracle server

Extends

Properties

authentication

Authentication type to use for connection

dataSource

EZConnect or TNSName connection string.

port

port for server

serverName

name of the server

serverVersion

server version

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

password

Password credential.

userName

User name

Property Details

authentication

Authentication type to use for connection

authentication?: string

Property Value

string

dataSource

EZConnect or TNSName connection string.

dataSource: string

Property Value

string

port

port for server

port?: number

Property Value

number

serverName

name of the server

serverName?: string

Property Value

string

serverVersion

server version

serverVersion?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "OracleConnectionInfo"

Property Value

"OracleConnectionInfo"

Inherited Property Details

password

Password credential.

password?: string

Property Value

string

Inherited From ConnectionInfo.password

userName

User name

userName?: string

Property Value

string

Inherited From ConnectionInfo.userName