How well can multiple sessions access the same data
simultaneously ?
Answer / 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 |
How are sql commands classified?
What is acid property in a database?
What are all types of user defined functions?
Why is stored procedure faster than query?
write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35
What is the sql case statement?
What is scope of pl sql developer in future?
How much does sql certification cost?
how to write date and time literals? : Sql dba
What is data modelling in sql?
How to change the order of columns in Oracle SQL Plus ?
explain about mysql and its features. : Sql dba