IMO, one should always use BASIC notification and avoid the other types. The reason is because you generally don’t want to drop the DB trigger accidentally. Using the other notification types it is far too easy to inadvertently set the notification to a state that will drop the trigger–causing the integration to miss data changes. Depending on volumes and timing this can be a huge mess.
The downside is that generally your DB folks won’t give you access to create/manage the triggers yourself so you have to go through them and define the staging table and trigger yourself. But that’s a minor item, usually a one-time shot.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards