Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Need help for backuping Oracle on a RAID5 tower (AIX)

Re: Need help for backuping Oracle on a RAID5 tower (AIX)

From: Geoffrey C Marshall <count_at_ozemail.com.au>
Date: 1997/09/14
Message-ID: <341B24B3.D762B704@ozemail.com.au>#1/1

This is a multi-part message in MIME format.

--------------F7DAC505F21DC00889261C00
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit



Sylvain Falardeau wrote:

> Problem:
> --------
>
> When backuping a Oracle database (6 files of 1Gig with the AIX
> Filesystem)
> with SYSBACK (AIX backup utilities), we can't restore it without
> "inconsistencies" of filesystem:
>
> ls -l indicate 6 files of 1G in the 8G filesystem.
> df -k indicate 40% of filesystem space used!!!
>
> When calling Oracle support, he says that some backup utilities trunc
> nulls in files (like tar). But the guy don't say anything about
> SYSBACK.
>
> If anyone exprienced some problems with this type of hardware and
> Oracle
> database, please e-mail me your solution for safe backup. :) :)

I don't have the specific experience of Oracle and AIX, but I know the problem. Unix allows a user to create 'large' files that only have a few bytes of data (You can do this by creating a file then using fseek b4 writing). This give you files with 'holes' in them. Most software (including 'cp') will destroy these files, in that the copy does not have the 'holes' and therefore the data is at the wrong place in the file.

You can test this by using 'cp'. If the resultant file is not the same size then you have that problem.

I know of no way around this, except to use utilities for your backup that can manage the 'holes'.

Geoff...



Geoffrey C. Marshall
(a.k.a) count_at_ozemail.com.au

SAGITTARIUS (Nov 22 - Dec 21)
        You are optimistic and enthusiastic.  You have a reckless
         tendency to rely on luck since you lack talent.   The majority
         of Sagittarians are drunks or dope  fiends or both.  People
         laugh at you a great deal.
_______________________________________________________________________
_
--------------F7DAC505F21DC00889261C00
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Geoffrey  Marshall
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Geoffrey  Marshall
n:              Marshall;Geoffrey 
adr:            8, Fairy Dell Road;;;Tecoma;Victoria;3160;Australia
email;internet: count_at_ozemail.com.au
tel;work:       +613 9752 6503
tel;home:       +613 9752 6503

x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


--------------F7DAC505F21DC00889261C00-- Received on Sun Sep 14 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US