Chinaunix首页 | 论坛 | 博客
  • 博客访问: 203387
  • 博文数量: 48
  • 博客积分: 856
  • 博客等级: 军士长
  • 技术积分: 520
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-29 23:18
文章分类

全部博文(48)

文章存档

2011年(18)

2010年(30)

分类: Oracle

2011-01-11 10:01:53

MicrosoftInternetExplorer402DocumentNotSpecified7.8Normal0

SQL> connect system/manager
SQL> Create user user50 identified by user50;
SQL> grant connect to user50;

SQL>grant select on icd.TRECORDINFO1 to user50;

CREATE SYNONYM sy_dept FOR scott.dept; 

CREATE PUBLIC SYNONYM 同义词 FOR 用户名.对象名;

阅读(2075) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~