摘要: 查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 中国 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 中国 SQL>select * from ... 阅读全文
posted @ 2009-08-27 16:51 bestsaler 阅读(133) 评论(0) 推荐(0) 编辑