Category: Architecture

- Architecture
- January 14, 2021
Understanding LOCKING In Database
CONCURRENT access is accessing same data by multiple users at the same time. • SHARED lock is acquired when user…

- Architecture
- December 13, 2020
Understanding TRANSACTIONS In Database
What Is A Transaction ? Transaction is logically joining multiple SQL statements (unit of work) which we can either commit/rollback.In…

- Architecture
- November 8, 2020
Understanding FLASHBACK Technology
In Oracle database,under SGA there is an optional memory component known as – Flashback buffer.When Flashback Database is enabled, the…