摘要: 1、创建表空间 1 create tablespace rofly_data 2 datafile 'F:\oracle\db\rofly_data.dbf' 3 size 500m autoextend on; 4 5 create temporary tablespace rofly_temp 阅读全文
posted @ 2019-12-18 20:24 我是段先森 阅读(294) 评论(0) 推荐(0) 编辑