JavaScript is turned off in your web browser. Turn it on to take full advantage of this site, then refresh the page.
Menu
Home
Contact
Loading
ORA-06443
ORA-06444
ORA-06445
ORA-06446
ORA-06447
ORA-06448
ORA-06449
ORA-06500
ORA-06501
ORA-06502
ORA-06504
ORA-06505
ORA-06508
ORA-06509
ORA-06510
ORA-06511
ORA-06512
ORA-06513
ORA-06514
ORA-06515
Search results
ORA-06503
Title
:
ORA-06503 PL/SQL: Function returned without value.
Cause
:
A call to PL/SQL function completed, but no RETURN statement was executed.
Action
:
Rewrite PL/SQL function, making sure that it always returns a value of a proper type.
Add your comment
2011-04-04 09:25:57: Emilien
F
unctions must always return a value.
2 solutions :
- Re-writing the function to include a RETURN statement.
- If you don't want to return a value, re-write your function as a procedure.
Pseudo:
Comment:
Enter Code Below
Submit
Copyright © 2009-2012
OracleRef
Site created with framework
WebSite-PHP