dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class

OracleConnection Class Properties

For a list of all members of this type, see OracleConnection members.

Public Properties
 NameDescription
Public PropertyGets or sets the action name for the connection.  
Public PropertyDetermines whether modifications will be committed automatically at the server or not.  
Public PropertyThis 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.  
Public PropertyGets or sets the client information for the connection.  
Public PropertyReturns version of Oracle client used for this connection.  
Public PropertyGets or sets the string used to open an Oracle server database.  
Public PropertyGets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
Public PropertyOpens a session with administrative privileges SYSDBA or SYSOPER.  
Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets user credentials with a more securely stored password.  
Public PropertyGets or sets name of the server to which to connect. (Inherited from Devart.Common.DbConnectionBase)
Public Property  
Public PropertyIndicates whether Direct mode of communicating with server should be used.  
Public PropertyGets or sets Oracle Home to be used.  
Public Propertystatic (Shared in Visual Basic)Gets the list of all available Oracle homes.  
Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
Public PropertyGets 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.  
Public PropertyGets or sets the module name for the connection.  
Public PropertyGets or sets name of the component.  
Public PropertyGets or sets the collection of number mappings used for this connection.  
Public PropertyGets an OracleLogicalTransaction object, which allows you to determine whether the running transaction during the last database outage was successfully committed and completed.  
Public PropertyGets or sets a form or other container that the OracleConnection instance belongs to.  
Public PropertyDetermines whether parameters will be passed by name to the stored procedure calls.  
Public PropertyGets or sets the user's password to connect.  
Public PropertyGets or sets number of a port to communicate with listener on the server.  
Public PropertyGets or sets the name of TNS alias of the Oracle database to which to connect.  
Public PropertyIndicates whether the connected database is an Oracle database or a TimesTen database.  
Public PropertyGets a string containing the version of the instance of Oracle to which the client is connected.  
Public PropertyGets or sets an alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode.  
Public PropertyGets the version of the instance of Oracle Database, the OracleConnection object is connected to, as a System.Version object.  
Public PropertyGets or sets a unique name for an Oracle database instance.  
Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets SshOptions object which is used to establish secure SSH connection with server in the Direct mode.  
Public PropertyGets or sets the SSL Certificate contents as a base64 encoded string.  
Public PropertyGets or sets the SSL Key contents as a base64 encoded string.  
Public PropertyGets or sets SslOptions object which is used to establish secure SSL/TLS connection with server in the Direct mode.  
Public PropertyGets or sets parameters for Oracle server certificate check.  
Public PropertyDetermines the location of the Oracle Wallet to get a certificate for connecting to Oracle in the Direct mode.  
Public PropertyGets the current state of the connection.  
Public PropertySpecifies whether to trim trailing spaces when reading data from fixed-length string data types (CHAR, NCHAR).  
Public PropertyGets or sets a value indicating whether the UTF16 charset will be used.  
Public PropertyGets or sets the name of the user to connect.  
Top
See Also