alter tablespace logs add datafile oracle/data1/logs03.dbf'
size 100M autoextend on next 100M maxsize 20000M;
第一次运行成功,感觉有点小,于是增大尺寸:
alter tablespace logs add datafile oracle/data1/logs03.dbf'
size 500M autoextend on next 100M maxsize 20000M;
失败:
ORA-03206 maximum file size of (string) blocks in AUTOEXTEND clause is out of rangeCause: The maximum file size for an autoextendable file has exceeded the maximum number of blocks allowed.Action: Reduce the size and retry.咋回事