in reply to charset problem with Oracle

I've seen this problem before. First of all: check to make sure that those environment variables are set consistently on all sql clients (not just the DB server, remember that, for example, a web server connecting to this DB is acting as a sql client... so check it's environment), not just on the server. More to the point... it may not be in an environment variable, it may be just under your sql client configuration (I can't remember the file name now... but you could always try grep -ri nls $ORACLE_HOME =D). Also, I believe that there is an init.ora parameter to check on the DB server.

Just for curiosity/trivia's sake: the specific examples I've seen related to these issues are:

Good luck.
------------ :Wq Not an editor command: Wq

Edit by jdporter: Changed title from 'Re: DBI::Oracle'