On executing the following alter command
ALTER TABLE ITEM_LOCATION ADD CONSTRAINT IL_LOC_TO_LOCATION_FK FOREIGN KEY (LOCATION_KEY) REFERENCES LOCATION (LOCATION_KEY)
I get an error?
Cause: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [7]: feature not supported: more than 32 triggers for single table is not yet supported: line 1 col 78 (at pos 77)
Can someone help me?
Thanks,
Geetha