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 primary key secondary key alternate key candidate key?
What is the order of sql select?
What is percent sign in sql?
What programs use sql?
How do I edit a trigger in sql developer?
What is break?
What is the process of debugging?
What is the difference between between and in condition operators?
How do I upgrade sql?
Why we use join in sql?
Explain the insert into statements in sql?
Why do we create stored procedures & functions in pl/sql and how are they different?
Is truncate ddl or dml?
What is sequence in sql?
Can we insert data in view?