2015年4月27日
摘要: 查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 SQL>select * f... 阅读全文
posted @ 2015-04-27 13:13 vivicai 阅读(218) 评论(0) 推荐(0) 编辑