PLS-553: character set name is not recognized
333422Jan 7 2004 — edited Jan 8 2004Hi Experts,
I'm trying a complete restore of a full database backup and i'm getting the error:
RMAN> restore database;
Starting restore at 07-JAN-04
using channel ORA_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 01/07/2004 18:00:15
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
I'm using the control files from the backup and all seems fine until I run the "restore database" command.
Any ideas?
Script is:
set DBID=1137651434
startup nomount pfile='/opt/oracle/admin/hlrdb/pfile/inithlrdb.ora';
run{
allocate channel d1 type disk;
restore controlfile from '/tmp/rman/controlfile.bak';
}
alter database mount;
restore database;
Thanks,
Warren