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: Caroline <hilmarcher_at_yahoo.com>
Date: 23 Apr 2002 03:12:00 -0700
Message-ID: <8f934c98.0204230212.20d542fd@posting.google.com>


OK I think it is my NLS_LANG parameter which was incorrect. So I have written in my initSID.ora file :

#date format parameter
NLS_DATE_FORMAT='Mon DD YYYY HH24:MI:SS' NLS_LANG=American_America.WE8ISO8859P1
(it is the charset answer from the request : select * from v$nls_parameters where parameter='NLS_CHARACTERSET';)

But when I try now to startup my instance, I have this error :

SVRMGR> startup
LRM-00101: unknown parameter name 'NLS_LANG' ORA-01078: failure in processing system parameters SVRMGR> Oracle version : 8.1.7
Sever : Tru64 Alpha server Compaq Received on Tue Apr 23 2002 - 05:12:00 CDT

Original text of this message

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