Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to archive very large Oracle RMAN files to tape?
I would just dd the files to tape for the time being until you can
get a full blown backup system in place. According to the the
largfile(5) man page, dd doesn't have any limit. I'm not sure why
tar and cpio have that 8GB limit. Maybe a limitation of their own
file format.
In article <85g0t2$i97$1_at_nnrp1.deja.com>,
Tim Cuthbertson <timcuth_at_my-deja.com> wrote:
> I am using Oracle RMAN to backup an 80 GB database to three Veritas
> filesystems on Solaris 2.6. This creates some very large files (20 GB
> or more). I need to archive these files to DLT-7000 tapes for
> additional safety. However, I have not been able to find a utility
that
> can do this.
>
> Both cpio and tar work with "large files", but there is still a
maximum
> file size of 8 GB minus 1 byte.
>
> The Veritas vxdump utility can handle the size, but it can only backup
> entire filesystems. If I were to need to restore from such backups, it
> would cause havoc with the rest of the data on my filesystems.
>
> Does anyone know of a commonly available utility that will do this?
>
> TIA,
> Tim
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Jan 12 2000 - 16:00:56 CST
![]() |
![]() |