Hi
I am using JDBC adapter.I am trying to enable an insert notification.I have scheduled it ,but while enabling it it is throwing the below error.
[ART.116.3038] Adapter Runtime (Notification): Error in Notification Callback:enableCallback notification GE_SMF_SupplierMasterInfo_Source.Notifications:SupplierMasterInfo_InsertNotify.
[ADA.1.316] Cannot execute the SQL statement "CREATE TRIGGER WMTSMFbb0f2ti AFTER INSERT ON GEPSVMF.GEPS_PO_VENDOR_STAGING FOR EACH ROW WHEN ( new.STATUS_FLAG = R) BEGIN INSERT INTO WMBSMFbb0f2ti (INTERFACE_RECORD_ID, WM_PUBLISHED_DATE, wm_rowid) VALUES (:new.INTERFACE_RECORD_ID, :new.WM_PUBLISHED_DATE, WMSSMFbb0f2ti.NEXTVAL); END;
". "
(42000/4076) ORA-04076: invalid NEW or OLD specification
"
ORA-04076: invalid NEW or OLD specification
can any one help