dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / Shutdown Method / Shutdown(OracleShutdownMode,Boolean) Method
One of the OracleShutdownMode values.
Specifies whether the database should be closed, dismounted, and finalized. Ignored if Devart.Data.Oracle.OracleShutdownModel.Final is used.

In This Topic
    Shutdown(OracleShutdownMode,Boolean) Method
    In This Topic
    Shuts down a database instance using the specified mode.
    Syntax
    'Declaration
     
    Public Overloads Sub Shutdown( _
       ByVal shutdownMode As OracleShutdownMode, _
       ByVal closeDismountAndFinalize As Boolean _
    ) 
    public void Shutdown( 
       OracleShutdownMode shutdownMode,
       bool closeDismountAndFinalize
    )

    Parameters

    shutdownMode
    One of the OracleShutdownMode values.
    closeDismountAndFinalize
    Specifies whether the database should be closed, dismounted, and finalized. Ignored if Devart.Data.Oracle.OracleShutdownModel.Final is used.
    See Also