Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Solution (sorta) - Re: Another Braindead Friday...
I'd love to get to 8i. Unfortunately, a majority of legacy apps in use
will not work with 8.1.x.
Also, I have to at least pretend to care about the lusers wants and
needs... ;-)
--Scott
"Hillman, Alex" wrote:
>
> Maybe use row security option using DBMS_RLS package - if you on 8i. In this
> case you can give users select on the table but restrain them what data thay
> can see. And then create views if you need akso restrain columns that they
> can see.
>
> Alex Hillman
>
> -----Original Message-----
> Sent: Friday, July 27, 2001 4:41 PM
> To: Multiple recipients of list ORACLE-L
>
> Well, thanks to all for the excellent recomendations, but it turns out
> to be a moot point. Access to the data _must_ be constrained by the
> security requirements of the system, so I'm turning it over to any
> Damagers who haven't departed for the "Front 9" yet.
>
> Among the suggestions:
> --grant select "with admin option" or "with grant option" to the view
> owner.
> --grant create view to end users.
> --create a stored proc to generate views on the fly in each end users
> schema or in the table owner's schema with the necessary grants.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Scott Shafer INET: sknd100_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Fri Jul 27 2001 - 15:51:01 CDT
![]() |
![]() |