Database Backup and Recovery (MOSC)

MOSC Banner

RMAN NEWNAME FEATURE

edited Jan 29, 2009 3:35AM in Database Backup and Recovery (MOSC) 3 commentsAnswered
We have recently upgrade one of our systems to a new server which has a different file structure in both location and size.

 Is there a way to split a single datafile over many datafiles when using RMAN clone features.

For Example

Source file INDEX_01.dbf size 20GB

Destination file(s) INDEX_01.dbf size 10GB and INDEX_02.dbf size 10GB

RUN

{

set newname for datafile 1 to 'e:\Oracle\oradata\INDEX_01.DBF','e:\Oracle\oradata\INDEX_02.DBF';

}

Many Thanks for all your advice.

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