What is the use of SET TRANSACTION USE ROLLBACK SEGMENT ?
Answer Posted / daid kumar
In The case of Very large transaction oracle gives the
Error:-ORA-01555 "snapshot too old"
in this case we have to increase the size of lback segment
and we can assign particular one segment for that
transaction.
before transaction we write
SET TRANSACTION USE ROLLBACK SEGMENT <seg name>
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is vacuum in database?
Explain data dictionary.
What is primary key in database?
How do you link a spreadsheet to a website?
What are the features of a database management system?
What exactly is a database?
What are the advantages of database management system?
What is tuple with example?
State three differences between Dbms and Rdbms?
What versions of clipper does netlib support?
In which format data is stored in database?
When should you consider denormalization?
What is n tier architecture in dbms?
How do you maintain a database?
What are procedures in dbms?