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 -> Rman 9.2.0.6 (RMAN-06026: some targets not found - aborting restore)

Rman 9.2.0.6 (RMAN-06026: some targets not found - aborting restore)

From: paul <nomail_at_nomail.com>
Date: Tue, 14 Aug 2007 14:40:35 +0200
Message-ID: <C18A75549EB5DA11A92900805F0DA7FA02BA0ED8@dun-com-news02.nord.usinor.com>


Hello,
I have a question concerning rman on oracle 9.2.0.6 I've made a backup of archivelog with this command

backup format 'f:\test_archivelog_d1008_h0955.bck' (archivelog all delete input) ;

it worked ok

now i want to extract archive log files contained in the file 'f:\test_archivelog_d1008_h0955.bck' but i don't konw how to do it because RMan says :
"RMAN-06026: some targets not found - aborting restore."

How can i do it ?

I entered the following commands :

rman nocatalog
RMAN>connect target .../...
RMAN>list backupset ;

BS Key Size
------- ----------
14 228M

  List of Archived Logs in backup set 14   Thrd Seq Low SCN Low Time Next SCN Next Time

  Backup Set Copy #1 of backup set 14
  Device Type Elapsed Time Completion Time Tag     List of Backup Pieces for backup set 14 Copy #1     BP Key Pc# Status Piece Name RMAN> restore archivelog all ;

Starting restore at 14-AUG-07

using channel ORA_DISK_1

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 08/14/2007 11:55:10
RMAN-06026: some targets not found - aborting restore
RMAN-06025: no backup of log thread 1 seq 3 scn 9660177 found to restore
RMAN-06025: no backup of log thread 1 seq 2 scn 9291312 found to restore RMAN-06025: no backup of log thread 1 seq 1 scn 8926992 found to restore Received on Tue Aug 14 2007 - 07:40:35 CDT

Original text of this message

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