Database Backup and Recovery (MOSC)

MOSC Banner

Would backup archive until time delete input backup the whole or part of the archive log file?

edited Jul 6, 2014 10:14PM in Database Backup and Recovery (MOSC) 2 commentsAnswered ✓

Hi all,

Since I'm using Oracle standard edition (11.2.0.4), I speed up the archive log backup by using 2 scripts:

Script A: database include current controlfile archivelog UNTIL TIME "TO_DATE('${CURDATE} 10:00:00','YYYYMMDD HH24:MI:SS')" delete input;

Script B: database include current controlfile archivelog FROM TIME "TO_DATE('${CURDATE} 10:00:00','YYYYMMDD HH24:MI:SS')" delete input;

Both processes backup the following files:

RECIDTHREAD#FIRST_TIMENEXT_TIME
385412014/06/26  9:55:122014/06/26  10:00:12
385522014/06/26  9:50:082014/06/26  10:05:15

Sometime, ORA-19588 is raised when both processes want to backup both files, but are deleted by the other process.

But what I really concern is, would script A backup the whole archive files, or only content between 9:55:12 - 10:00:00 for recid 3854, and content between 9:50:08 - 10:00:00 for recid 3855?

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