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

In This Topic
    OracleNotificationType Enumeration
    In This Topic
    Specifies the type of notification received from Oracle server.
    Syntax
    'Declaration
     
    Public Enum OracleNotificationType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleNotificationType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    ChangeA database object or its data is modified. For detailed information refer to the OracleNotificationEventArgs.Details property.
    DropDbA database is dropped.
    EndThe registration expires.
    ErrorAn error is encountered while processing the notification.
    NoneA notification of unknown type is received.
    QueryChangeA query-based change occurs in the database when using OracleDependency.
    ShutdownA database shuts down.
    Shutdown_anyA database instance in a Real Application Cluster environment shuts down.
    StartupA database starts.
    Inheritance Hierarchy

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

    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