Update get_tablespaces_ddl.sql

This commit is contained in:
Yacine31
2021-11-26 04:28:05 +01:00
parent 42242dca84
commit 820f544d91

View File

@@ -44,9 +44,9 @@ SELECT 'CREATE '
and ts.tablespace_name = df.tablespace_name
GROUP BY ts.tablespace_name,
ts.bigfile,
ts.logging,
-- ts.logging,
-- ts.status,
-- ts.block_size
ts.block_size
ORDER BY ts.tablespace_name;
select '------- Tempfiles : ' from dual;