资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

oracle创建用户、表空间,并赋权

--创建表空间

成都创新互联是一家专业提供洪雅企业网站建设,专注与成都网站制作、网站设计、外贸网站建设html5、小程序制作等业务。10年已为洪雅众多企业、政府机构等服务。创新互联专业网站建设公司优惠进行中。

create tablespace test_tps   

datafile 'D:\app\Administrator\oradata\orcl\test_tps.dbf'   

size 1500M   

autoextend on next 5M;

--创建用户并制定表空间

create user test_tps identified by test_tps   

default tablespace test_tps;  

--赋权限

grant connect,resource to test_tps;  

grant create any sequence to test_tps;  

grant create any table to test_tps;  

grant delete any table to test_tps;  

grant insert any table to test_tps;  

grant select any table to test_tps;  

grant unlimited tablespace to test_tps;  

grant execute any procedure to test_tps;  

grant update any table to test_tps;  

grant create any view to test_tps;  

--赋权DBA

grant sysdba to test_tps;

--撤回dba权限

revoke dba from 用户

---------------------------------------------------------------

--授权命令:

--GRANT   {DBA|RESOURCE|CONNECT}   TO   {PUBLIC|user-list}  

--PUBLIC|user-list:全部或指定的用户。     

--三种权限居且仅居其一,事务处理过程中不要执行GRANT语句。


文章标题:oracle创建用户、表空间,并赋权
当前URL:http://cdkjz.cn/article/gepgsi.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

大客户专线   成都:13518219792   座机:028-86922220