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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly