cancel
Showing results for 
Search instead for 
Did you mean: 

BR0253E errno 27: File too large in db13

Former Member
0 Kudos

Dear,

When I am taking full online backup via DB13 . it give follwing error.Our this data file size is near about 3 Gb.Archive log is working fine.

BR0202I Saving /oracle/PRD/sapdata1/sr3_3/sr3.data3

BR0203I to /dev/rmt/1mn ...

#FILE..... /oracle/PRD/sapdata1/sr3_3/sr3.data3

#SAVED.... sr3.data3 PRD_ON_01/6

BR0280I BRBACKUP time stamp: 2011-09-01 14.42.08

BR0063I 3 of 88 files processed - 6000.023 MB of 251452.688 MB done

BR0204I Percentage done: 2.39%, estimated end time: 15:55

BR0001I *_________________________________________________

BR0252E Function fwrite() failed for '/oracle/PRD/sapbackup/begrilim.spa/sr3.data34' at location BrSparseCreate-8

BR0253E errno 27: File too large

BR0280I BRBACKUP time stamp: 2011-09-01 14.42.10

BR0317I 'Alter tablespace PSAPSR3 end backup' successful

BR0056I End of database backup: begrilim.fnt 2011-09-01 14.42.08

BR0280I BRBACKUP time stamp: 2011-09-01 14.42.10

my initSID.sap setting is given below.

backup_mode = all

restore_mode = all

backup_type = online

backup_dev_type = tape

backup_root_dir = /oracle/PRD/sapbackup

stage_root_dir = /oracle/PRD/sapbackup

compress=hardware

compress_cmd = "compress -c $ > $"

uncompress_cmd = "uncompress -c $ > $"

compress_dir = /oracle/PRD/sapreorg

archive_function = save

archive_copy_dir = /oracle/PRD/sapbackup

archive_stage_dir = /oracle/PRD/sapbackup

tape_copy_cmd = dd

disk_copy_cmd = copy

stage_copy_cmd = rcp

pipe_copy_cmd = rsh

cpio_flags = -ovB

cpio_in_flags = -iuvB

dd_flags = "obs=128k bs=128k"

dd_in_flags = "ibs=128k bs=128k"

saveset_members = 1

copy_out_cmd = "dd ibs=8k obs=128k of=$'

copy_in_cmd = "dd ibs=128k obs=8k if=$"

tape_size = 800G

exec_parallel = 0

tape_address = /dev/rmt/1mn

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Pooja,

As mentioned in the SAP note 553854 check and adapt the parameter ulimit (user specified limit for file size) and also consider activating the large file option if it is not active already.

Regards,

Varadharajan M

Former Member
0 Kudos

Hi Pooja,

This note may be helpful.

Note 553854 - Oracle: Problems with file size limit

This note has information about the error "<unix> Error: 27: File too large"

Br,

Venky.

markus_doehr2
Active Contributor
0 Kudos

What operating system and what version of br*tools is that?

Markus

Former Member
0 Kudos

Dear,

We are using SAP ECC 6.0 and Hp ux 11.23 and

Regards

former_member204746
Active Contributor
0 Kudos

how big is directory /oracle/PRD/sapbackup ? how much free space in this directory? what are permissions of this directory?

how big is sr3.data34 ?

Former Member
0 Kudos

One more thing to check:

Is there a size restriction for your version of dd command?

(Try man dd for a start)

Former Member
0 Kudos

Hi,

Since it is HP UX you have to check whether the large file option has been set or not.Thanks.