Is that Possible To create package Overloading , If Yes Give any Examples
Answer Posted / 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 |
Post New Answer View All Answers
In hierarchical structure of a database? we have write query from where we should start?
Is soa a part of oracle fusion middleware?
What do you understand by soa?
What are the different components you should consider while defining a responsibility in oracle apps?
Can you define an erp system?
How is choreography different from orchestration?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
How can you achieve loose coupling in soa framework?
What are file in oracle.
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
tell my any difficult situtation you solved in your experience in your company?
Explain oracle apps architecture.
do you know is it possible to run the interface without using oracle apps?
How can a process be deployed in soa?