- Oracle Database 12c Security Cookbook
- Zoran Pavlovi? Maja Veselica
- 193字
- 2021-07-02 16:43:17
Introduction
In this section, you will learn the definitions of concepts that will be used in the rest of the chapter.
Definer is the owner of a procedure.
Invoker is a user who uses (invokes) a procedure, but is not the definer of the procedure.
Definer's rights procedure is a procedure (or a program unit) that executes with the privileges of its definer.
Invoker's rights procedure is a procedure (or a program unit) that executes with the privileges of the invoker.
Code base access control is a new feature, introduced in Oracle Database 12c. It enables you to grant database roles to PL/SQL functions, procedures, or packages. You can use it with definer's and invoker's rights procedures.
The purpose of the accessible by
clause is to limit the calling set of program units to be those in the accessible by
clause and the unit itself.
- Python快樂編程:人工智能深度學習基礎
- Getting Started with CreateJS
- PHP網絡編程學習筆記
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 區塊鏈:以太坊DApp開發實戰
- 精通Linux(第2版)
- Protocol-Oriented Programming with Swift
- Unity 2017 Mobile Game Development
- Microsoft Dynamics AX 2012 R3 Financial Management
- Kotlin開發教程(全2冊)
- Scratch·愛編程的藝術家
- Learning Nessus for Penetration Testing
- Python Programming for Arduino
- Splunk Essentials
- 高性能MVVM框架的設計與實現:San