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

Home -> Community -> Usenet -> c.d.o.server -> Re: Foreign Key to table in other schema?

Re: Foreign Key to table in other schema?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 24 Aug 2005 10:12:29 -0700
Message-ID: <1124903549.466684.152840@g43g2000cwa.googlegroups.com>


Martijn, you can find information of the References privilege that Daniel pointed out in the Concepts manual chapter on constraints and in the SQL manual.

The References privilege allows user B to impose a restriction on the table owner, A, and is required for B to be able to stop user A from deleting rows from their own table. So user A must grant references to user B.

HTH -- Mark D Powell -- Received on Wed Aug 24 2005 - 12:12:29 CDT

Original text of this message

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