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
what is a record in a database ? : Sql dba
what is a primary key? : Sql dba
Can we use pl sql in mysql?
What are the two types of cursors in pl sql?
How many triggers can be applied to a table?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
what is self join and what is the requirement of self join? : Sql dba
Is it possible to update views?
How to change the order of columns in Oracle SQL Plus ?
What is an emotional trigger?
Why are cursors used?
What is mutating sql table?
Can a composite key be null?
Why query optimization is needed?
What is pl sql record in oracle?