| Name | Description |
 | ActionName | Gets or sets the action name for the connection. |
 | AutoCommit | Determines whether modifications will be committed automatically at the server or not. |
 | ClientId | This property specifies the client identifier for the connection. It helps to make audition of the client connections and gives an opportunity to distinguish between the applications connecting to. |
 | ClientInfo | Gets or sets the client information for the connection. |
 | ClientVersion | Returns version of Oracle client used for this connection. |
 | ConnectionString | Gets or sets the string used to open an Oracle server database. |
 | ConnectionTimeout | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
 | ConnectMode | Opens a session with administrative privileges SYSDBA or SYSOPER. |
 | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
 | Credential | Gets or sets user credentials with a more securely stored password. |
 | DataSource | Gets or sets name of the server to which to connect. (Inherited from Devart.Common.DbConnectionBase) |
 | DescribeStoredProcedure | |
 | Direct | Indicates whether Direct mode of communicating with server should be used. |
 | Home | Gets or sets Oracle Home to be used. |
  | Homes | Gets the list of all available Oracle homes. |
 | InDistributedTransaction | Indicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase) |
 | LogicalTransactionId | Gets the logical transaction ID (LTXID) of the last executed translation. Can be used for determining the outcome of the last transaction, opened by this connection, following an outage. Requires Oracle 12c and works only in OCI mode. |
 | ModuleName | Gets or sets the module name for the connection. |
 | Name | Gets or sets name of the component. |
 | NumberMappings | Gets or sets the collection of number mappings used for this connection. |
 | OracleLogicalTransaction | Gets an OracleLogicalTransaction object, which allows you to determine whether the running transaction during the last database outage was successfully committed and completed. |
 | Owner | Gets or sets a form or other container that the OracleConnection instance belongs to. |
 | PassParametersByName | Determines whether parameters will be passed by name to the stored procedure calls. |
 | Password | Gets or sets the user's password to connect. |
 | Port | Gets or sets number of a port to communicate with listener on the server. |
 | Server | Gets or sets the name of TNS alias of the Oracle database to which to connect. |
 | ServerType | Indicates whether the connected database is an Oracle database or a TimesTen database. |
 | ServerVersion | Gets a string containing the version of the instance of Oracle to which the client is connected. |
 | ServiceName | Gets or sets an alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode. |
 | ShortServerVersion | Gets the version of the instance of Oracle Database, the OracleConnection object is connected to, as a System.Version object. |
 | Sid | Gets or sets a unique name for an Oracle database instance. |
 | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
 | SshOptions | Gets or sets SshOptions object which is used to establish secure SSH connection with server in the Direct mode. |
 | SslCert | Gets or sets the SSL Certificate contents as a base64 encoded string. |
 | SslKey | Gets or sets the SSL Key contents as a base64 encoded string. |
 | SslOptions | Gets or sets SslOptions object which is used to establish secure SSL/TLS connection with server in the Direct mode. |
 | SslServerCertDN | Gets or sets parameters for Oracle server certificate check. |
 | SslWalletPath | Determines the location of the Oracle Wallet to get a certificate for connecting to Oracle in the Direct mode. |
 | State | Gets the current state of the connection. |
 | TrimFixedChar | Specifies whether to trim trailing spaces when reading data from fixed-length string data types (CHAR, NCHAR). |
 | Unicode | Gets or sets a value indicating whether the UTF16 charset will be used. |
 | UserId | Gets or sets the name of the user to connect. |