OracleNotificationType Enumeration
In This Topic
Specifies the type of notification received from Oracle server.
Syntax
Members
Member | Description |
Change | A database object or its data is modified. For detailed information refer to the OracleNotificationEventArgs.Details property. |
DropDb | A database is dropped. |
End | The registration expires. |
Error | An error is encountered while processing the notification. |
None | A notification of unknown type is received. |
QueryChange | A query-based change occurs in the database when using OracleDependency. |
Shutdown | A database shuts down. |
Shutdown_any | A database instance in a Real Application Cluster environment shuts down. |
Startup | A database starts. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.Oracle.OracleNotificationType
See Also