Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 8.0.5 and SunOs 5.6 problem with datafile > 2 GB
For the Oracle/Unix Gurus out there --
From ServerManager, I type
SQL> alter tablespace XXXX
2 add datafile 'YYYY.dbf'
3 size 2048M;
It returns
alter tablespace XXXX
*
Running oerr message utility --
[/u01/app/oracle]oerr ora 27044
27044, 00000, "unable to write the header block of file" // *Cause: write system call failed, additional information indicates which // function encountered the error // *Action: check errno
[/u01/app/oracle]
The platform is SunOs 5.6. and the Oracle version is 8.0.5.
$ uname -a
SunOS BillPlexPrime 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-
Enterprise
How do I create a datafile larger than 2GB? Is this a Sun or Oracle issue?
HK Thompson
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Tue Sep 21 1999 - 13:34:58 CDT
![]() |
![]() |