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: Alternatives to roles in procedures?

RE: Alternatives to roles in procedures?

From: Thomas Jeff <ThomasJe_at_tce.com>
Date: Mon, 17 Sep 2001 14:28:12 -0700
Message-ID: <F001.00391026.20010917144021@fatcity.com>

We don't allow granting IUD privileges to remote schemas at our site.  

All DML to be applied on tables within a given schema is performed only by stored procedures owned by that schema.   We essentially have just two roles (assume ABC schema):   ABC_ROLE, which consists only of execute privileges on stored procedures in ABC, and ABC_RO_ROLE which are SELECT privileges only on tables in ABC.

Jeff T.
thomasje_at_tce.com

-----Original Message-----
From: Jesse, Rich [mailto:Rich.Jesse_at_QTIWORLD.COM] Sent: Monday, September 17, 2001 3:30 PM To: Multiple recipients of list ORACLE-L Subject: Alternatives to roles in procedures?

So, there we are, in 8.1.7 on HP/UX 11.0.  We have several dozen tables in schema "A" that need to be accessed from procedures in schema "B".  We had previously been using a role to grant access to these tables but now with the procedures, this ain't an option.

Are there any alternatives to granting SELECT, INSERT, UPDATE, DELETE, etc on each table to schema "B"?

TIA,

Rich Jesse                          System/Database Administrator
Rich.Jesse_at_qtiworld.com             Quad/Tech International, Sussex, WI USA
--

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

Author: Jesse, Rich
  INET: Rich.Jesse_at_qtiworld.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from).  You may also send the HELP command for other information (like subscribing). Received on Mon Sep 17 2001 - 16:28:12 CDT

Original text of this message

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