摘要:
查看当前用户的缺省表空间 SQL>select username,default_tablespace from user_users; 查看当前用户的角色 SQL>select * from user_role_privs; 查看当前用户的系统权限和表级权限 SQL>select * from user_sys_privs; SQL>select * from user_tab... 阅读全文
posted @ 2007-07-07 15:45 张荣华 阅读(1599) 评论(3) 推荐(0) 编辑