alter character set at session level [message #375883] |
Mon, 15 December 2008 04:18 |
navkrish
Messages: 189 Registered: May 2006 Location: NJ,USA
|
Senior Member |
|
|
Hi,
I am trying to alter character set at session level. Below are the alter statements which I tried but got ora error.
ALTER SESSION SET NLS_CHARACTERSET WE8ISO8859P15
ORA-00922: missing or invalid option
ALTER SESSION SET NLS_CHARACTERSET = WE8ISO8859P15
ORA-00922: missing or invalid option
Question -
1. Can we able to alter the NLS_CHARACTERSET at session level?
2. If yes, how to perform that?
Honestly I goggled first to find this but did not have much information.
Nav
|
|
|
|
|
|