OracleDepenency - OPERATIONS_FILTER support
Posted: Fri 13 Jan 2012 17:49
The Oracle documentation indicates that it is possible when registering a notification to filter the type of operations for which a notification is transmitted:
INSERTOP
UPDATEOP
DELETEOP
ALTEROP
DROPOP
I know that I can look at the details of the notification in the OnChange event to determine the operation type, but I would like to be able to only receive notifications for inserts. Is this possible via the OracleDependency class, and if not, do you have any plans to implement this functionality?
INSERTOP
UPDATEOP
DELETEOP
ALTEROP
DROPOP
I know that I can look at the details of the notification in the OnChange event to determine the operation type, but I would like to be able to only receive notifications for inserts. Is this possible via the OracleDependency class, and if not, do you have any plans to implement this functionality?