关于 oracle 权限的问题 要查的几张表

select * from dba_objects where object_name = 'GCAL_PKG_INBOUND';

select * from role_sys_privs where role = 'R2_DMM_UPDATE_ROLE';
select * from role_tab_privs where role = 'R2_DMM_UPDATE_ROLE' and table_name =  'GCAL_PKG_INBOUND';

select * from user_role_privs where username = 'PROD_OPGCEP2';

select * from role_tab_privs where role = 'R2_DMM_UPDATE_ROLE' and table_name =  'GCAL_PKG_INBOUND';

猜你喜欢

转载自dannyhz.iteye.com/blog/2314105