权限组

 

-- 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;

你可能感兴趣的:(Oracle)