> If I create a rollback segment with the OPTIMAL clause,
> where does Oracle store that value is their data dictionary?
> The rest of the storage parameters are stored in DBA_ROLLBACK_SEGMENTS
> 
> 
> Rick
> 

In V$ROLLSTAT, there is a column called OPTSIZE. You can join V$ROLLSTAT
with V$ROLLNAME (on the USN columns) to find the names of the rollback
segments.

Best regards,

-Ari Kaplan
Independent Oracle DBA Consultant

<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 280+ Oracle tips, visit my Web Page:                      <->
<->                                                               <->
<->             www.arikaplan.com                                 <->
<->                                                               <->
<->             email: akaplan@interaccess.com                    <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->

Back to Ari Kaplan's Home Page lan's Home Page