GRANT ALTER ANY DIMENSION TO DBA WITH ADMIN OPTION;GRANT ALTER ANY OUTLINE TO DBA WITH ADMIN OPTION;GRANT AUDIT SYSTEM TO DBA WITH ADMIN OPTION;GRANT BECOME USER TO DBA WITH ADMIN OPTION;GRANT DROP ANY DIMENSION TO DBA WITH ADMIN OPTION;GRANT EXECUTE ANY TYPE TO DBA WITH ADMIN OPTION;GRANT FORCE ANY TRANSACTION TO DBA WITH ADMIN OPTION;GRANT GLOBAL QUERY REWRITE TO DBA WITH ADMIN OPTION;
GRANT GRANT ANY PRIVILEGE TO DBA WITH ADMIN OPTION;在看dba角色的脚本的时候发现上面 几个权限 不知所云,不知道 是什么权限,请高手给指点一下,谢谢先,在线等

解决方案 »

  1.   

    ALTER DIMENSION
    Purpose
    Use the ALTER DIMENSION statement to change the hierarchical relationships or dimension attributes of a dimension.ALTER OUTLINE
    Purpose
    Use the ALTER OUTLINE statement to rename a stored outline, reassign it to a different category, or regenerate it by compiling the outline's SQL statement and replacing the old outline data with the outline created under current conditions.AUDIT
    Purpose
    Use the AUDIT statement to:
    Track the occurrence of SQL statements in subsequent user sessions. You can track the occurrence of a specific SQL statement or of all SQL statements authorized by a particular system privilege. Auditing operations on SQL statements apply only to subsequent sessions, not to current sessions. 
    Track operations on a specific schema object. Auditing operations on schema objects apply to current sessions as well as to subsequent sessions. 
    ...
    ...
    剩下的自己查帮助.