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!

Function in Select...from dual

529476Sep 5 2006 — edited Sep 5 2006
Hi

One generate question.

We can do the following task in the Select Statements:-
1. Select Function_Name('Parameter) from dual;
2. Select Package_Name.Function_Name('Parameter') from dual;

Why dont we can call the procedure from the Select Statements:-
Select Procedure_Name('Parameter') from dual;

Can we we call the Procedure in side the procedure statements ???

Thanks
Sandeep

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 3 2006
Added on Sep 5 2006
5 comments
8,295 views