OracleConnectionInfo interface
Information for connecting to Oracle server
Properties
data |
EZConnect or TNSName connection string. |
password | Password credential. |
type | Polymorphic Discriminator |
user |
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