-- Create the role
create role QZKJ_ROLE_PT;
-- Grant/Revoke role privileges
grant connect to QZKJ_ROLE_PT;
grant exp_full_database to QZKJ_ROLE_PT;
grant imp_full_database to QZKJ_ROLE_PT;
grant resource to QZKJ_ROLE_PT;
-- Grant/Revoke system privileges
grant alter any index to QZKJ_ROLE_PT;
grant alter any procedure to QZKJ_ROLE_PT;
grant alter any sequence to QZKJ_ROLE_PT;
grant alter any table to QZKJ_ROLE_PT;
grant alter any trigger to QZKJ_ROLE_PT;
grant alter session to QZKJ_ROLE_PT;
grant create any index to QZKJ_ROLE_PT;
grant create any job to QZKJ_ROLE_PT;
grant create any procedure to QZKJ_ROLE_PT;
grant create any sequence to QZKJ_ROLE_PT;
grant create any synonym to QZKJ_ROLE_PT;
grant create any table to QZKJ_ROLE_PT;
grant create any trigger to QZKJ_ROLE_PT;
grant create any view to QZKJ_ROLE_PT;
grant create session to QZKJ_ROLE_PT;
grant drop any index to QZKJ_ROLE_PT;
grant drop any procedure to QZKJ_ROLE_PT;
grant drop any sequence to QZKJ_ROLE_PT;
grant drop any synonym to QZKJ_ROLE_PT;
grant drop any table to QZKJ_ROLE_PT;
grant drop any trigger to QZKJ_ROLE_PT;
grant drop any view to QZKJ_ROLE_PT;
本文档详细介绍了如何创建名为QZKJ_ROLE_PT的角色,并为该角色授予一系列系统权限和对象权限,包括连接数据库、导入导出完整数据库、创建和修改各类数据库对象等高级权限。

1896

被折叠的 条评论
为什么被折叠?



