Database Backup and Recovery (MOSC)

MOSC Banner

An "enhancement" in 11.2 prevents RMAN duplicating non self-contained subset of a database

edited Oct 19, 2011 2:39PM in Database Backup and Recovery (MOSC) 11 commentsAnswered
Oracle 11gR2 has introduced a quite annoying "enhancement" of RMAN duplicate (http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/wnbradv.htm#CHDBCFEB) - it's performing some validations:
(1) preventing duplication (from active database) of a subset of partitions of partitioned table;
(2) and also breaks duplicating a tablespace which contains database audit trail table (FGA_LOG$) if it has been moved out of SYSTEM tablespace
... and some other cases

This makes our life a nightmare since we used to create a test databases out of large production one containing just the recent partitions (residing in separate tablespaces) of range-partitioned tables... But now that doesn't work anymore :-(

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center