Re: Tuning RMAN backup and recovery
From: Don Seiler <don_at_seiler.us>
Date: Mon, 11 Feb 2008 15:55:27 -0600
Message-ID: <716f7a630802111355j5e7662ecv6d30f6aaa8c49ae@mail.gmail.com>
Date: Mon, 11 Feb 2008 15:55:27 -0600
Message-ID: <716f7a630802111355j5e7662ecv6d30f6aaa8c49ae@mail.gmail.com>
Just wanted to follow-up here as well. I finally decided to file an
SR, and Oracle came back pretty quickly with Note 462879.1 [0], fixed
in 10.2.0.4 and 11g. It seems that, in this bug, queries against
v$rman_status table can take an extremely long time, and that table is
queried for every datafile switch during RMAN DUPLICATEs
Workarounds are to either set sesiion-level optimization to RULE based, or to gather fixed object statistics via dbms_stats.gather_fixed_objects_stats();.
I've done the latter, but haven't had an opportunity to perform another restore as our development instances are needed until the next release in two weeks. I'll report back with results when I do.
-- Don Seiler http://seilerwerks.wordpress.com ultimate: http://www.mufc.us -- http://www.freelists.org/webpage/oracle-lReceived on Mon Feb 11 2008 - 15:55:27 CST