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

Explain the use of owner option in exp command.

569


What are the advantages of oracle?

554


What is a snapshot log?

564


query optmization techniques and quwry analyser+projects+ppts

1932


What is oracle rowcount?

578






types of indexes and the rationale behind choosing a particular index for a situation.

1986


How to get the Installed Oracle Version Information ?

626


Why does Oracle not permit the use of PCTUSED with indexes?

1953


What is the difference between "as" and "is" in an oracle stored procedure?

541


How to use in conditions in oracle?

558


What are oracle functions?

553


How to export your own schema?

572


What are the general rules on data consistency?

589


What is difference between cartesian join and cross join?

591


List out the difference between commit, rollback, and savepoint?

621