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 15:34:31 -0800
Message-ID: <F001.005CCE4D.20030824153431@fatcity.com>


Hi!

The views are small part. There are over 150000 objects in whole database, of which over 22000 are packages. System TS is about 4GB. (source$ table is 1.2GB, total of IDL_ tables is also about 1.2G).

Tanel.

> 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).
>

-- 
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 - 18:34:31 CDT

Original text of this message

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