Re: Oracle Forms vs NLS_LANGUAGE

From: Kenny Gump <kgump_at_mylanlabs.com>
Date: Mon, 1 Feb 1999 14:00:00 -0500
Message-ID: <36b5f9c8.0_at_news.mountain.net>


You can alter the nls_language with: alter session set nls_language='french'; provided you created the database with a characterset that will support it. Check the table V$NLS_VALID_VALUES to find which values are supported. Look in the forms help for exact syntax.

Kenny Gump
OCP 7.3 DBA



vsd wrote in message <794id1$ig1$1_at_naxos.belnet.be>...
>Hi,
>
>in order to build a multiligual application, I would like to be able to
>change the NLS_LANGUAGE parameter from Forms (5.0.6).
>
>When I try to write:
>
>Aleter session set NLS_LANGUAGE = FRENCH;
>
>in the PLSQL editor, I get syntax error..........
>
>Is this normal??? Am I doing something wrong??
>
>THX
>
>Vincent S
>
>
Received on Mon Feb 01 1999 - 20:00:00 CET

Original text of this message