Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: FGA a role ?

Re: FGA a role ?

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Mon, 28 Mar 2005 07:40:02 +0200
Message-ID: <424798a3$0$11533$626a14ce@news.free.fr>

"Stefan" <stefan_at_dragolov.com> a écrit dans le message de news:1111985710.336201.231090_at_o13g2000cwo.googlegroups.com...
| Is it possible to have an FGA policy for a role.
|
| For example, I know that a policy can exclude a user as such
| "user not in ('user1', 'user1')"
|
| Is it possible to do this:
|
| "role not in ('role1', 'role2')"
|
| Thanks,
| Stefan
|

Maybe:

not exists (select 1 from session_roles where role in ('role1','role2'))

Regards
Michel Cadot Received on Sun Mar 27 2005 - 23:40:02 CST

Original text of this message

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