Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> altering session from within java ?
Hi all,
i am newby in java dev an i am trying to execute the following command from
within java (Jdev 9.0.3.988) on an Oracle 8i database.
String sqlStr = "ALTER SESSION SET NLS_NUMERIC_CHARACTERS='.,'" app.getApplicationModule().getTransaction().executeCommand( sqlStr );
I cannot get to have this statement not return error (usally 'egal missing' or invazlid character' ...) from SQLStmtException.
Any clues ? Received on Tue Nov 05 2002 - 10:01:35 CST
![]() |
![]() |