摘要:
rman target /RMAN> list backup summary;List of Backups Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag -- -- - 590 B F A DISK 1 阅读全文
摘要:
如何查看oracle用户具有的权限和角色 1.查看所有用户:select * from dba_users;select * from all_users;select * from user_users; 2.查看用户或角色系统权限(直接赋值给用户或角色的系统权限):select * from d 阅读全文