Oracle function

Written by admin on . Posted in Oracle

Function in Oracle

Oracle function are programme which takes some input perform some operation and provide outputs. Note function has to give some output while there is no restriction procedure for the same. Procedure may or may not provide return type.