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

How to define a variable of a specific record type?

605


What is an oracle cursor variable?

607


What is control file used for?

600


how do u setup a replication site?

1494


What is enter substitution variable in oracle?

570






Is there an oracle sql query that aggregates multiple rows into one row?

541


What is set operator oracle?

524


What is bulk collect in oracle?

548


How to start a specific oracle instance?

582


11. Display the client number and name and the client number and name of the person who referred that client.

1918


Explain how are indexes update?

619


How can I get column names from a table in oracle?

532


How to convert character types to numeric types?

572


How to drop a stored function?

672


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

853