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 does joining a thread mean?
How global cursor can be declare with dynamic trigger ?
What is database white box testing and black box testing?
What is the purpose of normalization?
What is a ddl command?
How can we store rows in PL/SQL using array?
What is duration in sql profiler trace?
What are the different types of a subquery?
Explain exception handling in pl/sql?
How do I edit a stored procedure?
What is a trigger in sql?
Can %notfound return null after a fetch?
What are string functions in sql?
Explain normalization and what are the advantages of it?
what is the difference between char_length and length? : Sql dba