Ask a Question related to Oracle Server, Design and Development.
-
DA Morgan #1
Re: Automatic Undo Managment on 9i
Timmy Sin wrote:
Go with UNDO.> 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
I have experience no problems with 9.2. And not heard of anyone that has.
Daniel Morgan
DA Morgan Guest
-
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... -
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... -
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... -
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... -
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... -
Timmy Sin #2
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
-
Richard Foote #3
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...AUTOEXTEND> "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 bethis>> > and no more administration and sizing is required.
> Yes you can just create a single undo tablespace, I think I'd recommendI'm> though you might wish to stripe it across several disks for performance.unexpectedly.> 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 disksize> 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 whathow> they should be, you do need to worry about the undo retention period andHi Niall,> much undo space you need.
Totally agree ...
I can think of one downside. The fact you can't specify maxextents.> 8i?> >
> > How about the feature "local management tablespace" already available in>> > 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.
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
-
Pete Sharman #4
Re: Automatic Undo Managment on 9i
In article <3E00BB1A.2345C019@exesolutions.com>, DA says...
There are some rare scenarios where AUM can be painful. IHAC who starts up the>
>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
>
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



Reply With Quote

