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: 9iR2, grant select on a column (without using views) using RL

Re: 9iR2, grant select on a column (without using views) using RL

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Sun, 24 Aug 2003 01:59:32 -0800
Message-ID: <F001.005CCC7A.20030824015932@fatcity.com>


> using views for each user would work, but then.. i would end up with
> so many views in the main schema !!! ;-(

SQL> select owner, count(*) from dba_views group by owner having count(*) > 100 order by 2 desc;

OWNER                            COUNT(*)
------------------------------ ----------
APPS_AF                             15899
SYS                                  1410

Is this too many views for you? ;)
This is a regular Oracle Applications 11.5.7 installation...

Tanel.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tanel Poder
  INET: tanel.poder.003_at_mail.ee

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 Sun Aug 24 2003 - 04:59:32 CDT

Original text of this message

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