梦幻之旅

DEBUG - 天道酬勤

   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  671 随笔 :: 6 文章 :: 256 评论 :: 0 Trackbacks

--创建表空间
create tablespace test_data
logging
datafile 'D:\oracle\product\10.2.0\oradata\test_data\test_data01.dbf'
size 32m
autoextend on
next 32m maxsize 2048m;

--创建用户并指定表空间
create user rw_test identified by huikkaaa
default tablespace test_data ;

--分配资源
grant connect,resource to rw_test;

posted on 2010-07-06 16:35 HUIKK 阅读(322) 评论(0)  编辑  收藏 所属分类: DataBase

只有注册用户登录后才能发表评论。


网站导航: