OracleOCIDriverInfo interface

Information about an Oracle OCI driver.

Properties

archiveChecksum

The MD5 Base64 encoded checksum for the driver package. NOTE: This property will not be serialized. It can only be populated by the server.

assemblyVersion

Version listed in the OCI assembly 'oci.dll' NOTE: This property will not be serialized. It can only be populated by the server.

driverName

The name of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

driverSize

The size in bytes of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

oracleChecksum

The checksum for the driver package provided by Oracle. NOTE: This property will not be serialized. It can only be populated by the server.

supportedOracleVersions

List of Oracle database versions supported by this driver. Only major minor of the version is listed. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

archiveChecksum

The MD5 Base64 encoded checksum for the driver package. NOTE: This property will not be serialized. It can only be populated by the server.

archiveChecksum?: string

Property Value

string

assemblyVersion

Version listed in the OCI assembly 'oci.dll' NOTE: This property will not be serialized. It can only be populated by the server.

assemblyVersion?: string

Property Value

string

driverName

The name of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

driverName?: string

Property Value

string

driverSize

The size in bytes of the driver package NOTE: This property will not be serialized. It can only be populated by the server.

driverSize?: string

Property Value

string

oracleChecksum

The checksum for the driver package provided by Oracle. NOTE: This property will not be serialized. It can only be populated by the server.

oracleChecksum?: string

Property Value

string

supportedOracleVersions

List of Oracle database versions supported by this driver. Only major minor of the version is listed. NOTE: This property will not be serialized. It can only be populated by the server.

supportedOracleVersions?: string[]

Property Value

string[]