executing a procedure
563218Feb 21 2007 — edited Feb 22 2007Is there another way to execute a procedure than:
BEGIN myProcedure(n); END;
I'm trying to execute a procedure via a function in a tool called HP Openview (formerly Peregrine) AssetCenter, and it doesn't seem to like the BEGIN/END statements.
TIA
-Frank