wtxtools

C++博客 首页 新随笔 联系 聚合 管理
  11 Posts :: 8 Stories :: 2 Comments :: 0 Trackbacks

SQL> create user 用户名 identified by 密码
2 grant create user,drop user,alter user,create any view,drop any view,exp_full_database,imp_full
_database,dba,connet,resource,create session to 用户名
3 commit
4


我的实验结果:

SQL> create user wtxtools
  2  identified by wtxtools;
User created.

SQL> grant create user,drop user,alter user,create any view,drop any view,exp_full_database,imp_full_database,dba,resource,create session to wtxtools;

Grant succeeded.

SQL> commit;
 Commit complete.

posted on 2006-11-07 10:56 传统的浪漫 阅读(451) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理