<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Rollback segment issue !! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769126#M896049</link>
    <description>Jeanie is correct.  You are thinking of sorting, which is done by the temporary tablespace.  This is defined by the "temporary_tablespace" setting under "dba_users" for your user.  &lt;BR /&gt;&lt;BR /&gt;Rollback segments would be used in something like the following:&lt;BR /&gt;&lt;BR /&gt;insert into DEF select * from ABC where x='123'&lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Mon, 22 Jul 2002 20:55:07 GMT</pubDate>
    <dc:creator>Brian Crabtree</dc:creator>
    <dc:date>2002-07-22T20:55:07Z</dc:date>
    <item>
      <title>Rollback segment issue !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769124#M896047</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a question for Rollback segment!!&lt;BR /&gt;&lt;BR /&gt;Suppose I have a table "ABC" which contains 100M data.  If my rollback segment tablespace contains 1 datafile which is 50MB.  There are 2 rollback segments (Non-System) defined with autoextend off.  Each with storage paramter (inital 1M next 1M minextent 10 maxextent 50)&lt;BR /&gt;&lt;BR /&gt;What happen if:&lt;BR /&gt;1.  I issue a sql command "select * from ABC'"??&lt;BR /&gt;&lt;BR /&gt;2.  I issue a sql command "select * from ABC where x='123';"  Suppose the result set contains only 30 MB of data.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris,</description>
      <pubDate>Mon, 22 Jul 2002 12:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769124#M896047</guid>
      <dc:creator>Chris Fung</dc:creator>
      <dc:date>2002-07-22T12:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback segment issue !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769125#M896048</link>
      <description>Rollback segments are used when you are updating, deleting, or inserting data.  The result set of an insert statement will not be affected by the size of your rollback segements.&lt;BR /&gt;&lt;BR /&gt;The problem you need to watch out for is if you are running select statements while also performing inserts, updates, and deletes.  Once the rollback segement is filled up with transactional data that has not yet been committed or rolled back - your dml may fail, or your queries could die with snapshot too old.</description>
      <pubDate>Mon, 22 Jul 2002 12:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769125#M896048</guid>
      <dc:creator>Jeanine Kone</dc:creator>
      <dc:date>2002-07-22T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback segment issue !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769126#M896049</link>
      <description>Jeanie is correct.  You are thinking of sorting, which is done by the temporary tablespace.  This is defined by the "temporary_tablespace" setting under "dba_users" for your user.  &lt;BR /&gt;&lt;BR /&gt;Rollback segments would be used in something like the following:&lt;BR /&gt;&lt;BR /&gt;insert into DEF select * from ABC where x='123'&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Mon, 22 Jul 2002 20:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769126#M896049</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-07-22T20:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rollback segment issue !!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769127#M896050</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;if you have access to Oracle Metalink (you should if you have an active support contract), you can search for "optimizing rollback segments" - Select doc id 107085.1&lt;BR /&gt;This doc contains pointers to others documents on same subject.&lt;BR /&gt;&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 23 Jul 2002 07:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rollback-segment-issue/m-p/2769127#M896050</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2002-07-23T07:52:23Z</dc:date>
    </item>
  </channel>
</rss>

