How well can multiple sessions access the same data
simultaneously ?
Answer Posted / ganesh sawant from finacle
oracle allows many session to work simultaneously and store computer rescues. To have multiple session oracle has control concurrency i.e. maintain data integrity when multiple sessions access the same data at same time.
For example consider a railway reservation system where table is maintained and showing availability of reservation .
Oracle controls the concurrency using locking
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by temporal data?
What is execution plan in sql?
What is a rank in sql?
What is the difference between sql and t sql?
How do you truncate?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is the purpose of design view?
What is user defined functions?
What is a primary key? Explain
what are null values? : Sql dba
Can we call procedure in select statement?
Why do we use procedures in pl sql?
Explain what is a database?
Explain how exception handling is done in advance pl/sql?
Can we use join in subquery?