博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年3月31日

摘要: 查看当前用户的缺省表空间select username,default_tablespace from user_users;查看当前用户的角色select * from user_role_privs;查看当前用户的系统权限和表级权限select * from user_sys_privs;select * from user_tab_privs; 查看用户下所有的表select * from user_tables;显示用户信息(所属表空间)select default_tablespace,temporary_tablespace from dba_users where usernam 阅读全文

posted @ 2011-03-31 14:46 lynstone 阅读(321) 评论(0) 推荐(0)