RE: What Sort of Privilege?

  • From: "Goulet, Dick" <DGoulet@xxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 24 Aug 2004 06:58:52 -0400

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@xxxxxxxxxxx]
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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: