码迷,mamicode.com
首页 > 数据库 > 详细

oracle建立查询用户

时间:2018-06-06 10:51:42      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:color   ora   pass   create   use   style   col   sch   rac   

使用dba用户授权:

  1. create user userName identified by password;

  2.  grant connect to userName;

  3. Grant Delete, Insert, Update, Select On schema1.table1 To schema2;

使用建立的用户登录后执行查询:

      select  *    from    schema1.table1  ;

oracle建立查询用户

标签:color   ora   pass   create   use   style   col   sch   rac   

原文地址:https://www.cnblogs.com/zhjx0521/p/9143230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!