Database Backup and Recovery (MOSC)

MOSC Banner

11GR2 : rman duplicate database failing RMAN-06136: ORACLE error from auxiliary database

edited Dec 9, 2015 8:33PM in Database Backup and Recovery (MOSC) 8 commentsAnswered

Hi,

We are trying to duplicate a test database from production hot rman backup.     This is the script.

connect auxiliary /

run

{

allocate auxiliary channel aux1 device type disk;

allocate auxiliary channel aux2 device type disk;

allocate auxiliary channel aux3 device type disk;

allocate auxiliary channel aux4 device type disk;

duplicate database to "r12sit" backup location '/backup/R12SIT' nofilenamecheck noredo;

release channel aux1;

release channel aux2;

release channel aux3;

release channel aux4;

}

EOF

failed with

RMAN-03002: failure of Duplicate Db command at 11/29/2015
13:30:56

RMAN-05501: aborting duplication of target database

RMAN-03015: error occurred in stored script Memory Script

RMAN-06136: ORACLE error from auxiliary database: ORA-01194:

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