OracleDBShutdownMode enumerated values specify the database shutdown options.
Table 5-124 lists all the OracleDBShutdownMode enumeration values with a description of each enumerated value.
Table 5-123 OracleDBShutdownMode Enumeration Values
| Member Name | Description | 
|---|---|
| 
 
  | 
 Refuses new connections and waits for existing connections to end.  | 
| 
 
  | 
 Refuses new connections and does not allow any new transactions. Waits for active transactions to commit.  | 
| 
 
  | 
 Refuses new connections and does not allow any new transactions. Waits for only local transactions to commit.  | 
| 
 
  | 
 Does not wait for current calls to complete or users to disconnect from the database. All uncommitted transactions are terminated and rolled back.  | 
| 
 
  | 
 Shuts down the database. Used in the second call for shutdown after the database has been closed and dismounted.  | 
| 
 
  | 
 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.  | 
Namespace: Oracle.DataAccess.Client
Assembly: Oracle.DataAccess.dll
ODP.NET Version: ODP.NET for .NET Framework 2.0 or ODP.NET for .NET Framework 4