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!

Procedure parameter option not null ?

434031Sep 28 2005 — edited Sep 28 2005
Lets say i create procedure p_name(p_id in number) and p_name (p_id in number not null). What is the difference ? Do i need aditional parameter check in procedure body if parameter p_id is described as not null?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2005
Added on Sep 28 2005
5 comments
9,030 views