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: <Jared.Still_at_radisys.com>
Date: Mon, 17 Sep 2001 13:47:08 -0700
Message-ID: <F001.00390F79.20010917135518@fatcity.com>

Short answer: No

When using procedures to allow access to a schema, you really should consider using 3 schemas, not 2.

The C schema gets execute access to the procs in Schema B. No users will have access to the tables this way.

Jared

                                                                                       
                              
                    "Jesse, Rich"                                                      
                              
                    <Rich.Jesse_at_qti       To:     Multiple recipients of list ORACLE-L 
<ORACLE-L_at_fatcity.com>        
                    world.com>            cc:                                          
                              
                    Sent by:              Subject:     Alternatives to roles in 
procedures?                          
                    root_at_fatcity.co                                                    
                              
                    m                                                                  
                              
                                                                                       
                              
                                                                                       
                              
                    09/17/01 01:30                                                     
                              
                    PM                                                                 
                              
                    Please respond                                                     
                              
                    to ORACLE-L                                                        
                              
                                                                                       
                              
                                                                                       
                              




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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.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 - 15:47:08 CDT

Original text of this message

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