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: Greg Norris <spikey.mcmarbles_at_gmail.com>
Date: 2006-01-03 18:10:00
Message-id: d4beff360601030910r26e97014sa8b6734edad917a3@mail.gmail.com


On 1/3/06, J. Dex wrote:
> 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?

You can still use gzip if you want... it can uncompress .Z files without any difficulty. If for some reason that doesn't work for you, try:

   $ uncompress -c /foo/control01.ctl.Z > /bar/control01.ctl

--
"I'm too sexy for my code." - Awk Sed Fred.
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 03 2006 - 18:10:00 CST

Original text of this message

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