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

What is the use of prepared statement?Ans:used to execute
pre compiled statement...so the question is when that
precompiled statement will be execute or
comiple?................

Answer Posted / suri

when we sent a sql stmt in to oracle sever the server
splits statemts in to mutiple stmts, checks wheather valid
or not, if it is valid it is stored in the shared pool,
where as in the normal stmt parsing will be done every time
in prepared parsing will be done only once, naxt time
onwards values will be sent to the place holders

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jdbc thin client in oracle?

949


What is database deadlock ? How can we avoid them?

1125


How many types of resultset are there in jdbc?

1011


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

1006


What is jdbc and jdbc drivers?

1061


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

1040


What is the use of setFetchSize() and setMaxRows() methods in Statement?

1043


What is JDBC Batch Processing and what are it’s benefits?

1081


What is JDBC Statement?

1045


Which jdbc drivers will run your program?

987


What are the common JDBC problems that you got and how do you solved them?

2487


What are the common tasks of JDBC?

1044


What does setautocommit do?

1032


How can we maintain the integrity of a database by using jdbc?

1155


Which database is used with java?

1006