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 a initialization parameter file in oracle?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to retrieve values from data fields in record variables?
What are the oracle built-in data types?
What is a nvl function?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What is a view and how is it different from a table?
How do you store pictures in a database?
What is user managed backup in Oracle?
Difference between join and a subquery?
8 Answers Base Automation, NMDC,
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
Describe the different type of Integrity Constraints supported by ORACLE ?