grant的问题

[复制链接]
查看11 | 回复3 | 2005-7-25 00:36:29 | 显示全部楼层 |阅读模式
grant select on 用户.所有对象to scott;
应该怎么做?
回复

使用道具 举报

千问 | 2005-7-25 00:36:29 | 显示全部楼层
up
回复

使用道具 举报

千问 | 2005-7-25 00:36:29 | 显示全部楼层
This is a common question that can solute by using sqlplus spool function
spo grant.sql
select 'grant select on 用户.'||object_name from dba_objects
where owner = '用户'
and object_type in ('TABLE','VIEW')
/
spo off
@grant
回复

使用道具 举报

千问 | 2005-7-25 00:36:29 | 显示全部楼层
谢啦,如果是这样我早就知道了,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行