Update get_tablespaces_ddl.sql
This commit is contained in:
@@ -23,7 +23,7 @@ SELECT 'CREATE '
|
|||||||
|| nvl(floor(e.used_bytes/1024/1024),10) || 'M ' -- si taille nulle, on retourne 10M
|
|| nvl(floor(e.used_bytes/1024/1024),10) || 'M ' -- si taille nulle, on retourne 10M
|
||||||
|| DECODE (
|
|| DECODE (
|
||||||
df.autoextensible,
|
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
|
|| CASE
|
||||||
WHEN maxbytes < POWER (1024, 3) * 2
|
WHEN maxbytes < POWER (1024, 3) * 2
|
||||||
THEN
|
THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user