OracleRef

MenuMenu

Home Home
Contact Contact

Loading

ORA-06443 ORA-06443


ORA-06444 ORA-06444


ORA-06445 ORA-06445


ORA-06446 ORA-06446


ORA-06447 ORA-06447


ORA-06448 ORA-06448


ORA-06449 ORA-06449


ORA-06500 ORA-06500


ORA-06501 ORA-06501


ORA-06502 ORA-06502


ORA-06504 ORA-06504


ORA-06505 ORA-06505


ORA-06508 ORA-06508


ORA-06509 ORA-06509


ORA-06510 ORA-06510


ORA-06511 ORA-06511


ORA-06512 ORA-06512


ORA-06513 ORA-06513


ORA-06514 ORA-06514


ORA-06515 ORA-06515




 
ORA-06503

 ORA-06503

Share

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.




 
 
2011-04-04 09:25:57: Emilien
Functions 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:
CAPTCHA Image


Reload Captcha Image
Enter Code Below
 

Copyright © 2009-2012 OracleRef
Site created with framework WebSite-PHP