ora 3206
451469Oct 3 2005 — edited Oct 3 2005I was trying to create the user tablespace and got the following error message :
ERROR at line 1:
ORA-03206: maximum file size of (16776704) blocks in AUTOEXTEND clause is out of range
Is anything in my initSID.ora file I have to change ?
I am using the default init.ora file.
From
P
$ more createusertsp.sql
CREATE TABLESPACE "USERS01"
LOGGING
DATAFILE '/dbms/gavdb/GAV/users_ts001f01.dbf' SIZE 38192K REUSE
AUTOEXTEND
ON NEXT 16384K MAXSIZE 32767M DEFAULT
STORAGE ( INITIAL 16K NEXT 8K MINEXTENTS 1 MAXEXTENTS 505
PCTINCREASE 0 );