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...

Please explan Why static query is more faster than dynamic
query ?

Answer Posted / deshabandhu bar

Static query is faster as this keep the Execution plan in
the lib cache. Also it keeps data blocks in the buffer
cache. Next time when a user try to execute the same query
the user hit the cache and execution plan will be ready for
that user. So the time required for parsing and creating
execution plan will be 0. So the Static query is faster
than the dynamic query.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to work with data objects interactively?

1041


How to get last row id?

1049


What is pragma autonomous transaction in oracle?

1121


What is user managed backup in Oracle?

1200


What is background process in Oracle?

1137


How to delete a user account in oracle?

1021


How to define a variable to match a table column data type?

1032


What are joins, explain all types of joins?

2360


Why cursor variables are easier to use than cursors?

1137


What is data block in Oracle?

1148


How to connect to oracle using service name instead of sid?

1067


How to manage transaction isolation level?

1054


A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.

5673


What are the oracle built-in data types?

1134


What is the difference between sharding and partitioning?

1038