read_only_open_delayed
Date: Tue, 5 Apr 2022 07:53:36 +0800
Message-ID: <CAJEEaCwgBcFSL3ykeSkskh7aA2Loqu2DWY1xEd6nn_CXp6tFoA_at_mail.gmail.com>
Hi all,
I have a 19.10 database with a large number of read only files which takes 21 minutes to open in production when a database switchover happens. Unfortunately this does not meet our RTO and we have tested the switchover/open with the read_only_open_delayed parameter in a test environment which is not an exact prod replica but as close to it as possible.
So in the test environment the open time reduces from 8 minutes to 22 seconds.
SQL> select enabled,count(*) from v$datafile group by enabled;
ENABLED COUNT(*)
---------- ----------
READ ONLY 1091
READ WRITE 496
Keen to understand if anyone else is using this since this parameter has
been around since 10.1
Cheers
--
Executive Database Architect
www.technoconsulting.com.au
http://www.linkedin.com/in/fairlierego
https://fairlierego.wordpress.com/
Twitter _at_fairlierego
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 05 2022 - 01:53:36 CEST