On Fri, 18 Oct 2002 13:30:52 -0600 Greg Baumgartel <[EMAIL PROTECTED]> wrote:

> Made some headway, it does look like something with the Oracle install. 
> Basically, the ORA_NLSXX (32 or 33, depending on the original DB version) 
> environment variable needs to be set to
> $ORACLE_HOME/ocommon/nls/admin/data
> 
> However, this can be inconvenient if doing it from a large number of 
> different scripts.  The problem arises in that we moved an 8.1.6 DB/data to 
> 9.2.0.1, and under 9.2, the default character encoding is different.  Our 
> DBA is looking to see if it's possible to easily change this in Oracle's 
> back end, so that the new 9.2 instance uses the same encoding as the old 
> 8.1.6 instance, as then we don't have to add environment variables to all 
> of our scripts.
> 
> Apparently there is more technical documentation somewhere on Oracle's 
> website about this....hopefully this will be of use to someone in the
> future.

Thank you for the followup.  

Various people are trying to figure out how to handle DBD::xyz installs
when Perl is 32/64 bit and the RDBMS is 64/32 bits.  Hopefully Makefile.PL
will be able to figure it out eventually, but it appears to be very
platform and RDBMS dependent so the more data points the better..

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


Reply via email to