- 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.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Testing with JUnit
- Hands-On Image Processing with Python
- Machine Learning with R Cookbook(Second Edition)
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- 劍指Java:核心原理與應用實踐
- C語言程序設計
- R語言數(shù)據(jù)可視化:科技圖表繪制
- Everyday Data Structures
- 計算機應用基礎項目化教程
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- 嵌入式Linux C語言程序設計基礎教程
- R語言實戰(zhàn)(第2版)
- VMware vSphere 5.5 Cookbook
- Android開發(fā)權威指南(第二版)