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 |
Explain the usage of WHERE CURRENT OF clause in cursors ?
Is it possible for a table to have more than one foreign key?
How can use stored procedures in sql?
define sql update statement ? : Sql dba
What is correlated sub-query?
what is variable in package specification
Explain how to use transactions efficiently : transact sql
What are triggers, and when would you use them?
Define tables and fields in a database
What is the maximum number of rows in sql table?
please explain database architecture..
how can stop the sequence with mention the max value and with out mention the max value