SQL> CREATE TABLESPACE SET
TSP_SET_3 in shardspace cust_asia using template
(datafile size 100m autoextend on next 10M maxsize
unlimited extent management
local segment space management auto );
パーティションセットを追加します。
SQL> ALTER table customers add PARTITIONSET asia VALUES ('ASIA”') TABLESPACE SET TSP_SET_3 ;