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: SQL question avoiding 2 views and not in

RE: SQL question avoiding 2 views and not in

From: Koivu, Lisa <Lisa.Koivu_at_efairfield.com>
Date: Fri, 13 Dec 2002 13:38:14 -0800
Message-ID: <F001.0051999F.20021213133814@fatcity.com>


Has anyone used context and fine-grained security? I seem to remember the performance hit was not minimal when using this functionality.

        -----Original Message-----
Sent: Friday, December 13, 2002 4:14 PM To: Multiple recipients of list ORACLE-L

        Add this to where clause:

         group <> decode(user,'typical',380,-100)

        Instead of -100 use any number not used by the groups.

        Also read about contexts and grain level security.

        Waleed

        -----Original Message-----
Sent: Friday, December 13, 2002 2:59 PM To: Multiple recipients of list ORACLE-L

        Hi,

        We have a lot of views. Now the users have a new requirement, only the user 'admin' can see all the data from the views. The user 'typical' must see all data except the one from group 380.

        A basic solution is to create 2 sets of views with one set having a group number <> 380.

        I'm looking for a solution to have only one set of views. It's friday afternoon and I have no inspiration :-(

        TIA



Stéphane Paquette
DBA Oracle et DB2, consultant entrepôt de données Oracle and DB2 DBA, datawarehouse consultant stephane_paquette_at_yahoo.com

Lèche-vitrine ou lèche-écran ?
magasinage.yahoo.ca
--

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

Author: =?iso-8859-1?q?Stephane=20Paquette?=   INET: stephane_paquette_at_yahoo.com

        Fat City Network Services -- 858-538-5051 http://www.fatcity.com <http://www.fatcity.com>
San Diego, California -- Mailing list and web hosting services



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 <http://www.orafaq.com>
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM

        Fat City Network Services -- 858-538-5051 http://www.fatcity.com <http://www.fatcity.com>
San Diego, California -- Mailing list and web hosting services



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: Koivu, Lisa
  INET: Lisa.Koivu_at_efairfield.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Fri Dec 13 2002 - 15:38:14 CST

Original text of this message

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