==== 建立 Table Space ====
create tablespace test_tablespace
datafile
'/aaa/bbb/ccc/test_tablespace_01.dbf' size 5M autoextend on next 1M maxsize 32767M,
'/aaa/bbb/ccc/test_tablespace_02.dbf' size 5M autoextend on next 1M maxsize 32767M,
'/aaa/bbb/ccc/test_tablespace_03.dbf' size 5M autoextend on next 1M maxsize 32767M,
'/aaa/bbb/ccc/test_tablespace_04.dbf' size 5M autoextend on next 1M maxsize 32767M
;
建立一個名為 test_tablespace 之 Tablespace
並指定四個 data file 分別為
/aaa/bbb/ccc/test_tablespace_01.dbf
/aaa/bbb/ccc/test_tablespace_02.dbf
/aaa/bbb/ccc/test_tablespace_03.dbf
/aaa/bbb/ccc/test_tablespace_04.dbf
給 test_tablespace
這四個 data file 皆為初始大小 5 MB, 大小會自動增加,每次增加 1 MB, 最多增加到 32767 MB 為止
==== 移除 Table Space ====
drop tablespace test_tablespace including contents and datafiles cascade contsraints
移除 Tablespace test_tablespace
沒有留言:
張貼留言