dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class
Properties Methods

In This Topic
    OracleConnectionStringBuilder Class Members
    In This Topic

    The following tables list the members exposed by OracleConnectionStringBuilder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleConnectionStringBuilder class.  
    Top
    Public Properties
     NameDescription
    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 connection class used for database resident connection pooling.  
    Public PropertyGets or sets time span in seconds for connection to live.  
    Public PropertyGets or sets the connection string associated with the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
    Public PropertyGets or sets whether to open a session with default or administrative privileges.  
    Public PropertyGets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the time in seconds to wait while trying to execute a command before terminating the attempt and generating an error.  
    Public PropertyGets or sets the default value of the OracleCommand.FetchSize property of OracleCommand instances, created via the OracleConnection.CreateCommand method.  
    Public PropertyEnables or disables additional check queries, performed when executing an OracleCommand with CommandType equal to CommandType.StoredProcedure.  
    Public PropertyIndicates whether Direct mode of communicating with server should be used.  
    Public PropertyGets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.  
    Public PropertyAllows dotConnect for Oracle to proactively remove connections to corresponding Oracle Real Application Clusters (RAC) database service, service member, instance, or node from the pool when this service, service member, instance, or node goes down.  
    Public PropertyGets or sets which Oracle Home to use.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after establishing the connection. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Returns true.  
    Public PropertyGets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public PropertyOverridden. Returns the value of given key.  
    Public PropertyOverridden. Collection of keys in the OracleConnectionStringBuilder.  
    Public PropertySpecifies the size of a block (in megabytes) to read/write CLOB or NCLOB data from/to database. This option is supported in OCI mode only. Applicable only for Unicode Oracle servers.  
    Public PropertyThe maximum number of connections allowed in the pool.  
    Public PropertyThe minimum number of connections allowed in the pool.  
    Public PropertyGets or sets the collection of number mappings used for this connection.  
    Public PropertyEnables or disables waiting for a connection to close when there is no free connection.  
    Public PropertyGets or sets the connection lifetime in the OCI pool.  
    Public PropertySpecifies the number of sessions that are added at once.  
    Public PropertyEnables or disables the OCI Session Pooling feature.  
    Public PropertySpecifies the maximum number of sessions that can be opened in the session pool.  
    Public PropertySpecifies the minimum number of sessions in the session pool.  
    Public PropertyGets or sets password for proxy connections.  
    Public PropertyGets or sets User Id for proxy connections.  
    Public PropertyDetermines whether to use Oracle Services for Microsoft Transaction Server (OraMTS) for distributed transactions.  
    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 a value indicating whether password is stored in connection string after connection is opened.  
    Public PropertyGets or sets pooling mode.  
    Public PropertyGets or sets the number of a port to communicate with listener on the server.  
    Public PropertyGets or sets the password for Oracle proxy authentication.  
    Public PropertyGets or sets the proxy user id for Oracle proxy authentication.  
    Public PropertySpecifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool. (Inherited from Devart.Common.DbConnectionStringBuilder)
    Public PropertyGets or sets the name of TNS alias of the Oracle database to which to connect.  
    Public PropertyGets or sets an alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode.  
    Public PropertyGets or sets a unique name for an Oracle database instance.  
    Public PropertyGets or sets the client authentication method.  
    Public PropertyList of ciphers that client agrees to use.  
    Public PropertyGets or sets name or ip address of SSH server.  
    Public PropertyGets or sets the location of the public key on the client side to verify the server host key during establishing connection.  
    Public PropertyGets or sets the client key passphrase.  
    Public PropertyGets or sets user password on SSH server.  
    Public PropertyGets ot sets number of port on SSH server to connect.  
    Public PropertyGets or sets the location of the client private key.  
    Public PropertyIndicates whether the host key is verified during establishing connection.  
    Public PropertyGets or sets user id on SSH server.  
    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 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 PropertyDetermines whether to clear the OCI statement cache when closing the connection or putting it to the pool.  
    Public PropertyGets or sets the maximum number of statements that can be cached for a connection.  
    Public PropertyEnables support for non-distributed transactions in the TransactionScope implementation.  
    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 PropertyEnables dotConnect for Oracle performance counters that allow you to conveniently measure the frequency of connecting/disconnecting to the data source, the number of active connections, pooled connections, etc. via Windows Performance Monitor or programmatically. See Performance Counters Support for more information.  
    Public PropertyGets or sets the name of the user to connect.  
    Public PropertyIndicates whether to validate connections that are being taken from the pool.  
    Public PropertyOverridden. Collection of values in the OracleConnectionStringBuilder.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an entry with the specified key and value into the System.Data.Common.DbConnectionStringBuilder. (Inherited from System.Data.Common.DbConnectionStringBuilder)
    Public MethodOverridden. Sets all OracleConnectionStringBuilder properties to default values.  
    Public MethodOverridden. Indicates whether specified key is set in the OracleConnectionStringBuilder object.  
    Public MethodOverloaded. Overridden. Returns a value indicating whether this OracleConnectionStringBuilder has same parameters as given DbConnectionStringBuilder.  
    Public MethodOverridden. Sets value of the specified key to default.  
    Public MethodOverridden. Determines whether the key will be serialized if required.  
    Public MethodOverridden. Returns the current connection string for the OracleConnectionStringBuilder.  
    Public MethodOverridden. Attempts to get a key value.  
    Top
    See Also