Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: tough choices
Serge Rielau wrote:
> IMHO a lot of the finegrained access control part tastes like syntacic
> sugar.
> Cheers
> Serge
Not at all. One of the core technologies in Oracle that is being leveraged here is query rewrite.
The database engine rewrites queries to enforce security rules. We not only see this in FGAC security we see this in the substitution of materialized views for tables when their use will be more efficient.
And now, carried to the logical extreme, we see it with the ADDM, in 10g, the ability to replace Siebel, SAP, and PeopleSoft junk SQL statements with far more efficient SQL without having any access to their source code.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Fri Jun 25 2004 - 19:49:37 CDT
![]() |
![]() |