Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Make function parameter(s) required

704072May 29 2009 — edited May 29 2009
In an oracle function, how do you make parameters required? Or is this something that is on the database end?

For example
Function FH
(*v_prob IN varchar2*, v_bl IN varchar2, v_site IN varchar2)

The parameters in bold are required, is there something possible for that?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2009
Added on May 29 2009
4 comments
434 views