Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to read client characterset in logon trigger?
I suppose that would work if an alter session is used but what if the client
is simply set up to use a different character set, for example if NLS_LANG
is set to something other than the database character set.
export NLS_LANG=Blah
sqlplus foo/bar
Now what character set is being used? I presume "Blah".
Ethan Post
(972) 577-6552
Ethan.Post_at_ps.net
perotdba (AIM), epost1 (Yahoo)
-----Original Message-----
Sent: Wednesday, July 24, 2002 12:36 PM
To: Multiple recipients of list ORACLE-L
SELECT SUBSTR(sql_text, 1, 2000) FROM sys.V_$OPEN_CURSOR WHERE UPPER (sql_text) LIKE 'ALTER SESSION%'
with appropriate sid.
Raj
QOTD: Any clod can have facts, but having an opinion is an art!
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Post, Ethan INET: Ethan.Post_at_ps.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Jul 24 2002 - 13:07:13 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).