If using rman with nocatalog make sure to backup your
control file often. In the case you loose everything
(rm everything), you will not be able to recover.
- Ruth Gramolini <rgramolini_at_tax.state.vt.us> a
écrit : > Try this syntax:
> rman nocatalog {
> backup format 'd:\BackUp\%U'
> (database);}
>
> Rman doens't understand what you are trying to tell
> him.
>
> HTH,
> Ruth
> it is more important to be human than to be
> important
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L"
> <ORACLE-L_at_fatcity.com>
> Sent: Friday, January 05, 2001 2:35 AM
>
>
> > 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
> > Ura!
> >
> >
> > --
> > Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> > --
> > Author: Ura!
> > INET: ura_at_ymz.yaroslavl.ru
> >
> > Fat City Network Services -- (858) 538-5051
> FAX: (858) 538-5051
> > San Diego, California -- Public Internet
> access / Mailing Lists
> >
>
> > To REMOVE yourself from this mailing list, send an
> E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> ORACLE-L
> > (or the name of mailing list you want to be
> removed from). You may
> > also send the HELP command for other information
> (like subscribing).
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Ruth Gramolini
> INET: rgramolini_at_tax.state.vt.us
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>
> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from). You may
> also send the HELP command for other information
> (like subscribing).
Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
Received on Mon Jan 08 2001 - 02:48:45 CST