dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePdbOpenMode Enumeration

OraclePdbOpenMode Enumeration
Specifies the open mode for starting a PDB Oracle instance with the OracleDatabase.Startup method of the OracleDatabase class (for Oracle 12c and higher).
Syntax
'Declaration
 
Public Enum OraclePdbOpenMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
 
Members
MemberDescription
ReadOnlyA PDB instance is opened as read-only.
ReadWriteA PDB instance is opened for reading and writing.
UpgradeA PDB instance is opened, and operations that prepare the environment for the upgrade are performed.
Remarks

Note: This enumeration is not available in .NET Standard compatible assemblies. It is available only in the assembly for full .NET Framework.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Devart.Data.Oracle.OraclePdbOpenMode

Requirements

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

See Also