i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?

Answer Posted / suresh babu

The procedure,which we defined with in package,will be very
powerful,once we call the package it will load all
procedures and functions dynamically.so we can access more
number of procedures with out calling again and again.

But we can't call multiple procedures in single time.If we
want to access multiple procedures,which we didn't defined
with in package,isn't possible.we can call those procedures
one by one.

So the procedure,which we defined with in package, is very
powerful than the procedure,which we didn't defined with in
package.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the attributes that are found in a cursor?

824


What are the logical operations?

878


What is a dynamic performance view in oracle?

779


Explain the use of parfile option in exp command.

733


How to recover a dropped table in oracle?

795


how can db_files > maxdatafiles since db_files is for instance and the later is for database

2369


How to resolve the ORA-39133 error in Oracle?

790


How to write numeric literals in oracle?

884


1) Does oracle have any table which contain all the exceptions and it's code internally?

1504


What is null value in oracle?

830


What is a cursor in oracle?

822


Differentiate between translate and replace?

797


What is data type in oracle?

763


How can I combine multiple rows into a comma-delimited list in oracle?

787


How to bring a tablespace offline?

727