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 are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Does truncate remove indexes?
How do you clear the screen in sql?
Is postgresql a nosql database?
What is a constraint? Tell me about its various levels.
What is user in sql?
What is transaction control language (tcl)?
Name the different types of indexes in sql and define them.
What is memory optimized?
what are all the common sql function? : Sql dba
How do I find duplicates in sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What are field types?
What is a database event trigger?
what is innodb? : Sql dba