读书人

创造临时表空间 用户(基础)

发布时间: 2012-07-04 19:33:55 作者: rapoo

创建临时表空间 用户(基础)
create temporary tablespace eleandhiptemp
tempfile 'd:\oracle\tablespace\eleandhiptemp.dbf'
size 200m
autoextend on
next 50m maxsize 1024m
extent management local;



create user cframk identified by cframk
default tablespace eleandhip
temporary tablespace eleandhiptemp

grant connect,resource,dba to cframk

读书人网 >其他数据库

热点推荐