can use the following like overloading concept in a single
package:
procedure p1(a varchar),
procedure p1(a varchar2),
procedure p1(a char)
Answer Posted / vpl
No.
for overloading, parameters must differ by type family--
whereas CHAR, VARCHAR and VARCHAR2 belongs to same family.
This will actually allow you to create the pack but will
give run time error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is numeric function sql?
Is ms sql is free?
What is the plv (pl/vision) package offers?
How to start oracle sql developer?
Can I learn sql in a week?
what is the difference between where clause and having clause? : Sql dba
Why stored procedure is better than query?
What is data manipulation language?
What is dml with example?
What is the difference among union, minus and intersect?
Why do we use triggers?
what is the difference between cluster and non cluster index? : Sql dba
How can get second highest salary in sql?
How to return multiple rows from the stored procedure?
What are the benefits of pl sql?