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 an emotional trigger?
What are user defined functions?
What is the difference between null value, zero, and blank space?
How do I upgrade sql?
How can I tell if sql is running?
How do I partition a table in sql?
define join and explain different type of joins? : Sql dba
Mention what problem one might face while writing log information to a data-base table in pl/sql?
How many sql statements are used? Define them.
How do I partition in sql?
What is forward declaration in pl sql?
How does sql*loader handles newline characters in a record? : aql loader
How global cursor can be declare with dynamic trigger ?
what are string data types? : Sql dba
Why is stored procedure faster than query?