[phplib] How do u guys excute a PL/SQL block with oci8? From: Eric Wang (eric <email protected>)
Date: 07/04/00

hi, guys!
anybody can help me?
I need excute a Oracle PL/SQL block in php4 with oci8 fuctions,
but I couldn't make the thing right, and could find the relevant manual
nowhere, any goru give me a short example?

I got the error like this:
ORA-06550: line 1, column 6: PLS-00103: Encountered the symbol "" when expecting one of the following:
begin declare exit for goto if loop mod null pragma raise return select update while << close current delete
fetch lock insert open rollback savepoint set sql execute commit forall
Query :"begin aaa number=3; insert into emp values (:aaa); commit; end;"

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>