OracleConnectionInfo interface

Information for connecting to Oracle server

Extends

Properties

dataSource

EZConnect or TNSName connection string.

type

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

Inherited Properties

password

Password credential.

userName

User name

Property Details

dataSource

EZConnect or TNSName connection string.

dataSource: 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