Problme with Rman : Urgent [message #70627] |
Tue, 09 July 2002 02:39 |
manla
Messages: 5 Registered: July 2002
|
Junior Member |
|
|
Hi every body i have made a script under AIX for restoring my oracle database.
But when restoring i get this error:
Who can help ?
Recovery Manager: Release 8.1.7.0.0 - Production
RMAN-06005: connected to target database: SID(DBID=1070060421)
RMAN-06008: connected to recovery catalog database
RMAN> shutdown immediate;
2> startup mount;
3> run {
4> allocate channel t1 type 'sbt_tape';
5> restore database;
6> alter database open;
7> release channel t1;
8> }
9>
RMAN-06405: database closed
RMAN-06404: database dismounted
RMAN-06402: Oracle instance shut down
RMAN-06193: connected to target database (not started)
RMAN-06196: Oracle instance started
RMAN-06199: database mounted
Total System Global Area 129501308 bytes
Fixed Size 116860 bytes
Variable Size 63676416 bytes
Database Buffers 65536000 bytes
Redo Buffers 172032 bytes
RMAN-03022: compiling command: allocate
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: allocate
RMAN-06004: ORACLE error from recovery catalog database: ORA-12571: TNS:packet writer failure
RMAN-06099: error occurred in source file: krmk.pc, line: 9397
|
|
|
Re: Problme with Rman : Urgent : it 's ok now [message #70670 is a reply to message #70627] |
Thu, 11 July 2002 07:30 |
manla
Messages: 5 Registered: July 2002
|
Junior Member |
|
|
Hi guy !!!!
thanks all for your help ....
I have troubleshooted the problem by making two major changes :
1- By having my recovery catalog on different base of my target one.
2- By caring about the character set used in RMAN. So an export was insert in the rman script.
Export NLS_LANG=AMERCAN.AMERICA.WE8ISO8859P1
The value WE8ISO8859P1 is to be get from the database NLS parameterss....
|
|
|