Quote:
Originally posted by ndu35
Try 'exec otime 42', you must pass one parameter to your proc.
|
I tried this and I received the following error:
BEGIN otime 42; END;
*
ERROR at line 1:
ORA-06550: line 1, column 13:
PLS-00103: Encountered the symbol "42" when expecting one of the following:
:= . ( @ % ;
The symbol ":=" was substituted for "42" to continue.
Then I entered 'execute otime(45) and received the following:
"PL/SQL procedure successfully completed."
Which isn't correct as it should produce a message.