PLS-00553 with PHP

wxdqz

New Member
Hi all,
I'm new in PHP and I have to support an application wich is Using PHP.
We are using
Oracle 8.1.6 on HP-UX 11.00
PHP4
Apache 1.3.20
I'm getting the following error:
###########################################
Warning: OCIStmtExecute: ORA-06550: line 1, column 7: PLS-00553: character set name is not recognized ORA-06550: line 0, column 0: PL/SQL: Compilation unit analysis terminated in /d01/htdocs/functions/functions.php on line 426
###########################################
in SQL*Plus the Function is working well.
I think it is a NLS issue, but I do'nt know where I have to search.

thanks in advance
 
Back
Top