Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN
Hi dear ALL
svrmgr> connect internal svrmgr> shutdown immediate svrmgr> startup mount
In the RMan:
c:\rman nocatalog
rman> run{
2> allocate channel t1 type disk; 3> backup database format 'd:\BackUp\%U'; 4> }
After this command Recovery Manager show this messages:
RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate RMAN-08030: allocated channel: t1 RMAN-08500: channel t1: sid=14 devtype=DISK RMAN-03022: compiling command: backup RMAN-03026: error recovery releasing channel resources RMAN-08031: released channel: t1 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure during compilation of commandRMAN-03013: command type: backup
column 43: PLS-00553: character set name is not recognized ORA-06550: line 0, column 0:
Help me please. How can I change character set in the database (error PLS-00553)? Where is bug?
![]() |
![]() |