Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to enable FGAC ?
Seema,
FGAC, which is supported by the supplied PL/SQL package DBMS_RLS (Row Level Security), is only available in Oracle8i Enterprise Edition.
Even if you just have Standard Edition, you can get a lot of similar benefit by using Application Context, which you would need to use anyway to implement FGAC properly.
Both worked very nicely for me - at least in 8.1.6.
Jack
-----Original Message-----
Sent: Wednesday, October 31, 2001 10:00 AM
To: Multiple recipients of list ORACLE-L
Hi
I want to implement Fine-grained access control feature in my database.
i run select * from v_$option and see in my database
Fine-grained access control is having value false.Let me know how to
enable this feature at Database end?
Thanks
Seema
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jack C. Applewhite INET: japplewhite_at_inetprofit.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-LReceived on Wed Oct 31 2001 - 10:27:13 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |