Bigger than 1 GB datafile under Linux 7.3 [message #54028] |
Thu, 24 October 2002 09:25 |
nagesh d babu
Messages: 7 Registered: October 2001
|
Junior Member |
|
|
Hi to Oracle world,
I am using Oracle 8.1.7 under RedHat Linux7.3 and the filesystem is ext3. while creating datafiles, Oracle doesn't allow me to more than 1 gb of datafile. What should i do to create > 1 gb datafile. Ofcourse we have an alternative to create more datafiles of 1 gb size under a tablespace. Have the below details:
SQL> create tablespace test datafile '/u3/oracle/oradata/iz191/test01.dbf'
2 size 2048 m
3 default storage(initial 200 m next 200 m minextents 2 maxextents 50);
create tablespace test datafile '/u3/oracle/oradata/iz191/test01.dbf'
*
ERROR at line 1:
ORA-01119: error in creating database file '/u3/oracle/oradata/iz191/test01.dbf'
ORA-27044: unable to write the header block of file
Linux Error: 22: Invalid argument
Additional information: 2
Help would be appreciable. Thanks in advance.
Chinnu.
|
|
|
|