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

oracle 创建用户模板

时间:2017-08-05 22:03:55      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:taf   insert   default   file   log   roc   creat   update   模板   

lplus /nolog

conn system/1234@orcl

create tablespace aries logging datafile ‘e:\oracle\oradata\orcl\aries.dbf‘ size 32m autoextend on next 32m maxsize 2048m extent management local;

create user survey identified by 1234 default tablespace aries;
grant connect,resource to survey;
grant create session, create any table, create any view ,create any index, create any procedure,alter any table, alter any procedure,drop any table, drop any view, drop any index, drop any procedure,select any table, insert any table, update any table, delete any table to survey;

oracle 创建用户模板

标签:taf   insert   default   file   log   roc   creat   update   模板   

原文地址:http://www.cnblogs.com/Interface123/p/7291401.html

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