Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Foreign key reference to a view column

Foreign key reference to a view column

From: GFC <gfc.news.invalid_at_web2news.net>
Date: Mon, 05 May 2003 19:30:51 +0200
Message-ID: <28745N450@web2news.com>


Hello,

Can someone help me with the following:

I recently had to modify a customer table by adding a version column next to each customer number. This to allow tracking changes of customer information.

Other tables refered to the original customer table with a foreign key reference on the customer number.

Now I have made a view on the new customer table so that only the highest customer version is shown, thereby simulating the original functionality.

The problem is that the original foreign key constraint cannot be used on the view so my application can't validate customer numbers anymore.

How can I simulate a foreign key referencing a view column?

Has anyone encountered a similar problem?

Thanks,

Gian Franco

-- 
Direct access to this group with http://web2news.com
http://web2news.com/?comp.databases.oracle.misc
Received on Mon May 05 2003 - 12:30:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US