Oracle stored procedure in PHP

admin

Administrator
Staff member
hello everyone--
I'm trying to call an oracle stored procedure in php and I keep getting the error below:

Warning: OCIStmtExecute: ORA-06550: line 1, column 9: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use cursor form current on line 122

I've checked my syntext and everything and I don't have a clue as to where the ""s are coming from. Has anyone done stored procedures in php that has any knowledge about how to even get them to work?

Thanks,
Jay
 
Back
Top