Skip Headers
Oracle® Data Provider for .NET Developer's Guide
12c Release 1 (12.1.0.1.0)

Part Number E41125-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

OracleDBShutdownMode Enumeration

OracleDBShutdownMode enumerated values specify the database shutdown options.

Table 5-126 lists all the OracleDBShutdownMode enumeration values with a description of each enumerated value.

Table 5-125 OracleDBShutdownMode Enumeration Values

Member Name Description

Default

Refuses new connections and waits for existing connections to end.

Transactional

Refuses new connections and does not allow any new transactions. Waits for active transactions to commit.

TransactionalLocal

Refuses new connections and does not allow any new transactions. Waits for only local transactions to commit.

Immediate

Does not wait for current calls to complete or users to disconnect from the database. All uncommitted transactions are terminated and rolled back.

Final

Shuts down the database. Used in the second call for shutdown after the database has been closed and dismounted.

Abort

Does not wait for current calls to complete or users to disconnect from the database. All uncommitted transactions are terminated and are not rolled back.


Requirements

Provider ODP.NET, Unmanaged Driver
Assembly Oracle.DataAccess.dll
Namespace Oracle.DataAccess.Client
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5