Showing posts with label ORA-06503: PL or SQL: Function returned without value. Show all posts
Showing posts with label ORA-06503: PL or SQL: Function returned without value. Show all posts

Saturday, 4 February 2012

ORA-06503: PL or SQL: Function returned without value

ORA-06503: PL or SQL: Function returned without value

Cause: A call to PL or SQL function completed, but no RETURN statement was executed.

Action: Rewrite PL or SQL function, making sure that it always returns a value of a proper type.