Database Backup and Recovery (MOSC)

MOSC Banner

Rman duplicate with target no catalog - backup location question

edited Jul 1, 2020 5:09AM in Database Backup and Recovery (MOSC) 2 commentsAnswered

On my auxiliary host, the copy of backup is on a different directory than the target '/opt/stage/backup/primdb'

On target host, backup directory is '/opt/oracle/backup/primdb'

Running duplicate from auxiliary:

rman

rman> connect target sys@primdb

rman> connect auxiliary sys@auxdb

rman> duplicate target database to auxdb backup location '/opt/rman_backup/primdb';

Duplicate fails as the backup is being looked for in '/opt/oracle/backup/primdb'

As a workaround, creating a soft link to /opt/stage/backup/primdb as /opt/oracle/backup/primdb in the auxiliary host would allow the duplicate to run.

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