Tagged Questions
The rollbacksegments tag has no wiki summary.
1
vote
3answers
765 views
drop/truncate and rollback segment
I know that drop removes the data as well as the table structure whereas truncate retains table structure.
Does drop/truncate write to roll back segment ?
0
votes
0answers
36 views
In Hibernate, how do I use Oracle's “set transaction rollback segment…” command?
One of the options Oracle gives you in the "set transaction.." syntax (http://docs.oracle.com/cd/B19306_01/appdev.102/b14261/settransaction_statement.htm) is that you can specify where your rollback ...
0
votes
3answers
501 views
Oracle Rollback Segments and ADO.NET [closed]
I am using an ancient version of Oracle (8.something) and my ADO.NET application needs to do some fairly large transactions. Large enough to not fin in our small rollback segments. Now we have a large ...