随笔 - 85  文章 - 0  评论 - 14 
12 2011 档案
orcal 建立表空间,导入导出数据
摘要: ------------宏观数据库系统表空间SZSTAT create tablespace SZSTAT logging datafile 'E:\oracle\product\10.2.0\oradata\orclRich\rorasxszstat01.dbf' size 32m autoextend on next 32m maxsize 512m extent management local; alter tablespace SZSTAT add datafile 'E:\oracle\product\10.2.0\oradata\orclRich\rora阅读全文
posted @ 2011-12-30 13:50 云端的舞者 阅读(24) | 评论 (0) 编辑