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
Why do we need a foreign key?
What is a ddl command?
Can we enter data in a table in design view?
What is package in pl sql with an examples?
What are the various restrictions imposed on view in terms of dml?
can a stored procedure call itself or recursive stored procedure? : Sql dba
Explain the the update statement in sql?
what is 'mysqlimport'? : Sql dba
Can a foreign key be a duplicate?
What is a common use of group by in sql?
Does varchar need length?
Is there a 64 bit version of ssms?
The select into statement is most often used to create backup copies of tables or for archiving records?
How is data stored on a disk?
Why use truncate instead of delete?