
what is the difference between a procedure and a function in oracle?

Hi Friend,
Differences:
1) Function Have to return a single value to the calling program whereas Procedures do not return any value except assigning values to OUT variables.
2) Functions can be called in sql statements whereas Procedures cannot.
3) Functions cannot return images whereas Procedures can return images.
Thanks

thanks a lot for your answer..
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.