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

Is there any problem if we use commit repeatedly after each
dml statement in a plsq procedure ? (eg. there are 10 update
stmt and using 10 commit stmt after each update stmt)

Answer Posted / kiran iyer

Commiting a record frequently will effect the performance as
oracle internally would wait for the transaction to get
commited and then flush the RBS and then would go ahead and
read the Next Record. Hence it is not a good Practice to
commit records frequently. Records should be commited in a
batch.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use cross join?

997


Can we use distinct and group by together?

1102


How to call a javascript function from pl sql?

1185


What is string join?

1023


What is nvarchar in sql?

978


name 3 ways to get an accurate count of the number of records in a table? : Sql dba

1116


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

1014


Is a view faster than a stored procedure?

1007


How to call shell script from pl sql procedure?

1355


How do you bind variables in pl sql?

1156


What are different categories of sql commands?

1192


How does sql store data?

957


How do you update a table in sql?

1037


What is memory optimized?

1132


What is the difference between jpql and sql?

1142