oracle之FGAC(Fine Grainted Access)
Oracle's Fine Grained Access Control (FGAC) provides a row-level security mechanism that's built-in to the Oracle database engine. FGAC allows you to granularly specify the exact information elements that each user may access. It works by automatically appending a WHERE predicate to the SQL statements executed by the user. For example, if you had an Employees table and wanted to grant each user access to his or her own records, you could assign them the clause "WHERE employeeid = USER").
With such an FGAC scheme, if the user executed the following statement:
SELECT *
FROM Employees
Oracle FGAC would modify the statement to read:
SELECT *
FROM Employees
WHERE employeeid = USER
Automatically limiting the user's access. For more information on FGAC, read the Oracle article:Fine Grained Access Control and Application Contexts.
來自:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28612416/viewspace-772838/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE FGAC(細粒度許可權控制)(轉)Oracle
- 細粒度訪問控制(Fine-Grained access control)的一個簡單例子AI單例
- Fine Grained DependenciesAI
- ORA-07274: spdcr: access error, access to oracle denied.ErrorOracle
- TypeScript 之 Indexed Access TypesTypeScriptIndex
- Oracle 12c新特性之——TABLE ACCESS BY INDEX ROWID BATCHEDOracleIndexBAT
- 利用FGAC/VPD重寫使用者SQLSQL
- Fine Grained Auditing (FGA)AI
- Python is doing just finePython
- Access 匯入 oracle 資料庫Oracle資料庫
- Connecting Oracle with MS-AccessOracle
- [Oracle] ORA-24247: network access denied by access control list(ACL)Oracle
- axolotl-mistral fine-tuning
- 預訓練模型 & Fine-tuning模型
- iSQLPlus for SYSDBA Access Oracle10gSQLOracle
- BERT fine-tune 實踐終極教程
- 【MySQL】MySQL5.6新特性之Batched Key AccessMySqlBAT
- Fine-grainedauditing(FGA) 細粒度審計AI
- win10系統fine reader怎麼安裝_win10系統fine reader安裝教程【圖文】Win10
- Oracle 執行計劃中access 和 filter的區別OracleFilter
- c#訪問oracle幾種方法(轉載)_data accessC#Oracle
- Oracle Exadata的TABLE ACCESS STORAGE FULL執行計劃Oracle
- ACCESS大批量資料寫入之效能提升方案
- Fine Print 2000的破解思路 (10千字)
- 12.28--Sean, it's fine. You should check this out.
- 【TUNE_ORACLE】列出走了TABLE ACCESS FULL的SQL參考OracleSQL
- Oracle,SqlServer,Access資料庫通用訪問類設計(轉)OracleSQLServer資料庫
- JAVA使用accessJava
- access()函式函式
- Httplistener Access DeniedHTTP
- AP(Access Pointer)
- 連線資料之遠端呼叫Access資料庫(轉)資料庫
- Cannot Access Pls Pages: 'mod_security: Access denied with code 400'
- 【sql調優之執行計劃】使用hint(二)Hints for Access PathsSQL
- svn access to forBiddenORB
- Java連線AccessJava
- logstash nginx accessNginx
- Auditing Database AccessDatabase