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 -> Re: Referencing SYS.DBA_USERS ???

Re: Referencing SYS.DBA_USERS ???

From: John Koo <johnkoo_at_whale.i-wave.net>
Date: 24 Feb 1999 04:33:36 GMT
Message-ID: <7avvf0$n1n68@news.hk.linkage.net>


Hi there,

 There is no table called DBA_USERS !! It is a view !

John K.
johnkoo_at_i-wave.net

news.logica.com (GoorberghJ_at_Logica.com) wrote:
: Hi,

: The following script

: create table test_user_ref (name varchar2(30),
: userid_ref number,
: constraint fk_userid
: foreign key (userid_ref)
: references SYS.DBA_USERS
: (USER_ID));
: results in:

: ERROR at line 5:
: ORA-02444: Cannot resolve referenced object in referential constraints

: Does anybody have a workaround for this problem?

: Thanx,

: Jeroen
Received on Tue Feb 23 1999 - 22:33:36 CST

Original text of this message

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