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: Vladimir Begun <vladimir.begun_at_oracle.com>
Date: Sun, 24 Aug 2003 11:54:40 -0800
Message-ID: <F001.005CCE19.20030824115440@fatcity.com>


You would better count how much space those views' definitions consume in your system tablespace. :)

Tanel Poder wrote:

>>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...
-- 
Vladimir Begun
The statements and opinions expressed here are my own and
do not necessarily represent those of Oracle Corporation.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Vladimir Begun
  INET: vladimir.begun_at_oracle.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 Sun Aug 24 2003 - 14:54:40 CDT

Original text of this message

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