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 |
In pl/sql, what is bulk binding, and when/how would it help performance?
Can a primary key be a foreign key?
Can a select statement fire a trigger?
What is a sql instance vs database?
Why do we use triggers?
What are the types of operators available in sql?
Can you create a table with Primary Key not as the clustered index.
What does <> sql mean?
What are the possible values for the boolean data field?
What is left join in postgresql?
What does data normalization mean?
What is trigger types of trigger?