The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleConnection::Open Method ()
.NET Framework (current version)
Opens a connection to a database with the property settings specified by the ConnectionString.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The connection is not open. |
| OracleException | Cannot change the database. |
The OracleConnection draws an open connection from the connection pool if one is available. Otherwise, it establishes a new connection to the database.
Note |
|---|
If the OracleConnection goes out of scope, the connection it represents does not close automatically. Therefore, you must explicitly close the connection by calling Close. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
