OracleConnectionType Enumeration

OracleConnectionType enumerated values specify whether a particular connection object is associated with an Oracle database connection, a TimesTen database connection, or no physical connection at all.

Table 7-178 lists all the OracleConnectionType enumeration values with a description of each enumerated value.

Table 7-178 OracleConnectionType Enumeration Values

Member Name Description

Undefined

No connection is associated with the OracleConnection object.

Oracle

The OracleConnection object is associated with an Oracle database.

TimesTen

The OracleConnection object is associated with a TimesTen database.

Requirements

Provider ODP.NET, Unmanaged Driver

Assembly

Oracle.DataAccess.dll

Namespace

Oracle.DataAccess.Client

.NET Framework

4.8