Path: news.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!newsfeed.news2me.com!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: oratune@msn.com (David Fitzjarrell)
Newsgroups: comp.databases.oracle.server
Subject: Re: ORA-12709 when starting the database
Date: 10 Oct 2002 10:50:07 -0700
Organization: http://groups.google.com/
Lines: 35
Message-ID: <32d39fb1.0210100950.557d5c2d@posting.google.com>
References: <f22e5e67.0210090631.48aa3cc2@posting.google.com> <jIZo9.1710$826.131038382@newssvr21.news.prodigy.com> <f22e5e67.0210092155.78c85564@posting.google.com>
NNTP-Posting-Host: 66.148.209.194
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1034272207 7607 127.0.0.1 (10 Oct 2002 17:50:07 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Oct 2002 17:50:07 GMT
Xref: newsfeed1.easynews.com comp.databases.oracle.server:163758
X-Received-Date: Thu, 10 Oct 2002 10:50:02 MST (news.easynews.com)

Check the environment variable ORA_NLS33; its probably not set or it's
set incorrectly.

If you use sh Bourne or ksh :
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    export ORA_NLS33


If you use C shell :
    setenv ORA_NLS33 $ORACLE_HOME/ocommon/nls/admin/data

This may fix the problem.

David Fitzjarrell


mgeiling@web.de (Michael Geiling) wrote in message news:<f22e5e67.0210092155.78c85564@posting.google.com>...
> Karsten Farell <kfarrell@medimpact.com> wrote in message news:<jIZo9.1710$826.131038382@newssvr21.news.prodigy.com>...
> > Michael Geiling wrote:
> > > We generated a DB using DBCA->new database; this seemed to work ok.
> > > When we used sqlplus to start the db (startup pfile=...) we get the
> > > error 12709 which is an internal error related to the database
> > > character set.
> > > Are there any tips who to get around this error.
> > 
> > I typed 'ora-12709' into Google and got 50 matches. You didn't supply 
> > enough info for me to diagnose your exact problem (like db or os 
> > version) ... maybe one of the hits on Google has your answer. It's worth 
> > a look.
> 
> I did the same (after reading the docu which says: 'This in an
> internal error. Contact Oracle Support Services') but didn't get
> nowhere. The OSs I'm using is SuSE 8.0 and debian/woody along with
> Oracle 9iR2.
> Thanks
