Name | Description | |
---|---|---|
OracleDatabase Constructor | Creates an instance of OracleDatabase using the supplied connection string. |
The following tables list the members exposed by OracleDatabase.
Name | Description | |
---|---|---|
OracleDatabase Constructor | Creates an instance of OracleDatabase using the supplied connection string. |
Name | Description | |
---|---|---|
IsPluggableDatabase | Indicates whether the current Oracle Database instance is an Oracle pluggable database (PDB). | |
ServerVersion | Gets a string containing the version of the instance of Oracle Database, the OracleDatabase object is connected to. | |
ShortServerVersion | Gets the version of the instance of Oracle Database, the OracleDatabase object is connected to, as a System.Version object. |
Name | Description | |
---|---|---|
Dispose | Releases all resources allocated by this object. | |
ExecuteNonQuery | Executes SQL statement against this Oracle Database instance. | |
Shutdown | Overloaded. Shuts down a database instance. | |
Startup | Overloaded. Starts a database instance. You need database administrator privileges to start a database instance. |