Update get_tablespaces_ddl.sql

This commit is contained in:
Yacine31
2021-11-26 05:26:25 +01:00
parent 0ca030880a
commit c91613b52a

View File

@@ -30,7 +30,7 @@ SELECT 'CREATE '
df.autoextensible,
'YES', ' AUTOEXTEND ON NEXT ' || ceil(df.increment_by*ts.block_size/1024/1024) || 'M MAXSIZE '
|| CASE
WHEN maxbytes < POWER (1024, 3) * 2
WHEN maxbytes < POWER (1024, 2)
THEN
TO_CHAR (maxbytes)
ELSE