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: Help with oracle restore options

Re: Help with oracle restore options

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Mon, 17 Sep 2001 22:40:55 +0100
Message-ID: <3BA66DE7.71B0@yahoo.com>


Cristian S. wrote:
>
> Hi all,
>
> I have this script in oracle 8i on unix that somebody else wrote at my
> company. It basically does a hot backup in oracle. Now, I would like
> to take the files it creates and move them to a brand new server.
> Here are the details.
>
> The script first places tablespaces in backup mode and then it creates
> a tar file with all the data files for each table space. The database
> is also running in archivelog mode so the script also adds to the tar
> file all the archive logs. At the end, the script backs up the
> control file and adds that to the tar file also.
>
> So I have the datafiles, archive logs and the control file.
>
> I would like now to take all that and move it to a brand new server
> where I just intalled oracle from scratch. (I know that it would be
> possible to just perform a quick export/import procedure but I don't
> have access to the original server anymore so I must work with the
> files created by the hotbackup script).
>
> Can somebody help me figure out just how I can do this? At a minimum,
> I would like to just get the actual data from the datafiles working
> and after that if I can roll forward the archive logs it would be
> great.
>
> Please be as detailed as possible if you respond and thank you very
> much in advance.

Probably a good place to start would be the doco on standby database (either from metalink or technet.oracle.com).

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Mon Sep 17 2001 - 16:40:55 CDT

Original text of this message

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