Opps me bad typo in the cut and paste.  I hate computers. Yest the '.' is
needed.

""Andy Hassall"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Yes there is a newer Makfile.pl You might want to try that.
> >
> > One other quick suggestion id to set
> >
> > NLS_LANG=WE8ISO8859P15
> >
> > This is the the value I have used sucessfully in the past.
>
> Presumably you mean
>
> NLS_LANG=.WE8ISO8859P15
>
> The leading "." is required (to skip the language and territory options).
>
> [EMAIL PROTECTED] ~ $ export NLS_LANG=WE8ISO8859P15
> [EMAIL PROTECTED] ~ $ echo exit | sqlplus -L -S test/[EMAIL PROTECTED]
> ERROR:
> ORA-12705: Cannot access NLS data files or invalid environment specified
>
>
> SP2-0751: Unable to connect to Oracle.  Exiting SQL*Plus
> [EMAIL PROTECTED] ~ $ export NLS_LANG=.WE8ISO8859P15
> [EMAIL PROTECTED] ~ $ echo exit | sqlplus -L -S test/[EMAIL PROTECTED]
> [EMAIL PROTECTED] ~ $
>
> --
> Andy Hassall :: [EMAIL PROTECTED] :: http://www.andyh.co.uk
> http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
>


Reply via email to