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: ora10g disaster recovery - the way

Re: ora10g disaster recovery - the way

From: Holger Baer <holger.baer_at_science-computing.de>
Date: Wed, 24 Aug 2005 15:08:58 +0200
Message-ID: <dehrhc$8gb$1@news.BelWue.DE>


Dariusz Adamiak wrote:
> Hi,
> is there any simple way to recover database after disaster?
>
> now i tested procedure /below/ , it seems is OK, but
> http://localhost:5500/em ... doesnt work...
>
>
> procedure
> 1. Backup
> rman>backup database plus archivelog
> rman>restore database validate
> rman>delete noprompt obsolete
>
> so I have backup, control files with spfile
> i copy also pwd___.ora tnsnames.ora
>
> 2. Recovery
> install oracle software (instance)
> create listener
> create directory structure
> create oracle service (oradim -new ...)
> copy pwd___.ora, tnsnames.ora
> set oracle SID (in windows registry)
> rman> set DBID
> rman> restore SPFILE from backup file
> rman>restore control files from backup file
> rman> copy backup to flash_recovery_area
> rman> restore database
> rman>recover database
> rman>alter database open resetlogs
>
>
> Regards
>
> Dariusz
>
>

Well, you recovered your database, didn't you? What you failed to do was to configure dbconsole accordingly. To my best knowledge this can be done via emctl. However, it is not very well documented, but the Enterprise Manager Advanced Configuration contains some information (if somewhat of the fully grown Grid-Control persuasion).

HTH Holger Received on Wed Aug 24 2005 - 08:08:58 CDT

Original text of this message

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