in reply to Re: Re: Re: UTF-8, Oracle and Perl life
in thread UTF-8, Oracle and Perl life

Actually they are inheriting them from the database so no, we are not setting them in the perl script. I can add the appropriate ones to the perl script.

I will try that and see if it helps.

Thank you,

Akira

  • Comment on Re: Re: Re: Re: UTF-8, Oracle and Perl life

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: UTF-8, Oracle and Perl life
by rdfield (Priest) on Oct 08, 2002 at 08:40 UTC
    Actually they are inheriting them from the database
    No they're not. NLS settings are not cascaded, they are set individually for each client and server. Use NLS_LANG="JAPANESE_JAPAN.UTF8" for each of your clients. Either on the command line (or in the script) for a *nix box or in the registry for MS clients.

    rdfield