in reply to Re^3: Getting error while invoking a SQL Procedure
in thread Getting error while invoking a SQL Procedure
You don't need the BEGIN/END but if you just take them out it won't work. You'd have to prefix the sql with "call" and you don't want to do that as call gobbles up NO_DATA_FOUND errors (documented by Oracle somewhere).
|
|---|