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 -> gzip syntax for cold backup

gzip syntax for cold backup

From: Nick <NickFCook_at_gmail.com>
Date: 31 Mar 2006 05:39:37 -0800
Message-ID: <1143812377.544145.83760@z34g2000cwc.googlegroups.com>


I've completed a cold backup using the following syntax:

gzip -c 'list of DB files to be zipped' > cb_dbname_date.gz

Now when I try to refresh from cold backup, I use this syntax:

gunzip cb_dbname_date.gz -- in the current directory

The problem is that this is only creating a single *HUGE* file, instead of decompressing to each individual db file (e.g., control01, control02, etc....)

Can anyone please help me deflate this file back to it's original db files?

Platform: Solaris 9
DB Version: Oracle 10g

TIA, //NC Received on Fri Mar 31 2006 - 07:39:37 CST

Original text of this message

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