bonjour,

voilà le topo : j'ai une base sur laquelle j'ai fait une sauvegarde. Et j'ai testé le restore avec UNTIL clause, ce qui a mis des incarnations.

Mais ayant des erreurs sur RMAN depuis peu à propos des incarnations, j'ai effectué RESET database ... il me dit OK mais list backup plante.

J'ai donc déregistré la base ( récente ) ...et ça continue. Que faire d'autre?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Recovery Manager: Release 10.1.0.5.0 - 64bit Production
 
Copyright (c) 1995, 2004, Oracle.  All rights reserved.
 
connected to target database: PROG (DBID=1543722300)
connected to recovery catalog database
 
RMAN> register database;
 
database registered in recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-20003: target database incarnation not found in recovery catalog
 
RMAN> list incarnation;
 
updating recovery catalog with new database incarnation
 
List of Database Incarnations
DB Key  Inc Key DB Name  DB ID            STATUS  Reset SCN  Reset Time
------- ------- -------- ---------------- --- ---------- ----------
3431170 3431174 PROG     1543722300       PARENT  1          2006-04-06:23:52:08
3431170 3431171 PROG     1543722300       PARENT  475508     2008-10-08:13:59:26
3431170 3431172 PROG     1543722300       CURRENT 647143     2008-10-08:20:46:35
 
RMAN> list backup summary;
 
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of list command at 10/27/2008 17:08:37
RMAN-00600: internal error, arguments [8201] [] [] [] []
Merci