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 -> nls_date_language in reports !!

nls_date_language in reports !!

From: Mo <jhj_at_blabla.com>
Date: Wed, 16 May 2001 19:39:19 +0200
Message-ID: <9dudu0$1mne$1@scavenger.euro.net>

I try to get a Dutch date language as output of a report so I write a before report triger like this : function BeforeReport return boolean is
begin
SRW.DO_SQL ('ALTER SESSION
SET nls_date_language = DUTCH');
return (TRUE);
end;

but when I run the report I still get the English date instead of the Dutch !!

the language of my oracle 7.3.4 is English any idea folks ???

thanks, Mo. Received on Wed May 16 2001 - 12:39:19 CDT

Original text of this message

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