Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: View Security
On May 31, 9:01 am, Brad <bemoor..._at_yahoo.com> wrote:
> Hi All,
>
> I'm new to Oracle DB's and have a basic question about update access
> to data through views. Is it possible for a user with the update
> privilege to a view, like sys.dba_audit_trail to make changes to the
> data they can access through the view and if so, do they require
> update to the table as well - AUD$?
>
> Thanks for any help.
>
> Brad.
Hi Brad,
You can create a view with a READ ONLY clause(http://downloadeast. oracle.com/docs/cd/B19306_01/server.102/b14200/ statements_8004.htm#i2065510), and regardless, a user does need write access to the underlying table whether or not the view is READ ONLY.
tahiti.oracle.com has tons of good stuff for question such as this.
HTH, Steve Received on Thu May 31 2007 - 08:44:49 CDT