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 |
How to define a cusotmer as a supplier in ORACLE R12
What are various constraints used in SQL?
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
What are privileges and grants?
20. Using a set operator, display the client number of all clients who have never placed an order.
What is the usage of control file in oracle?
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group
What are the roles of dba?
How would you extract DDL of a table without using a GUI tool?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
4. Using a set operator, display the creditor number of all creditors who have ever been paid.
What is Index Cluster ?