Re: question on initrans
Date: Tue, 11 May 2021 21:49:34 -0500
Message-ID: <CAN5iexH2o-nJP_RPt8Wi4ySuoYEA94CJm1TyqNMh+4+MFuGJZA_at_mail.gmail.com>
Pap-
There are much better mechanisms to handle this. If you suspect such a high
rate of concurrency,
please set the PCTFREE to a higher number (say 15%) so that additional ITLs
can be created when required.
The space reserved with PCTFREE can not be used for INSERTS. They are used
for ITL expansion and updates.
-Gopal
On Tue, May 11, 2021 at 11:47 AM Pap <oracle.developer35_at_gmail.com> wrote:
> This database was recently moved from HP to exadata X7 and the DB version
> also migrated from 11.2.0.4 to 19.9.0.0.0. It's an OLTP database. In the
> past we saw some contention and got a recommendation from Oracle to set
> INITRANS value of certain objects(both table and indexes) to as high as
> 50. And now the team is thinking to set the initrans value to ~10 for
> almost all the objects(~around ~200+ objects). Want to understand , what is
> the negative side of setting it to this non default value considering this
> is an OLTP database exposed to many concurrent DML/query and we
> encounter "buffer busy waits" many times?
>
> Regards
> Pap
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed May 12 2021 - 04:49:34 CEST