I'm facing a problem with my RMAN. I'm trying to introduce myself to RMAN but looks like it has a problem with my database character set. I posted the error below. How can I fix that please?
C:\Documents and Settings\Administrateur>set oracle_sid=corazon
C:\Documents and Settings\Administrateur>rman
Recovery Manager: Release 10.1.0.2.0 - Production
Copyright (c) 1995, 2004, Oracle. All rights reserved.
RMAN> connect target/
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-06550: line 1, column 7:
PLS-00201: identifier 'DBMS_BACKUP_RESTORE.SET_CHARSET' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
RMAN-04015: error setting target database character set to WE8MSWIN1252
Well, I realized that I -may be- made a -professionnay speaking- a huge mistake -sorry for giving you hard times with that- for, I did install 10g on the same machine where I've installed 9i. (I wanted to experiment the migration -I didn't migrate yet though-). That's where I noticed the problem when I try to invoke RMAN on my 9i database. (It even asks me to migrate my RMAN, from a version 8 to a version 9 but I guess this is another issue)However, I installed 10g on another machine and I realized that the problem persists. Should I re-set my ora_home? How do I fix the problem on my 10g?
Bookmarks