From 8b167c878fbdaecbb18f1269ca79a989569d828f Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Fri, 26 Nov 2021 04:38:45 +0100 Subject: [PATCH] Update get_tablespaces_ddl.sql --- get_tablespaces_ddl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_tablespaces_ddl.sql b/get_tablespaces_ddl.sql index 000c357..5f2ccb3 100644 --- a/get_tablespaces_ddl.sql +++ b/get_tablespaces_ddl.sql @@ -23,7 +23,7 @@ SELECT 'CREATE ' || nvl(floor(e.used_bytes/1024/1024),10) || 'M ' -- si taille nulle, on retourne 10M || DECODE ( df.autoextensible, - 'YES', ' AUTOEXTEND ON NEXT ' || floor(df.increment_by*ts.block_size/1024/1024) || 'M MAXSIZE ' + 'YES', ' AUTOEXTEND ON NEXT ' || floor(df.increment_by*ts.block_size/1024/1024) || 'M MAXSIZE ' || CASE WHEN maxbytes < POWER (1024, 3) * 2 THEN