- 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.
- 玩轉Scratch少兒趣味編程
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Twilio Best Practices
- Python從菜鳥到高手(第2版)
- 你必須知道的204個Visual C++開發問題
- Mastering Kali Linux for Web Penetration Testing
- 網店設計看這本就夠了
- Drupal 8 Module Development
- 精通MATLAB(第3版)
- HTML5開發精要與實例詳解
- WildFly Cookbook
- INSTANT Apache ServiceMix How-to
- Python硬件編程實戰
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 透視C#核心技術:系統架構及移動端開發