Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

Alter Table Error

$
0
0

When I try to run 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 this 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


Viewing all articles
Browse latest Browse all 5653

Trending Articles