How will you force database to use particular rollback segment

Answered by: Lachi on 2005-06-08 07:28:04

For perticular transaction Alter system set rollback segment 'name'; 

For database, we can set in pfile. Rollback_segment='name'

Showing Answers 1 - 2 of 2 Answers

Lachi

  • Jun 8th, 2005
 

For perticular transaction Alter system set rollback segment 'name'; 

For database, we can set in pfile. Rollback_segment='name'

  Was this answer useful?  Yes

Lakshminarayan.

  • Jun 13th, 2005
 

In above answer one correction is there, 
 
For perticular transaction we can use fallowing syntax. 
 
>set transaction use rollback segment 'name'

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions