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 advantages of innodb over myisam. : Sql dba
need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
Is join an inner join?
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
what is the command used to fetch first 5 characters of the string? : Sql dba
what is sql server agent? : Sql dba
Do we need commit after truncate?
How many rows can sqlite handle?
What is the difference between pl and sql?
What is the starting oracle error number?
What is sql performance tuning?
How can I pass the inner procedure value to outer procedure ?