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: RAC, ASM, and SQL-BackTrack.....

Re: RAC, ASM, and SQL-BackTrack.....

From: Volker Hetzer <firstname.lastname_at_ieee.org>
Date: Wed, 06 Dec 2006 13:15:40 +0100
Message-ID: <el6c9c$eav$1@nntp.fujitsu-siemens.com>


oracle_man schrieb:
> DA Morgan wrote:

>> oracle_man wrote:
>>> Anyone out there using RAC, ASM SQL-BackTrack on AIX?  I have tried to
>>> configure, and worked with BMC support, and they say they can't backup
>>> archived redo's that reside in ASM recovery area.  Anyone else come
>>> across this?
>>>
>>> replies appreciated either in this thread or send to oracle_man(don't
>>> spam me) @yahoo.com
>>>
>>> remove (don't spam me)
>>>
>>> Rich
>> To back up ASM ... use RMAN.
>> --
>> Daniel A. Morgan
>> University of Washington
>> damorgan_at_x.washington.edu
>> (replace x with u to respond)
>> Puget Sound Oracle Users Group
>> www.psoug.org

>
> Thanks Daniel, I need to get it to tape. Here is the latest script I
> cooked up:
>
> run {
> allocate channel oem_disk_backup device type disk;
> recover copy of database with tag 'ORA$OEM_LEVEL_0';
What's the point of the recovery?
What happens if you cut this out and just "backup incremental level 0 database plus archivelog delete all input"?

> released channel: ORA_DISK_1
> allocated channel: oem_disk_backup
> channel oem_disk_backup: sid=370 instance=pocprd1 devtype=DISK
>
> Starting recover at 05-DEC-06
> no copy of datafile 1 found to recover
> no copy of datafile 2 found to recover
> no copy of datafile 3 found to recover
> no copy of datafile 4 found to recover
> no copy of datafile 5 found to recover
> no copy of datafile 9 found to recover
> Finished recover at 05-DEC-06

With no backup there shouldn't be anything there to recover, right?

Lots of Greetings!
Volker

-- 
For email replies, please substitute the obvious.
Received on Wed Dec 06 2006 - 06:15:40 CST

Original text of this message

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