|
-
As far as i remember when you describe a procedure or a function or a package.procedure
oracle will show the parameter name, data type and required or not.
for example:
SQL> DESC package1.procedure1;
SQL>
Name Datatype Required
---------------- ------------ -------------
parameter1 date yes
parameter2 varchar2 No
I could be wrong.
Thanks
Anil Chada
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|