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: Perl::DBI problems after charset change

RE: Perl::DBI problems after charset change

From: <Jared.Still_at_radisys.com>
Date: Tue, 01 Oct 2002 09:09:43 -0800
Message-ID: <F001.004DD826.20021001090943@fatcity.com>


Rich,

Though I've never had this problem with Perl, I have had it with SAP.

If NLS_LANG is set incorrectly at the client, it won't work.

In your Perl:

   $ENV{NLS_LANG} = 'whatever';

Try it, you might like it. :)

Jared

"Jesse, Rich" <Rich.Jesse_at_qtiworld.com>
Sent by: root_at_fatcity.com
 10/01/2002 08:18 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        RE: Perl::DBI problems after charset change


No, but it shouldn't matter, should it? Isn't Oracle supposed to convert between different NLS_LANGs on server and client? I would think that would
be shown by the fact that SQL*Plus works just fine from the same client.

Thx,
Rich

Rich Jesse                           System/Database Administrator
Rich.Jesse_at_qtiworld.com              Quad/Tech International, Sussex, WI 
USA
> -----Original Message-----
> From: Mark J. Bobak [mailto:mark_at_bobak.net]
> Sent: Monday, September 30, 2002 10:08 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Perl::DBI problems after charset change
>
>
> Rich,
>
> Do you have export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 in
> the client
> environment where perl is running?
>
> -Mark
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jesse, Rich
  INET: Rich.Jesse_at_qtiworld.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Tue Oct 01 2002 - 12:09:43 CDT

Original text of this message

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