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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: What Sort of Privilege?

RE: What Sort of Privilege?

From: Goulet, Dick <DGoulet_at_vicr.com>
Date: Tue, 24 Aug 2004 06:58:52 -0400
Message-ID: <4001DEAF7DF9BD498B58B45051FBEA650146C66A@25exch1.vicorpower.vicr.com>


Don't take the advise of one of my developers. His answer would be = "grant all on <table_name> to public;'.

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----

From: Hamid Alavi [mailto:hamid.alavi_at_quovadx.com] Sent: Monday, August 23, 2004 5:46 PM
To: 'Oracle-L (E-mail)
Subject: What Sort of Privilege?

All,

what kind of privilege new for creating a FK constraint which reference table belongs to another schema.

ALTER TABLE PAM.table1
 ADD CONSTRAINT FKCONS1
 FOREIGN KEY (ID)
 REFERENCES schema1.table2 (ID2);

I have grant select,insert,update,delete for table2 BUT still I get insufficient privilege.
any idea?

Hamid Alavi

Office : 818-737-0526
Cell phone : 818-416-5095



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue Aug 24 2004 - 05:54:29 CDT

Original text of this message

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