当前位置: 移动技术网 > IT编程>数据库>Oracle > Oracle创建表空间以和用户语句

Oracle创建表空间以和用户语句

2018年09月22日  | 移动技术网IT编程  | 我要评论

钱丽雅,亲吻前 结婚后,日月水火ppt

记录一下常用的语句,便于以后使用…

create tablespace tablespacename

datafile 'e:\data\oracledata\xxx.dbf' size 200m

autoextend on next 100m maxsize unlimited logging

extent management local autoallocate

segment space management auto;

create user username identified by password default tablespace tablespacename temporary tablespace temp;

grant connect,resource,dba to username ;

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网