Hi all,

Is it possible to enforce FK Constraints over a DB Link - I am going to create a synonym FACILITY which actually points to FACILITY@DATABASE2

Can I implement a FK to this table synonym?? If so, what happens if FACILITY@DATABASE2 deletes one of the rows, and DATABASE1 has an FK to it?

Thanks in advance...

Keith