in reply to Re: DBD::Oracle::st fetchrow_hashref failed: ORA-24345
in thread DBD::Oracle::st fetchrow_hashref failed: ORA-24345

Hi

These are the special characters:

^$!@&*_+-={}|\;:''>,./?~`+    °~_+{}|¿>?~_+|¿>?`-=\¿,.---¿,03¶,83¤¼,,-,¼°°~_°

I have resolved this issue by setting up the environment variable to '.WE8ISO8859P1' from .AL32UTF8

$ENV{'NLS_LANG'} = '.WE8ISO8859P1'

Now it works fine.. Thanks for your guidance

Replies are listed 'Best First'.
Re^3: DBD::Oracle::st fetchrow_hashref failed: ORA-24345
by kennethk (Abbot) on Sep 11, 2013 at 13:42 UTC

    Glad to have provided guidance, and thank you for posting your solution in case another knowledge seeker runs into a similar problem.


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.