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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to read client characterset in logon trigger?

RE: How to read client characterset in logon trigger?

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Wed, 24 Jul 2002 10:07:13 -0800
Message-ID: <F001.004A130C.20020724100713@fatcity.com>


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



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

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-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Wed Jul 24 2002 - 13:07:13 CDT

Original text of this message

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