Chinaunix首页 | 论坛 | 博客
  • 博客访问: 379837
  • 博文数量: 120
  • 博客积分: 5051
  • 博客等级: 大校
  • 技术积分: 1255
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-03 01:25
文章分类

全部博文(120)

文章存档

2011年(2)

2010年(11)

2009年(28)

2008年(26)

2007年(53)

我的朋友

分类: Oracle

2009-02-13 11:40:17

原文连接:
 

LISTING INFORMATION ABOUT PRIVILEGES

 

To see which table privileges are granted by you to other users.

 

SELECT * FROM USER_TAB_PRIVS_MADE

 

To see which table privileges are granted to you by other users

 

SELECT * FROM USER_TAB_PRIVS_RECD;

 

To see which column level privileges are granted by you to other users.

 

SELECT * FROM USER_COL_PRIVS_MADE

 

To see which column level privileges are granted to you by other users

 

SELECT * FROM USER_COL_PRIVS_RECD;

 

To see which privileges are granted to roles

 

SELECT * FROM USER_ROLE_PRIVS;

 

 

 

阅读(1018) | 评论(0) | 转发(0) |
0

上一篇:AutoHotKey

下一篇:查询用户privilege

给主人留下些什么吧!~~