Answer Posted / lakshminarayana reddy
2 types
1. Implicit locks: oracle automatically locks the rows
whenever user performs DML operations.
2. Explicit locks: provided by user.
2 tpyes a) Row level locks: used to lock selected rows
of table.It is imposed by "for update" clause in select.
b) Table level locks: used to lock compleate
table. 3 models 1) share mode
2) share update
3) exlcusive mode
| Is This Answer Correct ? | 92 Yes | 26 No |
Post New Answer View All Answers
how to calculate expressions with sql statements? : Sql dba
Is sqlexception checked or unchecked?
Can we use two order by clause in query?
What is trigger types in sql?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
What is trigger in sql? Explain
Are stored procedures faster than dynamic sql?
Can we write dml inside a function in sql server?
Can we rollback truncate?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
Which is better cte or subquery?
What are the possible values for the boolean data field?
What normalization means?
What are tables and fields?
What are all the different types of indexes?