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

In This Topic
OracleConnection Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodStarts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodOverloaded. Begins a transaction at the database.  
Public MethodChanges the current schema associated with an open Devart.Common.DbConnectionBase. (Inherited from Devart.Common.DbConnectionBase)
Public MethodOverloaded. Changes the password for the userб specified in the connection.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Clears all pools associated with the connection.  
Public Methodstatic (Shared in Visual Basic)Clears the pool matching ConnectionString of provided OracleConnection object.  
Public MethodCreates a new object that is a copy of the current instance.  
Public MethodOverridden. Closes the connection to the database. This is the preferred method of closing any open connection.  
Public MethodCommits the database transaction.  
Public MethodOverloaded. Creates and returns a OracleCommand object associated with the OracleConnection.  
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodEnlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase)
Public MethodUsed to return the contents of a banner that warns users about potential auditing of their actions.  
Public MethodOverloaded. Gets OracleGlobalization settings for the current database.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodReturns the status of the specified transaction. Requires Oracle 12c and works only in OCI mode.  
Public MethodGets a native handle for the OracleConnection.  
Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns an array of available TNS aliases.  
Public MethodOverloaded. Populates an OracleGlobalization object with client side information.  
Public MethodUsed to return the contents of a banner that warns users about unauthorized access to the database.  
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Opens connection with Proxy Authentication mechanism.  
Public MethodDetermines whether connection to Oracle server is valid.  
Public MethodClears OCI statement cache for the connection.  
Public MethodRolls back a transaction from a pending state.  
Public MethodThis method uses the DBMS_APPLICATION_INFO package to record the names of the module and action performed and the client information to Oracle database in order to ease tracking of the application actions, performance, and resource usage.  
Public MethodSets Oracle globalization settings for the current connection.  
Public MethodOverloaded. Specifies sharding key values for the connection to a sharded Oracle database.  
Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top
See Also