what is the difference difference between procedure and
packages
Answer Posted / rajesh venati
A Procedure is a Named Pl/Sql program. Procedures are used
for to perform a particular task. Overloading concept is not
allowed in standard alone procedures.
Then go for Packages, package is grouping the collection of
database objects like procedures, functions, type, variable,
cursors and exception etc... Here overloading concept is
valid, we can define same name for database objects with
different type of parameters or data types.....
I believe this is useful.................
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is dbms?
What is denormalization in a database?
How do I filter in sql profiler?
How do you explain an index number?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
what is self-join? : Sql dba
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is the location of pre_defined_functions.
What are the different types of dbms?
What is trigger in sql and its types?
How do we accept inputs from user during runtime?
What problem one might face while writing log information to a data-base table in pl/sql?
How to change the order of columns in Oracle SQL Plus ?
Can we use ddl statements in stored procedure?
How subquery works in sql?