1752325 Members
5367 Online
108786 Solutions
New Discussion юеВ

8.0.6

 
Jiri D
Advisor

8.0.6

Hallo,
I have HPUX 11.00 and Oracle 8.0.6 on N4000.I have filesystem with -o largefiles.Now dbfile is 8GB and I have this mistake.Check fs is OK.
Thanks for your help.
Alert.log
KCF: write/open error block=0x2cdbfb online=1
file=6 /sas_1/db/RDMSAS/dbf/RDMSAS_mds_01_01.dbf
error=27072 txt: 'HP-UX Error: 27: File too large

Jirid
2 REPLIES 2
Rita C Workman
Honored Contributor

Re: 8.0.6

Is your filesystem set for largefiles.
To Check:
fsadm /dev/vg_name/rlvol_name

To Set to LargeFiles
umount /filesys
fsadm -o largefiles /dev/vg_name/rlvol_name

You may also need to go in and set the largefile option in your /etc/fstab.

/dev/vg/lvol /filesys vxfs delaylog, largefiles 0 2

Hope this helps,
Rita
Andreas D. Skjervold
Honored Contributor

Re: 8.0.6

Hi

This might be due to the fact that the database is started with a to smal ulimit setting in the shell:

From Metalink

cause: The error occurs because the database is started with a ulimit less than the
datafile size.



fix:

Ensure that the ulimit is set to 'unlimited' for filesize.

To check the ulimit :

(in the c-shell)
[tchp1]/u02/home/usupport> limit
cputime unlimited
filesize unlimited
datasize 262144 kbytes
stacksize 32768 kbytes
coredumpsize 2097151 kbytes
descriptors 2048 files
memoryuse unlimited

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!