On Thu, 6 Mar 2003, Siva Kumar wrote:
> Is it possible to have a column in Table-2 of Database-B to have a foreign key
> constraint referencing Table-1 of Database-A?
Not using the straight foreign key support (you might be able to put
something together using dblink in your own triggers, but it'd probably be
more trouble than it's worth)