Adapter Notifiation Buffer Table and trigger

Hi

Can anyone please let me know where the buffer table and trigger is created when we configure adapter notification.

It will be in same database/schema in which you listening thru notification.

Thanks Yogesh.

Will check in same schema.

Hi,

additionally there is a sequence for tthe notification created also.

You can find the names of the objects in Designer when checking the different tabs of the notification service.
Their names are constructed like this:
Sequence: WMS
Table: WMB
Trigger: WMT

See JDBC Adapters Users Guide for details.

Regards,
Holger