Oracle 同义词 与私有同义词 and 公有同义词

 -- system 给予私有权限
grant create synonym to scott
-- scott 创建私有同义词
create  synonym ee for scott.emp
-- 赋予huohuo01 查询scott权限
grant select on scott.emp to huohuo01

select * from scott.ee



-- 公有同义词

-- 使用system 给予scott 公有的权限
grant create public synonym to scott
-- 使用scott 创建公有同义词
create public synonym pp for scott.emp
-- 给予huohuo01 查询scott公有同义词的权限
grant select on scott.emp to public 
-- 使用火火01  查询scott 公有表
select * from pp

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值