Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 integrity constraints?

1154


What are the differences between number and binary_float in oracle?

1140


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

2500


how to make an oracle object

2392


How to get last row id?

1049


Explain the use of tables option in exp command.

1165


Explain the use of inctype option in exp command.

1079


What happens to indexes if you drop a table?

1219


Does oracle partitioning improve performance?

1047


How to drop an index?

1010


How to check the oracle tns settings?

1085


How to create an oracle database?

1096


What is a subquery in oracle?

1158


What is the simplest tool to run commands on oracle servers?

1052


What will be the syntax to find current date and time in format "yyyy-mm-dd"?

1059