Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-06054 when duplicating database to another server

edited Jul 17, 2018 5:02AM in Database Backup and Recovery (MOSC) 13 commentsAnswered ✓

Hi All,

I face an issue when trying to duplicate a database from 1 server to another server. I'm using RMAN to take full backup of the DB in the old server and restoring it into the new server.

My DB version is 10.2.0.5.0

Below are the steps which I use.

On old server, take a full backup then copy all the backup piece to new server. I've copied the old server's current archives as well.

run {

allocate channel ch1 type Disk maxpiecesize = 2000M FORMAT '/oracle/backup/RMAN/db_%d_%T_%U.rman';

allocate channel ch2 type Disk maxpiecesize = 2000M FORMAT '/oracle/backup/RMAN/db_%d_%T_%U.rman';

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