摘要:
AIX中的VG有三种类型,如下: VG type Maximum PVs Maximum LVs Maximum PPs per VG Maximum PP size Normal VG 32 256 32,512 (1016 * 32) 1 GB Big VG 128 512 130,048 (1 阅读全文
摘要:
1.查看所有用户: select * from dba_users; select * from all_users; select * from user_users; 2.查看用户或角色系统权限(直接赋值给用户或角色的系统权限): select * from dba_sys_privs; sel 阅读全文