Listings of System and Object Privileges--系統和物件許可權列表
Listings of System and Object Privileges--系統和物件許可權列表
https://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_9013.htm#i2077938
Listings of System and Object Privileges
Note:
When you grant a privilege on ANY object, such as CREATE ANY CLUSTER, the result is determined by the value of the O7_DICTIONARY_ACCESSIBILITY initialization parameter. By default, this parameter is set to FALSE, so that ANY privileges give the grantee access to that type of object in all schemas except the SYS schema. If you set O7_DICTIONARY_ACCESSIBILITY toTRUE, then the ANY privileges also give the grantee access, in the SYS schema, to all objects except Oracle Scheduler objects. For security reasons, Oracle recommends that you use this setting only with great caution.Table 18-1 System Privileges (Organized by the Database Object Operated Upon)
System Privilege Name | Operations Authorized |
---|---|
Advisor Framework Privileges: All of the advisor framework privileges are part of the DBA role. |
— |
Access the advisor framework through PL/SQL packages such as DBMS_ADVISOR andDBMS_SQLTUNE. Refer to Oracle Database PL/SQL Packages and Types Reference for information on these packages. |
|
Create, drop, select (read), load (write), and delete a SQL tuning set owned by the grantee through the DBMS_SQLTUNE package. |
|
Create, drop, select (read), load (write), and delete a SQL tuning set owned by any user through the DBMS_SQLTUNE package. |
|
Accept a SQL Profile recommended by the SQL Tuning Advisor, which is accessed through Enterprise Manager or by the DBMS_SQLTUNE package. Note: This privilege has been deprecated in favor of ADMINISTER SQL MANAGEMENT OBJECT. |
|
Alter the attributes of an existing SQL Profile. Note: This privilege has been deprecated in favor of ADMINISTER SQL MANAGEMENT OBJECT. |
|
Drop an existing SQL Profile. Note: This privilege has been deprecated in favor of ADMINISTER SQL MANAGEMENT OBJECT. |
|
Create, alter, and drop a SQL Profile owned by any user through the DBMS_SQLTUNE package. |
|
— |
|
Create clusters in the grantee's schema. |
|
Create a cluster in any schema. Behaves similarly to CREATE ANY TABLE. |
|
Alter clusters in any schema. |
|
Drop clusters in any schema. |
|
— |
|
Create any context namespace. |
|
Drop any context namespace. |
|
— |
|
Bypass any existing Oracle Data Redaction policies and view actual data from tables or views on which Data Redaction policies are defined. Note: This privilege is available starting with Oracle Database 11g Release 2 (11.2.0.4). |
|
— |
|
Alter the database. |
|
Issue ALTER SYSTEM statements. |
|
Issue AUDIT statements. |
|
— |
|
Create private database links in the grantee's schema. |
|
Create public database links. |
|
Modify a fixed-user database link when the password of the connection or authentication user changes. |
|
Modify a public fixed-user database link when the password of the connection or authentication user changes. |
|
Drop public database links. |
|
— |
|
Connect the current session to a debugger. |
|
Debug all PL/SQL and Java code in any database object. Display information on all SQL statements executed by the application. Note: Granting this privilege is equivalent to granting the DEBUG object privilege on all applicable objects in the database. |
|
— |
|
ANALYZE ANY DICTIONARY |
Analyze any data dictionary object. |
— |
|
Create dimensions in the grantee's schema. |
|
Create dimensions in any schema. |
|
Alter dimensions in any schema. |
|
Drop dimensions in any schema. |
|
— |
|
Create directory database objects. |
|
Drop directory database objects. |
|
— |
|
CREATE ANY EDITION |
Create editions. |
DROP ANY EDITION |
Drop editions. |
— |
|
Create, alter, or drop any flashback data archive. |
|
— |
|
Create in any schema a domain index or an index on any table in any schema. |
|
Alter indexes in any schema. |
|
Drop indexes in any schema. |
|
— |
|
Create an indextype in the grantee's schema. |
|
Create an indextype in any schema and create a comment on an indextype in any schema. |
|
Modify indextypes in any schema. |
|
Drop an indextype in any schema. |
|
Reference an indextype in any schema. |
|
The following privileges are needed to execute procedures in the DBMS_SCHEDULER package. This privileges do not apply to lightweight jobs, which are not database objects. Refer to Oracle Database Administrator's Guide for more information about lightweight jobs. |
|
Create jobs, schedules, or programs in the grantee's schema. |
|
Create, alter, or drop jobs, chains, schedules, programs, or credentials in any schema exceptSYS. Caution: This extremely powerful privilege allows the grantee to execute code as any other user. It should be granted with caution. |
|
Create in the grantee's schema an executable scheduler job that runs on the operating system. |
|
Use any program in a job in the grantee's schema. |
|
Specify any job class in a job in the grantee's schema. |
|
Create, alter, or drop any job class, window, or window group. |
|
Caution: CREATE LIBARARY, CREATE ANY LIBRARY, ALTER ANY LIBRARY, and EXECUTE ANYLIBRARY are extremely powerful privileges that should be granted only to trusted users. Refer toOracle Database Security Guide before granting these privileges. |
|
Create external procedure or function libraries in the grantee's schema. |
|
Create external procedure or function libraries in any schema. |
|
Alter external procedure or function libraries in any schema. |
|
Drop external procedure or function libraries in any schema. |
|
Use external procedure or function libraries in any schema. |
|
— |
|
Create a materialized view in the grantee's schema. |
|
Create materialized views in any schema. |
|
Alter materialized views in any schema. |
|
Drop materialized views in any schema. |
|
This privilege has been deprecated. No privileges are needed for a user to enable rewrite for a materialized view that references tables or views in the user's own schema. |
|
Enable rewrite using a materialized view when that materialized view references tables or views in any schema. |
|
Create a refresh-on-commit materialized view on any table in the database. Alter a refresh-on-demand materialized on any table in the database to refresh-on-commit. |
|
Issue a SQL Flashback Query on any table, view, or materialized view in any schema. This privilege is not needed to execute the DBMS_FLASHBACK procedures. |
|
MINING MODELS: |
— |
Create mining models in the grantee's schema using the DBMS_DATA_MINING.CREATE_MODELprocedure. |
|
Create mining models in any schema using the DBMS_DATA_MINING.CREATE_MODEL procedure. |
|
Change the mining model name or the associated cost matrix of any model in any schema by using the applicable DBMS_DATA_MINING procedures. |
|
Drop any mining model in any schema by using the DBMS_DATA_MINING.DROP_MODELprocedure. |
|
Score or view any model in any schema. Scoring is done either with the PREDICTION family of SQL functions or with the DBMS_DATA_MINING.APPLY procedure. Viewing the model is done with the DBMS_DATA_MINING.GET_MODEL_DETAILS_* procedures. |
|
Create a comment on any model in any schema using the SQL COMMENT statement. |
|
OLAP CUBES: |
The following privileges are valid when you are using Oracle Database with the OLAP option. |
Create an OLAP cube in the grantee's schema. |
|
Create an OLAP cube in any schema. |
|
Alter an OLAP cube in any schema. |
|
Drop any OLAP cube in any schema. |
|
Query or view any OLAP cube in any schema. |
|
Update any cube in any schema. |
|
OLAP CUBE MEASURE FOLDERS: |
The following privileges are valid when you are using Oracle Database with the OLAP option. |
Create an OLAP measure folder in the grantee's schema. |
|
Create an OLAP measure folder in any schema. |
|
Delete from any OLAP measure folder in any schema. |
|
Drop any measure folder in any schema. |
|
Insert a measure into any measure folder in any schema. |
|
OLAP CUBE DIMENSIONS: |
The following privileges are valid when you are using Oracle Database with the OLAP option. |
Create an OLAP cube dimension in the grantee's schema. |
|
Create an OLAP cube dimension in any schema. |
|
Alter an OLAP cube dimension in any schema. |
|
Delete from an OLAP cube dimension in any schema. |
|
Drop an OLAP cube dimension in any schema. |
|
Insert into an OLAP cube dimension in any schema. |
|
View or query an OLAP cube dimension in any schema. |
|
Update an OLAP cube dimension in any schema. |
|
OLAP CUBE BUILD PROCESSES: |
— |
Create an OLAP cube build process in the grantee's schema. |
|
Create an OLAP cube build process in any schema. |
|
Drop an OLAP cube build process in any schema. |
|
Update an OLAP cube build process in any schema. |
|
— |
|
Create an operator and its bindings in the grantee's schema. |
|
Create an operator and its bindings in any schema and create a comment on an operator in any schema. |
|
Modify an operator in any schema. |
|
Drop an operator in any schema. |
|
Reference an operator in any schema. |
|
— |
|
Create public outlines that can be used in any schema that uses outlines. |
|
Modify outlines. |
|
Drop outlines. |
|
— |
|
Perform controlled manipulation of plan history and SQL plan baselines maintained for various SQL statements. |
|
— |
|
Create stored procedures, functions, and packages in the grantee's schema. |
|
Create stored procedures, functions, and packages in any schema. |
|
Alter stored procedures, functions, or packages in any schema. |
|
Drop stored procedures, functions, or packages in any schema. |
|
Execute procedures or functions, either standalone or packaged. Reference public package variables in any schema. |
|
— |
|
Create profiles. |
|
Alter profiles. |
|
Drop profiles. |
|
— |
|
Create roles. |
|
Alter any role in the database. |
|
Drop roles. |
|
Grant any role in the database. |
|
— |
|
Create rollback segments. |
|
Alter rollback segments. |
|
Drop rollback segments. |
|
— |
|
Create sequences in the grantee's schema. |
|
Create sequences in any schema. |
|
Alter any sequence in the database. |
|
Drop sequences in any schema. |
|
Reference sequences in any schema. |
|
— |
|
Connect to the database. |
|
Set costs for session resources. |
|
Enable and disable the SQL trace facility. |
|
Logon after the instance is started using the SQL*Plus STARTUP RESTRICT statement. |
|
SNAPSHOTS: |
See MATERIALIZED VIEWS |
Caution: CREATE PUBLIC SYNONYM and DROP PUBLIC SYNONYM are extremely powerful privileges that should be granted only to trusted users. Refer to Oracle Database Security Guide before granting these privileges. |
|
Create synonyms in the grantee's schema. |
|
Create private synonyms in any schema. |
|
Create public synonyms. |
|
Drop private synonyms in any schema. |
|
Drop public synonyms. |
|
Note: For external tables, the only valid privileges are CREATE ANY TABLE, ALTER ANY TABLE,DROP ANY TABLE, and SELECT ANY TABLE. |
|
Create a table in the grantee's schema. |
|
Create a table in any schema. The owner of the schema containing the table must have space quota on the tablespace to contain the table. |
|
Alter any table or view in any schema. |
|
Use the Export utility to incrementally export objects from the schema of other users. |
|
Delete rows from tables, table partitions, or views in any schema. |
|
Drop or truncate tables or table partitions in any schema. |
|
Insert rows into tables and views in any schema. |
|
Lock tables and views in any schema. |
|
Query tables, views, or materialized views in any schema. |
|
Issue a SQL Flashback Query on any table, view, or materialized view in any schema. This privilege is not needed to execute the DBMS_FLASHBACK procedures. |
|
Update rows in tables and views in any schema. |
|
— |
|
Create tablespaces. |
|
Alter tablespaces. |
|
Drop tablespaces. |
|
Take tablespaces offline and online and begin and end tablespace backups. |
|
Use an unlimited amount of any tablespace. This privilege overrides any specific quotas assigned. If you revoke this privilege from a user, then the user's schema objects remain but further tablespace allocation is denied unless authorized by specific tablespace quotas. You cannot grant this system privilege to roles. |
|
— |
|
Create a database trigger in the grantee's schema. |
|
Create database triggers in any schema. |
|
Enable, disable, or compile database triggers in any schema. |
|
Drop database triggers in any schema. |
|
Create a trigger on DATABASE. You must also have the CREATE TRIGGER or CREATE ANYTRIGGER system privilege. |
|
— |
|
Create object types and object type bodies in the grantee's schema. |
|
Create object types and object type bodies in any schema. |
|
Alter object types in any schema. |
|
Drop object types and object type bodies in any schema. |
|
Use and reference object types and collection types in any schema, and invoke methods of an object type in any schema if you make the grant to a specific user. If you grant EXECUTE ANYTYPE to a role, then users holding the enabled role will not be able to invoke methods of an object type in any schema. |
|
Create subtypes under any nonfinal object types. |
|
— |
|
Create users. This privilege also allows the creator to:
|
|
Alter any user. This privilege authorizes the grantee to:
|
|
Drop users |
|
— |
|
Create views in the grantee's schema. |
|
Create views in any schema. |
|
Drop views in any schema. |
|
Create subviews under any object views. |
|
Issue a SQL Flashback Query on any table, view, or materialized view in any schema. This privilege is not needed to execute the DBMS_FLASHBACK procedures. |
|
If a user has been granted the MERGE ANY VIEW privilege, then for any query issued by that user, the optimizer can use view merging to improve query performance without performing the checks that would otherwise be performed to ensure that view merging does not violate any security intentions of the view creator. See also Oracle Database Reference for information on theOPTIMIZER_SECURE_VIEW_MERGING parameter and Oracle Database Performance Tuning Guide for information on view merging. |
|
MISCELLANEOUS: |
— |
Analyze any table, cluster, or index in any schema. |
|
Audit any object in any schema using AUDIT schema_objects statements. |
|
Allows users of the Data Pump Import utility (impdp) and the original Import utility (imp) to assume the identity of another user in order to perform operations that cannot be directly performed by a third party (for example, loading objects such as object privilege grants). Allows Streams administrators to create or alter capture users and apply users in a Streams environment. By default this privilege is part of the DBA role. Database Vault removes this privileges from the DBA role. Therefore, this privilege is needed by Streams only in an environment where Database Vault is installed. |
|
Create a registration on queries and receive database change notifications in response to DML or DDL changes to the objects associated with the registered queries. Refer to Oracle Database Advanced Application Developer's Guide for more information on database change notification. |
|
Comment on any table, view, or column in any schema. |
|
Bypass fine-grained access control. Caution: This is a very powerful system privilege, as it lets the grantee bypass application-driven security policies. Database administrators should use caution when granting this privilege. |
|
Force the commit or rollback of any in-doubt distributed transaction in the local database. Induce the failure of a distributed transaction. |
|
Force the commit or rollback of the grantee's in-doubt distributed transactions in the local database. |
|
Grant any object privilege that the object owner is permitted to grant. Revoke any object privilege that was granted by the object owner or by some other user with theGRANT ANY OBJECT PRIVILEGE privilege. |
|
Grant any system privilege. |
|
Enable resumable space allocation. |
|
Query any data dictionary object in the SYS schema. This privilege lets you selectively override the default FALSE setting of the O7_DICTIONARY_ACCESSIBILITY initialization parameter. |
|
SELECT ANY TRANSACTION |
Query the contents of the FLASHBACK_TRANSACTION_QUERY view. Caution: This is a very powerful system privilege, as it lets the grantee view all data in the database, including past data. This privilege should be granted only to users who need to use the Oracle Flashback Transaction Query feature. |
Perform STARTUP and SHUTDOWN operations. ALTER DATABASE: open, mount, back up, or change character set. CREATE DATABASE. ARCHIVELOG and RECOVERY. CREATE SPFILE. Includes the RESTRICTED SESSION privilege. |
|
Perform STARTUP and SHUTDOWN operations. ALTER DATABASE: open, mount, or back up. ARCHIVELOG and RECOVERY. CREATE SPFILE. Includes the RESTRICTED SESSION privilege. |
Table 18-2 Object Privileges (Organized by the Database Object Operated Upon)
Object Privilege Name | Operations Authorized |
---|---|
DIRECTORY PRIVILEGES |
The following directory privileges provide secured access to the files stored in the operating system directory to which the directory object serves as a pointer. The directory object contains the full path name of the operating system directory where the files reside. Because the files are actually stored outside the database, Oracle Database server processes also need to have appropriate file permissions on the file system server. Granting object privileges on the directory database object to individual database users, rather than on the operating system, allows the database to enforce security during file operations. |
Read files in the directory. |
|
Write files in the directory. This privilege is useful only in connection with external tables. It allows the grantee to determine whether the external table agent can write a log file or a bad file to the directory. Restriction: This privilege does not allow the grantee to write to a BFILE. |
|
Execute a preprocessor program that resides in the directory. A preprocessor program converts data to a supported format when loading data records from an external table with theORACLE_LOADER access driver. Refer to Oracle Database Utilities for more information. This privilege does not implicitly allow READ access on the external table data. |
|
EDITION PRIVILEGE |
The following edition privilege authorizes the use of an edition. |
USE |
Use an edition. |
INDEXTYPE PRIVILEGE |
The following indextype privilege authorizes operations on indextypes. |
EXECUTE |
Reference an indextype. |
The following flashback data archive privilege authorizes operations on flashback data archives. |
|
FLASHBACK ARCHIVE |
Enable or disable historical tracking for a table. |
LIBRARY PRIVILEGE |
The following library privilege authorizes operations on a library. |
Use and reference the specified object and invoke its methods. Caution: This extremely powerful privilege should be granted only to trusted users. Refer toOracle Database Security Guide before granting this privilege. |
|
MATERIALIZED VIEW PRIVILEGES |
The following materialized view privileges authorize operations on a materialized view. TheDELETE, INSERT, and UPDATE privileges can be granted only to updatable materialized views. |
Create a refresh-on-commit materialized view on the specified table. |
|
Create a materialized view for query rewrite using the specified table. |
|
Query the materialized view with the SELECT statement. |
|
MINING MODEL PRIVILEGES |
The following mining model privileges authorize operations on a mining model. These privileges are not required for models within the users own schema. |
Change the mining model name or the associated cost matrix using the applicableDBMS_DATA_MINING procedures. |
|
Score or view the mining model. Scoring is done with the PREDICTION family of SQL functions or with the DBMS_DATA_MINING.APPLY procedure. Viewing the model is done with theDBMS_DATA_MINING.GET_MODEL_DETAILS_* procedures. |
|
OBJECT TYPE PRIVILEGES |
The following object type privileges authorize operations on a database object type. |
Access, through a debugger, all public and nonpublic variables, methods, and types defined on the object type. Place a breakpoint or stop at a line or instruction boundary within the type body. |
|
Use and reference the specified object and invoke its methods. Access, through a debugger, public variables, types, and methods defined on the object type. |
|
Create a subtype under this type. You can grant this object privilege only if you have the UNDERANY TYPE privilege WITH GRANT OPTION on the immediate supertype of this type. |
|
OLAP PRIVILEGES |
The following object privileges are valid if you are using Oracle Database with the OLAP option. |
Insert members into the OLAP cube dimension or measures into the measures folder. |
|
Change the definition of the OLAP cube dimension or cube. |
|
Delete members from the OLAP cube dimension or measures from the measures folder. |
|
View or query the OLAP cube or cube dimension. |
|
Update measure values of the OLAP cube or attribute values of the cube dimension. |
|
OPERATOR PRIVILEGE |
The following operator privilege authorizes operations on user-defined operators. |
Reference an operator. |
|
PROCEDURE, FUNCTION, PACKAGE PRIVILEGES |
The following procedure, function, and package privileges authorize operations on procedures, functions, and packages. These privileges also apply to Java sources, classes, and resources, which Oracle Database treats as though they were procedures for purposes of granting object privileges. |
Access, through a debugger, all public and nonpublic variables, methods, and types defined on the object. Place a breakpoint or stop at a line or instruction boundary within the procedure, function, or package. This privilege grants access to the declarations in the method or package specification and body. |
|
EXECUTE |
Execute the procedure or function directly, or access any program object declared in the specification of a package, or compile the object implicitly during a call to a currently invalid or uncompiled function or procedure. This privilege does not allow the grantee to explicitly compile using ALTER PROCEDURE or ALTER FUNCTION. For explicit compilation you need the appropriateALTER system privilege. Access, through a debugger, public variables, types, and methods defined on the procedure, function, or package. This privilege grants access to the declarations in the method or package specification only. Job scheduler objects are created using the DBMS_SCHEDULER package. After these objects are created, you can grant the EXECUTE object privilege on job scheduler classes and programs. You can also grant ALTER privilege on job scheduler jobs, programs, and schedules. Note: Users do not need this privilege to execute a procedure, function, or package indirectly. |
SCHEDULER PRIVILEGES |
Job scheduler objects are created using the DBMS_SCHEDULER package. After these objects are created, you can grant the following privileges. |
EXECUTE |
Operations on job classes, programs, chains, and credentials. |
ALTER |
Modifications to jobs, programs, chains, credentials, and schedules. |
SEQUENCE PRIVILEGES |
The following sequence privileges authorize operations on a sequence. |
Change the sequence definition with the ALTER SEQUENCE statement. |
|
Examine and increment values of the sequence with the CURRVAL and NEXTVAL pseudocolumns. |
|
SYNONYM PRIVILEGES |
Synonym privileges are the same as the privileges for the target object. Granting a privilege on a synonym is equivalent to granting the privilege on the base object. Similarly, granting a privilege on a base object is equivalent to granting the privilege on all synonyms for the object. If you grant to a user a privilege on a synonym, then the user can use either the synonym name or the base object name in the SQL statement that exercises the privilege. |
TABLE PRIVILEGES |
The following table privileges authorize operations on a table. Any one of following object privileges allows the grantee to lock the table in any lock mode with the LOCK TABLE statement. Note: For external tables, the only valid object privileges are ALTER and SELECT. |
Change the table definition with the ALTER TABLE statement. |
|
Access, through a debugger:
|
|
Remove rows from the table with the DELETE statement. Note: You must grant the SELECT privilege on the table along with the DELETE privilege if the table is on a remote database. |
|
Create an index on the table with the CREATE INDEX statement. |
|
Add new rows to the table with the INSERT statement. Note: You must grant the SELECT privilege on the table along with the INSERT privilege if the table is on a remote database. |
|
Create a constraint that refers to the table. You cannot grant this privilege to a role. |
|
Query the table with the SELECT statement. |
|
Change data in the table with the UPDATE statement. Note: You must grant the SELECT privilege on the table along with the UPDATE privilege if the table is on a remote database. |
|
VIEW PRIVILEGES |
The following view privileges authorize operations on a view. Any one of the following object privileges allows the grantee to lock the view in any lock mode with the LOCK TABLE statement. To grant a privilege on a view, you must have that privilege with the GRANT OPTION on all of the base tables of the view. |
Access, through a debugger:
|
|
Remove rows from the view with the DELETE statement. |
|
Add new rows to the view with the INSERT statement. |
|
This object privilege has the same behavior as the system privilege MERGE ANY VIEW, except that the privilege is limited to the views specified in the ON clause. For any query issued by the grantee on the specified views, the optimizer can use view merging to improve query performance without performing the checks that would otherwise be performed to ensure that view merging does not violate any security intentions of the view creator. |
|
Define foreign key constraints on the view. |
|
Query the view with the SELECT statement. See Also: object_privilege for additional information on granting this object privilege on a view |
|
Create a subview under this view. You can grant this object privilege only if you have the UNDERANY VIEW privilege WITH GRANT OPTION on the immediate superview of this view. |
|
Change data in the view with the UPDATE statement. |
About Me
.............................................................................................................................................
● 本文作者:小麥苗,部分內容整理自網路,若有侵權請聯絡小麥苗刪除
● 本文在itpub(http://blog.itpub.net/26736162/abstract/1/)、部落格園(http://www.cnblogs.com/lhrbest)和個人微信公眾號(xiaomaimiaolhr)上有同步更新
● 本文itpub地址:http://blog.itpub.net/26736162/abstract/1/
● 本文部落格園地址:http://www.cnblogs.com/lhrbest
● 本文pdf版、個人簡介及小麥苗雲盤地址:http://blog.itpub.net/26736162/viewspace-1624453/
● 資料庫筆試面試題庫及解答:http://blog.itpub.net/26736162/viewspace-2134706/
● DBA寶典今日頭條號地址:http://www.toutiao.com/c/user/6401772890/#mid=1564638659405826
.............................................................................................................................................
● QQ群號:230161599(滿)、618766405
● 微信群:可加我微信,我拉大家進群,非誠勿擾
● 聯絡我請加QQ好友(646634621),註明新增緣由
● 於 2017-11-01 09:00 ~ 2017-11-30 22:00 在魔都完成
● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解
● 版權所有,歡迎分享本文,轉載請保留出處
.............................................................................................................................................
● 小麥苗的微店:https://weidian.com/s/793741433?wfr=c&ifr=shopdetail
● 小麥苗出版的資料庫類叢書:http://blog.itpub.net/26736162/viewspace-2142121/
.............................................................................................................................................
使用微信客戶端掃描下面的二維碼來關注小麥苗的微信公眾號(xiaomaimiaolhr)及QQ群(DBA寶典),學習最實用的資料庫技術。
![]()
小麥苗的微信公眾號 小麥苗的DBA寶典QQ群2 《DBA筆試面寶典》讀者群 小麥苗的微店
.............................................................................................................................................
![]()
![]()
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2147935/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 許可權系統:一文搞懂功能許可權、資料許可權
- 許可權系統:許可權應用服務設計
- Confluence6對比系統管理員許可權和Confluence管理員許可權
- 有贊許可權系統
- mongodb 的許可權系統MongoDB
- 許可權系統:6個許可權概念模型設計模型
- 許可權系統:許可權應用服務設計Tu
- linux 檔案許可權 s 許可權和 t 許可權解析Linux
- 命令列生成Dcat許可權列表命令列
- 許可權維持專題:作業系統許可權維持作業系統
- 企業許可權管理系統
- Winner許可權管理系統3.0
- 作業系統---IO許可權管理和敏感指令作業系統
- 許可權系統的基本概念和架構架構
- SpringSecurity許可權管理系統實戰—九、資料許可權的配置SpringGse
- Vue設定許可權列表目錄Vue
- 打造自己的系統許可權控制
- Linux系統ACL許可權設定之setfacl和getfaclLinux
- Docker容器執行時許可權和Linux系統功能DockerLinux
- 管理系統之許可權的設計和實現
- 利用子域的System許可權通往父域
- 選單許可權和按鈕許可權設定
- Linux的檔案存取許可權和0644許可權Linux
- 基於Spring Security和 JWT的許可權系統設計SpringJWT
- vue後臺管理系統學習(6)--路由和許可權Vue路由
- 擴充套件.Django-許可權系統套件Django
- OA管理系統,有哪些許可權管理?
- 基於RBAC的許可權管理系統
- Linux 檔案許可權、系統優化Linux優化
- PostgreSQL物件許可權如何在後設資料中獲取-許可權解讀、定製化匯出許可權SQL物件
- Vue2.0 + ElementUI 手寫許可權管理系統後臺模板(二)——許可權管理VueUI
- Android6.0------許可權申請管理(單個許可權和多個許可權申請)Android
- 許可權之選單許可權
- Linux系統中(CentOS 7)的使用者和許可權管理LinuxCentOS
- 基於tp3.2.3開發的許可權管理系統,路由,微信,cdn,許可權路由
- 許可權概念、許可權提升概念以及許可權提升的分類和目的 Windows 提權的基礎原理是瞭解作業系統的安全機制和許可權管理 Windows提權攻擊的進一步知識概念Windows作業系統
- 前端許可權控制系統的實現思路前端
- HplusAdmin ASP.NET基本許可權管理系統ASP.NET
- 許可權系統reademe.md文件---待整理