RE: [PHP-DB] Oracle Stored Procedures

2006-10-12 Thread David Skyers
Hi The procedure works fine through Oracle. I can see the correct output. David -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: 12 October 2006 01:15 To: David Skyers Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Oracle Stored Procedures PLS-00553: character set

[PHP-DB] Oracle Stored Procedures

2006-10-11 Thread David Skyers
Hi, Can anyone help. I'm trying to access an out parameter from an Oracle Stored Procedure. But I get the following message. I think it might have something to do with the configuration of our server but I'm not sure. Warning: ociexecute(): OCIStmtExecute: ORA-06550: line 1, column 20:

Re: [PHP-DB] Oracle Stored Procedures

2006-10-11 Thread Chris
PLS-00553: character set name is not recognized ORA-06550: line 0, The error message gives you a lot of detail. Does this work ok if you don't do it through php but directly through oracle? -- Postgresql php tutorials http://www.designmagick.com/ -- PHP Database Mailing List

[PHP-DB] Oracle Stored Procedures Again - Sorry

2001-09-10 Thread bona
I´m getting crazy and I can´t find a solution This is how I execute my procedure on SQL +: SQL var x varchar2(10) SQL exec :x := cpf(26852842819) PL/SQL procedure successfully completed. SQL print x X 1 but I can´t execute the first line whitout having