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 does an inner join do?
scope of exception handling in plsql
What is column?
what is constraining table?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is interval partition?
What are sql injection vulnerabilities?
what is meant by DML?
difference between table level constraint and column level and advantages of table level constraint
What is indexing in sql and its types?
Use The Implicit cursor to Query The Department table information Where Deptno is 30.check,if no record was found then print "Record Was Not Found".Else Print Deptname And Ename.Dept table Have Dname Varchar2(20),Deptno Number,EnameVarchar2(20).Please Answer In 2 mins,with in Maximum 15 lines.
What are the various restrictions imposed on view in terms of dml?