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

Home -> Community -> Usenet -> c.d.o.tools -> Re: dbassist error

Re: dbassist error

From: JimmyN1 <jimmyn1_at_aol.com>
Date: 25 Apr 2001 02:17:38 GMT
Message-ID: <20010424221738.28278.00001750@ng-ch1.aol.com>

Here's what metalink has to say:

The environmental parameter ORA_NLS33 is set to an incorrect location. If the  environmental parameter NLS_LANG is not set, then ORA_NLS33 should be unset. If
 the environmental parameter NLS_LANG is set, then ORA_NLS33 should be set by  doing the following:

 For csh shell:

 % setenv ORA_NLS33 ${ORACLE_HOME}/ocommon/nls/admin/data

 For ksh and sh shell:

 $ ORA_NLS33=${ORACLE_HOME}/ocommon/nls/admin/data;export ORA_NLS33  for further followup on this issue, please post an inquiry to the ORacle Server Enterprise Edition Received on Tue Apr 24 2001 - 21:17:38 CDT

Original text of this message

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