Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RMAN

RMAN

From: Ura! <ura_at_ymz.yaroslavl.ru>
Date: Fri, 5 Jan 2001 10:34:23 +0300
Message-Id: <10731.125807@fatcity.com>


Hi dear ALL



In the svrmgrl:
 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 command
RMAN-03013: command type: backup
RMAN-06003: ORACLE error from target database: ORA-06550: line 1,
column 43:
PLS-00553: character set name is not recognized
ORA-06550: line 0, column 0:

PL/SQL: Compilation unit analysis terminated RMAN-06097: text of failing SQL statement: begin dbms_rcvman . setDatabase ( upp er ( :dbname:dbname_i ) , :rlscn , :rltime , :fhdbi:fhdbi_i ) ; end ; RMAN-06099: error occurred in source file: krmk.pc, line: 9140   

Help me please. How can I change character set in the database (error PLS-00553)? Where is bug?



ura_at_ymz.yaroslavl.ru Received on Fri Jan 05 2001 - 01:34:23 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US