Database Backup and Recovery (MOSC)

MOSC Banner

How to copy a database withh different name on same host ( AIX Server)

edited May 7, 2009 10:31AM in Database Backup and Recovery (MOSC) 7 commentsAnswered
 We have a requirement to copy a database using EMC timefinder with different name for reporting purposes.

We propose to use EMC timefinder BCV split ot clonig techniques.

I am using the sequence  described on one of the discussions tiltled "Oracle 10g Hot Back using IBM snapshot"

The sequence at the source database I used is:

alter system check point;

alter system archive log current;

alter database begin backup;

alter system suspend;

Take snapshot of oracel files

alter system resume;

alter database end backup;

alter system archive log current;

take backup of controlfile, take another snapshot of archive log location.

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