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

Home -> Community -> Usenet -> c.d.o.misc -> Problem with DBMS_SESSION.SET_NLS

Problem with DBMS_SESSION.SET_NLS

From: Henrik Bachmann <Henrik.Bachmann_at_bim-consulting.de>
Date: Wed, 07 Jul 1999 09:23:32 GMT
Message-ID: <37831c63.69457354@news.topnet.de>


Hi there!

In SQL*Plus the following statement is ok:

alter session set NLS_NUMERIC_CHARACTERS = '.,'

I want to set this value at runtime with the package procedure DBMS_SESSION.SET_NLS: BEGIN
  DBMS_SESSION.SET_NLS('NLS_NUMERIC_CHARACTERS', '.,'); END; But the following error occurs:

ORA-12705: invalid or unknown NLS parameter value specified

Any ideas?

Thank in advance.

Henrik Bachmann

B.I.M.-Consulting Magdeburg        http://www.bim-consulting.de/

D-39124 Magdeburg                  




Received on Wed Jul 07 1999 - 04:23:32 CDT

Original text of this message

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