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: RMAN and tempfiles

Re: RMAN and tempfiles

From: Oliver Gehlert <funklover4u_at_yahoo.de>
Date: Mon, 01 Aug 2005 22:18:38 +0200
Message-ID: <dcm01q$pvk$1@online.de>


rman does not backup the tempfile and it does not create a tempfile when restoring the database. If you dump your controlfile, you will see, that there is no info about the tempfile included. You always have to add the tempfile or recreate the temp tablespace. The controlfile is not backed up by rman by default, you have to change the controlfile autobackup parameter to true. Your spfile will be backed up then, too. I would highly recommend to backup your controlfile on evera db backup, or you will be in trouble sometimes.

HTH Oliver Received on Mon Aug 01 2005 - 15:18:38 CDT

Original text of this message

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