overloading of stored procedure is possible in oracle?

Answer Posted / neeraj siddhey

Overloading: Multiple subprograms of the same name

• Enables you to use the same name for different
subprograms inside a PL/SQL block, a subprogram, or a
package

• Requires the formal parameters of the subprograms to
differ in number, order, or data type family

• Enables you to build more flexibility because a user or
application is not restricted by the specific data type or
number of formal parameters

Note: Only local or packaged subprograms can be overloaded.
You cannot overload stand-alone subprograms.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between truncate and drop statements?

577


Can we join two tables without common column?

516


What is sql profiling in oracle?

547


What is sql indexing?

555


what is the difference between myisam static and myisam dynamic? : Sql dba

585






What is the difference between in and between in sql?

576


What is the importance of sqlcode and sqlerrm?

851


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

1561


What is oracle pl sql developer?

532


What do you understand by case manipulation functions?

546


What is a file delimiter?

556


What is substitution variable?

583


Which software is used for pl sql programming?

521


What is dba in sql? : SQL DBA

536


how can we know the count/number of elements of an array? : Sql dba

576