public class OracleDatabase : System.IDisposable
'Declaration Public Class OracleDatabase Implements System.IDisposable
Note that if you connect to an Oracle 12c (or later) container (root) database - CDB, you can shutdown it with the OracleDatabase class, however after this OracleDatabase class cannot start it again. You need to have either physical or remote access to the server to start it, for example, by restarting the Oracle instance. So, it's not recommended to use the OracleDatabase class with a CDB
This class is not supported in the OracleConnection.Direct mode.
This class is available only in Professional and Developer Editions. It is not available in Standard and Mobile Editions.
System.Object
Devart.Data.Oracle.OracleDatabase
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2