|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Membre du Club
![]() Inscription : janvier 2007 Messages : 121 ![]() |
bonjour à tous,
j'ai une base de données Oracle 9i sous windows 2000 Server, j'ai fait une sauvegarde sur disque en utilisant rman mais avec le fichier de control et non un catalog, mon problème est lorsque j'execute la commande pour afficher les backups (list backup summary) il m'affiche le message d'erreur suivant : RMAN> list backup summary; RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of list command at 01/24/2008 10:36:32 ORA-01455: dÚbordement de capacitÚ pour type de donnÚes entier en conversion de colonne sachant que j'ai programmé les backup (taches planiféées) et tout passe bien merci d'avance. |
|
|
00
|
|
|
#2 |
|
Membre expérimenté
![]() ![]() Inscription : décembre 2003 Messages : 480 ![]() |
signalé comme bug sur metalink
Problem: ~~~~~~~~ Issuing List Backup set or Report Obsolete against the Recovery Catalog Database returns the following: RMAN-6004: ORACLE error from recovery catalog database: ORA-1455: converting column overflows integer datatype You are hitting this bug only if RMAN_SEQ in the recovery catalog is bigger than UB4MAXVAL (usually 2^32 - 1, or 4,294,967,295) SQL> select rman_seq.nextval from dual ; . NEXTVAL ---------- 6000000179 Workarounds: ~~~~~~~~~~~~ Start over by creating a brand-new recovery catalog, and register all of your target databases again. That will capture whatever recovery metadata is still in the controlfiles of those target databases. In the meantime, you may be able to use the "nocatalog" option, assuming that the metadata you need is still in the controlfile, and within the keep time that is set by the init.ora parameter called CONTROL_FILE_RECORD_KEEP_TIME.
__________________
*** OPN Exadata Specialist *** *** OCE Performance Tuning 11g *** *** OCE Rac 10g *** *** OCP DBA 9i-10g-11g *** |
|
|
00
|
|
|
#3 |
|
Membre du Club
![]() Inscription : janvier 2007 Messages : 121 ![]() |
Bonjour,
toujours le même problème, et même lorsque j'ai executer la requête suivante il m'a afficher le message d'erreur suivant: SQL> select rman_seq.nextval from du select rman_seq.nextval from dual * ERREUR Ó la ligne 1 : ORA-02289: la séquence n'existe pas enplus j'ai utilisé une sauvegarde nocatalog. |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com