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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Restoring database with .Z files

Re: Restoring database with .Z files

From: Phil Jones <phillipjones_at_gmail.com>
Date: 2006-01-03 18:05:27
Message-id: b64a80d00601030905x2070e9eew@mail.gmail.com


Hi,

zcat whatever.dbf.Z > /whereever/whatever.dbf

Cheers,

---Phil

On 03/01/06, J. Dex wrote:
> I am trying to restore a large database from disk and the backups files are
> on a UNIX box and have a .Z extension. I want to decompress them to another
> directory leaving the input files unchanged.
> I've tried a couple different option flags and I am still not getting the
> result that I want.
>
> Typically, I am used to working with gunzip. This is how I do what I want
> in gunzip
> gunzip -dc /d01/restore/control01.ctl.gz > /d02/oradata/dbname/control01.ctl
>
> Does anyone know what the equivalent of doing this is with regular .Z files?
>
> Thanks.
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 03 2006 - 18:05:27 CST

Original text of this message

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