Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Number of tables/views and security
Hans Börjesson wrote:
>
> Hi!
>
> I wonder if there is any problems (limitations, performance issues etc) to
> have a database with say 25000 views? The database will originally only
> contain like 50 tables but the application running against the database may
> specify restrictions on users (some fields are hidden/readonly for a user
> with a specified role). For every role I was planning to create views (which
> in turn is pointing to the "real" 50 tables) which includes only the fields
> that the role is permitted to see. My hope is that this will simplfy the
> handling of field/table security (now this is done by code in the client).
>
> We will be using Oracle 8i (8.1.6) or higher.
>
> Does this make sence or do you see any big drawbacks with this approach?
>
> --
> Med vänlig hälsning/Regards
> Hans Börjesson
> Remove SPAM from email to send email
Shouldn't be a problem - although your dictionary cache may take a bit of a hammering if all those views are being used.
I would have thought you could use FGAC and avoid some of the views
hth
connor
-- ============================== Connor McDonald http://www.oracledba.co.uk "Some days you're the pigeon, some days you're the statue..."Received on Tue Nov 06 2001 - 09:38:04 CST
![]() |
![]() |