Is that Possible To create package Overloading , If Yes Give any Examples
Answer / siddharth
Package overloading: Packages can contain multiple iterations of procedures with the same name using different parameters. This is called 'overloading'.
Package overloading is possible in Oracle.
Example:
Identify An Overloaded PACKAGE
SELECT overload, position, argument_name, in_out, data_type
FROM all_arguments
ORDER BY overload, position;
CREATE OR REPLACE PACKAGE overload_pkgIS
PROCEDURE insby(namein VARCHAR2);
PROCEDURE insby(numbin PLS_INTEGER);
END overload_pkg;
/
| Is This Answer Correct ? | 5 Yes | 2 No |
Can you have two stored functions with in the same name?
why we can use synonym?
When loading data from staging table to interface table , how to reload the invalid record once again ?
which parameters passed in report in oracle developer how to pass
In thet custom.pll what are the events we can write.
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
HOW MANY LANGUAGES FOLDERS ARE ONE ORACLE APPLICATION
what is the standard program for blanket po to process data from interface table to bace table
Do you know what is applysys in oracle application database schema, what is apps?
q)what are the validations in sql*loader
in ap_terms table what data will be stored
what is unit of measure classes? give atleast two examples. name the underlying table.