oracle创建表空间和用户授权

创建表空间

我们提供的服务有:成都网站制作、成都网站设计、微信公众号开发、网站优化、网站认证、抚远ssl等。为1000+企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的抚远网站制作公司


create  tablespace users 
datafile  'D:\Oracle\oracle\oradata\users.dbf'
size 100m 
autoextend on 
next 100m maxsize 20480m 
extent management local; 

 

 创建用户

            create user hy_pubres identified by 123; 

            grant create session to hy_pubres; 
            grant create table to  hy_pubres; 
            grant create tablespace to  hy_pubres; 
            grant create view to  hy_pubres; 
  授权         
            alter user hy_pubres quota unlimited on icity;
           
            alter user hy_pubres quota unlimited on users;

 
grant create job to HY_PUBRES;
grant create procedure to HY_PUBRES;
grant create sequence to HY_PUBRES;
grant create session to HY_PUBRES;
grant create table to HY_PUBRES;
grant create tablespace to HY_PUBRES;
grant create trigger to HY_PUBRES;
grant create view to HY_PUBRES;

当前题目:oracle创建表空间和用户授权
文章分享:https://www.cdcxhl.com/article2/iedeic.html

成都网站建设公司_创新互联,为您提供自适应网站网站设计小程序开发网站制作搜索引擎优化云服务器

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

商城网站建设