Home > Archive > PHP DB > July 2007 > Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| David Skyers 2007-06-26, 7:00 pm |
| Hi
I have a page that inserts data into a oracle table using a oracle
stored procedure via php. However when the php runs I get the following
error:
Warning: oci_execute() [function.oci-execute]: ORA-06550: line 2, column
7: PLS-00553: character set name is not recognized ORA-06550: line 0,
column 0: PL/SQL: Compilation unit analysis terminated in
/nfs/rcs/www/webdocs/research/rsr/staff/dev/rae-mypubs1.php on line 121
Does anyone know why this is occurring?
Regards
David
| |
| Roberto Mansfield 2007-06-26, 7:00 pm |
| This could be a problem with your ORACLE_HOME and/or NLS_LANG
environment variables. These need to be set for your user account
running the web server BEFORE the web server is started. Don't try to
set these in your php script or you'll get strange results.
David Skyers wrote:
> Hi
>
> I have a page that inserts data into a oracle table using a oracle
> stored procedure via php. However when the php runs I get the following
> error:
>
> Warning: oci_execute() [function.oci-execute]: ORA-06550: line 2, column
> 7: PLS-00553: character set name is not recognized ORA-06550: line 0,
> column 0: PL/SQL: Compilation unit analysis terminated in
> /nfs/rcs/www/webdocs/research/rsr/staff/dev/rae-mypubs1.php on line 121
>
> Does anyone know why this is occurring?
>
> Regards
>
> David
>
>
| |
|
|
|
|
|
|
|