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 / 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 |
What are the new features in Oracle 10g. Compared to Oracle 9i?
Explain what is dbms?
What do you mean by stored procedures?
What are the PL/SQL Statements used in cursor processing ?
What is sql integrity?
What is a trigger word?
Where can I learn sql for free?
What are transaction and its controls?
Explain the components of sql?
How do I copy a table in sql?
what is timestamp in mysql? : Sql dba
What is the difference between sql and isql*plus?