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

nls_date_language in reports!!!

From: Mo <jhj_at_blabla.com>
Date: Wed, 16 May 2001 19:38:15 +0200
Message-ID: <9duds0$1mj4$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:38:15 CDT

Original text of this message

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