OracleConnectionInfo interface

Information for connecting to Oracle server

Properties

dataSource

EZConnect or TNSName connection string.

password

Password credential.

type

Polymorphic Discriminator

userName

User name

Property Details

dataSource

EZConnect or TNSName connection string.

dataSource: string

Property Value

string

password

Password credential.

password?: string

Property Value

string

type

Polymorphic Discriminator

type: "OracleConnectionInfo"

Property Value

"OracleConnectionInfo"

userName

User name

userName?: string

Property Value

string