Automatic Undo Managment on 9i

Ask a Question related to Oracle Server, Design and Development.

  1. #1

    Default Re: Automatic Undo Managment on 9i

    Timmy Sin wrote:
    > Hi All,
    >
    > I am upgrading from 7.X to 9i Rel. 2.
    > Should I use the new feature of automatic undo management or keep on using
    > rollback segments?
    > Is the new feature reliable?
    >
    > Thanks in advanced.
    >
    > Regards,
    > Timmy Sin
    Go with UNDO.

    I have experience no problems with 9.2. And not heard of anyone that has.

    Daniel Morgan

    DA Morgan Guest

  2. Similar Questions and Discussions

    1. North Asset Managment, Cellution Inc. SavesCorporations Millions in Federal Excise Tax Refunds
      North Asset Managment, Cellution Inc. Saves Corporations Millions in Federal Excise Tax Refunds Rochester, NY (PRWEB) October 7, 2006 -- Cellution...
    2. Cannot connect FMS thru managment console except locally
      I installed flash media server 2 (limited connections developer version) in computer A (192.168.1.104) with port 1111 for administration. I opened...
    3. J2EE session managment
      Hi all, I have no access to view the file "cf_root\wwwroot\WEB-INF\web.xml " in our web server to check the J2EE session time out value. is there...
    4. php file managment
      I was wondering if there is a way to make an application that would allow upload and deletion of files with php/mysql either to db or folder with...
    5. Colour Managment
      Hi I started to design a logo in Illustrator 8 then, because I wanted the use of transparency, I decided to upgrade to Illustrator CS (trial ed). My...
  3. #2

    Default Re: Automatic Undo Managment on 9i

    Thanks Howard and Daniel.

    So, I can just create a single undo tablespace, enable it to be AUTOEXTEND
    and no more administration and sizing is required.

    How about the feature "local management tablespace" already available in 8i?
    Are you using them or the dictionary management tablespace?

    Thanks,
    Timmy

    "Timmy Sin" <tswsin@yahoo.com> ¼¶¼g©ó¶l¥ó·s»D
    :atpihg$nkn$1@news.hk.linkage.net...
    > Hi All,
    >
    > I am upgrading from 7.X to 9i Rel. 2.
    > Should I use the new feature of automatic undo management or keep on using
    > rollback segments?
    > Is the new feature reliable?
    >
    > Thanks in advanced.
    >
    > Regards,
    > Timmy Sin
    >
    >

    Timmy Sin Guest

  4. #3

    Default Re: Automatic Undo Managment on 9i


    "Niall Litchfield" <n-litchfield@audit-commission.gov.uk> wrote in message
    news:3e01903f$0$248$ed9e5944@reading.news.pipex.ne t...
    > "Timmy Sin" <tswsin@yahoo.com> wrote in message
    > news:ats1in$h0u$1@news.hk.linkage.net...
    > > Thanks Howard and Daniel.
    > >
    > > So, I can just create a single undo tablespace, enable it to be
    AUTOEXTEND
    > > and no more administration and sizing is required.
    >
    > Yes you can just create a single undo tablespace, I think I'd recommend
    this
    > though you might wish to stripe it across several disks for performance.
    I'm
    > not a big fan of autoextend (and certainly not without maxsize set)
    > especially for UNDO as this would be a good way to fill a disk
    unexpectedly.
    > It is also not true that NO administration and sizing is required, just
    > less. You don't have to worry about how many rollback segments and what
    size
    > they should be, you do need to worry about the undo retention period and
    how
    > much undo space you need.
    Hi Niall,

    Totally agree ...
    > >
    > > How about the feature "local management tablespace" already available in
    > 8i?
    > > Are you using them or the dictionary management tablespace?
    >
    > I can think of almost no downsides to use of LMT's, and a whole host of
    > advantages especially if you do the sensible thing and go for a uniform
    > extent size. As of 9.2 even the system tablespace is locally managed which
    > should tell you something.
    I can think of one downside. The fact you can't specify maxextents.

    IMHO, a potential pain in the butt and one for which I've heard no sound
    reason.

    Picky ain't I :)

    Richard


    Richard Foote Guest

  5. #4

    Default Re: Automatic Undo Managment on 9i

    In article <3E00BB1A.2345C019@exesolutions.com>, DA says...
    >
    >Timmy Sin wrote:
    >
    >> Hi All,
    >>
    >> I am upgrading from 7.X to 9i Rel. 2.
    >> Should I use the new feature of automatic undo management or keep on using
    >> rollback segments?
    >> Is the new feature reliable?
    >>
    >> Thanks in advanced.
    >>
    >> Regards,
    >> Timmy Sin
    >
    >Go with UNDO.
    >
    >I have experience no problems with 9.2. And not heard of anyone that has.
    >
    >Daniel Morgan
    >
    There are some rare scenarios where AUM can be painful. IHAC who starts up the
    database and then hits a transaction throughput of 16,000 TPS within 8 minutes
    of starting the database. The system simply gets clogged trying to add
    sufficient undo segments, since we don't keep a memory of how many there were
    when the database was last shutdown. Of course, we start the database with 10
    undo segments and then allocated more as needed. With this extremely unusual
    client configuration, AUM was killing the performance until we had created
    enough undo segments, so we swapped them back to rollback segments where we had
    preallocated sufficient numbers.

    Obviously, a very unusual case. Most clients I've dealt with work fine with
    AUM.

    HTH. Additions and corrections welcome.

    Pete

    SELECT standard_disclaimer, witty_remark FROM company_requirements;

    Pete Sharman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139