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 |
Are views faster than queries?
how to find 5th row ?
What types of commands can be executed in sql*plus?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
What does a pl/sql package consist of?
What are pl/sql packages?
what is a constraint? : Sql dba
how will i became good database developer?
Authentication mechanisms in Sql Server ?
Is primary key clustered index?
Can you have a foreign key without a primary key?
Is sql injection illegal?