| Devart.Data.Oracle Namespace : OracleConnection Class |
OracleConnection Constructor | Overloaded. Initializes a new instance of the OracleConnection class. |
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. |
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. |
| Gets the |
DataSource (Inherited from Devart.Common.DbConnectionBase) | Gets or sets name of the server to which to connect. |
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 (Inherited from Devart.Common.DbConnectionBase) | Indicates whether the connection is enlisted in a distributed transaction. |
Name | Gets or sets name of the component. |
NumberMappings | Gets or sets the collection of number mappings used for this connection. |
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. |
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. |
Sid | Gets or sets a unique name for an Oracle database instance. |
| Gets or sets the |
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. |
BeginOpen (Inherited from Devart.Common.DbConnectionBase) | Starts an asynchronous invocation of an Open method. |
BeginTransaction | Overloaded. Begins a transaction at the database. |
ChangeDatabase (Inherited from Devart.Common.DbConnectionBase) | Changes the current database associated with an open DbConnectionBase. |
ChangePassword | Changes the password for the specified user. |
![]() ClearAllPools | Clears all pools associated with the connection. |
![]() ClearPool | Clears the pool matching ConnectionString of provided OracleConnection object. |
Clone | Creates a new object that is a copy of the current instance. |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. |
Commit | Commits the database transaction. |
CreateCommand | Creates and returns a OracleCommand object associated with the OracleConnection. |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
| Releases all resources used by the |
EndOpen (Inherited from Devart.Common.DbConnectionBase) | Ends an asynchronous invocation of the Open method. |
EnlistTransaction (Inherited from Devart.Common.DbConnectionBase) | Enlists in the specified transaction. |
GetDatabaseInfo | Overloaded. Gets OracleGlobalization settings for the current database. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetNativeHandle | Gets a native handle for the OracleConnection. |
GetSchema (Inherited from Devart.Common.DbConnectionBase) | Overloaded. Provides information about server schema objects. |
![]() GetServerList | Overloaded. Returns an array of available TNS aliases. |
GetSessionInfo | Overloaded. Populates an OracleGlobalization object with client side information. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
Open | Overloaded. Opens connection with Proxy Authentication mechanism. |
Ping | Determines whether connection to Oracle server is valid. |
Rollback | Rolls back a transaction from a pending state. |
SetSessionInfo | Sets Oracle globalization settings for the current connection. |
| Returns a |
| Occurs when the component is disposed by a call to the |
Error | Occurs when Oracle returns an error message. |
Failover | Occurs when Oracle Failover mechanism takes place. |
InfoMessage | Occurs when Oracle returns a warning or informational message. |
StateChange (Inherited from Devart.Common.DbConnectionBase) | Occurs when the state of the connection changes. |
TransactionStateChanged (Inherited from Devart.Common.DbConnectionBase) | Occurs when the state of the transaction is changed. |
TransactionStateChanging (Inherited from Devart.Common.DbConnectionBase) | Occurs when the state of the transaction is changing. |
OracleConnection Class | Devart.Data.Oracle Namespace | OracleDataAdapter Class | OracleCommand Class
© 2002 - 2013 Devart. All Rights Reserved.