ORACLE SQL總結五:控制用戶訪問

一、系統權限和對象權限code

  • System privileges—A system privilege gives a user the ability to perform a particular action, or to perform an action on any schema objects of a particular type. For example, the system privilege CREATE TABLE permits a user to create tables in the schema associated with that user, and the system privilege CREATE USER permits a user to create database users.orm

  • Object privileges—An object privilege gives a user the ability to perform a particular action on a specific schema object. Different object privileges are available for different types of schema objects. The privilege to select rows from the EMPLOYEES table or to delete rows from theDEPARTMENTS table are examples of object privileges.對象

相關文章
相關標籤/搜索