OracleDatabase Members

OracleDatabase members are listed in the following tables.

OracleDatabase Constructors

The OracleDatabase constructor is listed in Table 7-74.

Table 7-74 OracleDatabase Constructors

Constructor Description

OracleDatabase Constructors

Instantiates a new instance of OracleDatabase class

OracleDatabase Properties

The OracleDatabase properties are listed in Table 7-75.

Table 7-75 OracleDatabase Properties

Property Description

ServerVersion

Specifies the database version number of the Oracle Database instance to which the connection is made

OracleDatabase Public Methods

The OracleDatabase public methods are listed in Table 7-76.

Table 7-76 OracleDatabase Public Methods

Public Method Description

Dispose

Releases any resources or memory allocated by the object.

ExecuteNonQuery

Executes the supplied non-SELECT statement against the database

Shutdown

Shuts down the database (Overloaded)

Startup

Starts up the database (Overloaded)