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: Problem with NLS_LANG: Clients versus database

Re: Problem with NLS_LANG: Clients versus database

From: Ludo Joris <lujo_at_ruca.ua.ac.be>
Date: 1997/06/11
Message-ID: <339e8629.14458127@news.ruca.ua.ac.be>#1/1

maverick_at_videotron.ca (Pierre) wrote:

> But is there a way to change the NLS_LANG at another level ??

NLS_LANG=american_america.we8dec

In SQL you can do:

select to_char(sysdate,'day DD month yyyy','NLS_DATE_LANGUAGE=dutch') from dual;

to get Dutch day and month names.

HTH

--
Ludo Joris
RUCA - University of Antwerp, Belgium
lujo_at_ruca.ua.ac.be
Received on Wed Jun 11 1997 - 00:00:00 CDT

Original text of this message

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