Oracle GENEREL Flashcards
oracle gen
1
Q
Where to view the locks in oracle database?
A
$lock
62) What are locks?
locks are low level serialisation mechanism called end queues in oracle which protects the database of data changes
2
Q
hat latches?
A
latches are typically a kind of locks but held for very short time to protect the memory structures of the instance
3
Q
Where does Oracle latch or lock occurs?
A
Oracle latch occurs in the memory structures i.e, in instance ex:buffer latch,redolog latch,shared pool latch
ORacle lock occurs at block level to protect the integrity of the data as the data stored in the block only ex: row lock,table lock etc