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
What is not equal in sql?
What is user in sql?
what are date and time data types? : Sql dba
Can primary key be changed?
Explain constraints in sql?
What is cursor in pl sql with examples?
What is a sql*loader control file?
How many aggregate functions are available there in sql?
How do I order columns in sql?
how to drop an existing table in mysql? : Sql dba
How do I order by ascending in sql?
what happens if you no create privilege in a database? : Sql dba
What is full join?
Differentiate pl/sql and sql?
What are different types of sql?