Hi all,
i ve tried to convert a permanent tablespace to temporary.
for this i 've used
alter tablespace test_per_ts temporary;
ERROR:invalid option for create/alter tablespace.
Note:There are no objects in my permanent table space test_per_ts.
i ve tried to convert a permanent tablespace to temporary.
for this i 've used
alter tablespace test_per_ts temporary;
ERROR:invalid option for create/alter tablespace.
Note:There are no objects in my permanent table space test_per_ts.
Comment