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 |
Give the advantages and disadvantages of clusters.
How are the index updates?
how to hide the stored procedure inside a package
How many memory layers are in the shared pool?
How to Remove the 3rd highest salary person record from table?
what is integrity constrains?
How to open and close an explicit cursor in oracle?
What is the maximum number of CHECK constraints that can be defined on a column ?
What is indexing, and how does it improve performance?
What is a system tablespace and when it is created?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What happens to the current transaction if a ddl statement is executed?