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

Home -> Community -> Usenet -> c.d.o.server -> Re: Error when trying to restore my database using RMAN

Re: Error when trying to restore my database using RMAN

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 22 Apr 2002 20:33:53 +0200
Message-ID: <3mf8cuk48733rgqu4tonsv988v3r66caf0@4ax.com>


On 22 Apr 2002 07:38:10 -0700, hilmarcher_at_yahoo.com (Caroline) wrote:

>Hi all,
>
>I have the following error when I try to restore my database. Anyone
>has already seen this error ?
>
>RMAN> run {
>2> allocate channel ch1 type disk;
>3> allocate channel ch2 type disk;
>4> allocate channel ch3 type disk;
>5> restore database;
>6> }
>
>RMAN-03022: compiling command: allocate
>RMAN-03023: executing command: allocate
>RMAN-08030: allocated channel: ch1
>RMAN-08500: channel ch1: sid=10 devtype=DISK
>
>RMAN-03022: compiling command: allocate
>RMAN-03023: executing command: allocate
>RMAN-08030: allocated channel: ch2
>RMAN-08500: channel ch2: sid=11 devtype=DISK
>
>RMAN-03022: compiling command: allocate
>RMAN-03023: executing command: allocate
>RMAN-08030: allocated channel: ch3
>RMAN-08500: channel ch3: sid=12 devtype=DISK
>
>RMAN-03022: compiling command: restore
>
>RMAN-03022: compiling command: IRESTORE
>RMAN-03026: error recovery releasing channel resources
>RMAN-08031: released channel: ch1
>RMAN-08031: released channel: ch2
>RMAN-08031: released channel: ch3
>RMAN-00571: ===========================================================
>RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
>===============
>RMAN-00571: ===========================================================
>RMAN-03002: failure during compilation of command
>RMAN-03013: command type: restore
>RMAN-03002: failure during compilation of command
>RMAN-03013: command type: IRESTORE
>RMAN-06003: ORACLE error from target database: ORA-06550: line 1,
>column 166:
>PLS-00553: character set name is not recognized
>ORA-06550: line 0, column 0:
>PL/SQL: Compilation unit analysis terminated
>RMAN-06031: could not translate database keyword
>
>Many Thanks,
>
>C.H.

Apparently your NLS_LANG environment variable / registry variable (I might be missing something, but I'm still not sure why people never mention version and platform) is different from the characterset of the database.

Hth

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Mon Apr 22 2002 - 13:33:53 CDT

Original text of this message

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