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 |
where the accounting related data is stored ?
There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
what is mean by confine mode and flexi mode?
Is PlaceHolderColumn Function or Procedure? Why we don't write any code in that?
can we execute one concurrent program through another concurrent program?
name at least five reports in oracle inventory related to transaction ?
Explain the multi-organization structure.
What repots or concurrent program run to transfer data from Inventory to GL.
can we use commit in trigger? If yes how?
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
what is the database size you used?
Give a overview on Aol