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
Can we call a function containing dml statements in a select query?
How do I view a procedure in sql?
What does select * from mean in sql?
What is tuple in sql?
How to start oracle sql developer?
How to read/write files from pl/sql?
What is null in pl/sql?
What is the process of debugging?
Is drop table faster than truncate?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Is sql scripting language?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
how do you know if your mysql server is alive? : Sql dba
How can you get sql*loader to commit only at the end of the load file? : aql loader
What do you understand by case manipulation functions?