What is Rollback Segment ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
A Database contains one or more Rollback Segments to
temporarily store "undo" information.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gvmahesh
roll back segment means it is a an dynamic memory location
for storing all the transactional(INSRT,UPDATE,DELETE) data.
untill we commited or rollback that data.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is IDE,DMV in sql server?
When do you get a .pll extension in oracle?
What is trigger associated with the timer ?
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
What is difference between sid and service name in oracle?
Explain enable novalidate constraint.
What do you mean by a database transaction & what all tcl statements are available in oracle?
How many memory layers are in the shared pool?
What is Public Database Link ?
How to use "startup" command to start default instance?
How to convert characters to numbers in oracle?
Please explain drop constraint oracle?