Database Backup and Recovery (MOSC)

MOSC Banner

can i take rman incremental backup between 2 scn/log sequence.

edited April 2015 in Database Backup and Recovery (MOSC) 3 commentsAnswered

Hi,

In my environment 3 to 4 archive logs are missing from production, though those were not applied in standby database.

I am taking the incremental backup as below.

RMAN> run {
2> allocate channel c1 type disk format '/u01/oraback/%U.rmb'; 
3> backup incremental from scn 1301571 database;

4> }


This is taking lot of time, because those missing archives were 2 days old and lot of data change happened after that. And all the archives other than those 4 archives are available.


So is there any rman command to take incr backup between two particular log sequences( like 20123 to 20127) . which will reduce the size of backup.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

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