Database Backup and Recovery (MOSC)

MOSC Banner

Problem with Database restore

edited Jan 18, 2017 4:00AM in Database Backup and Recovery (MOSC) 10 commentsAnswered

Dear All,

My database backup INCREMENTAL LEVEL 1 script looks like as follows.

RUN

{

...

backup INCREMENTAL LEVEL=1 DATABASE format '\\backstorage01\LVL1_db_bk_%s_%d_%T.bck' TAG=DB_LEVEL1_BAK include current controlfile plus archivelog format '\\backstorage01\LVL1_arc_bk_%s_%d_%T.bck' TAG=ARCH_LEVEL1_BAK;

delete noprompt archivelog all backed up 1 times to DISK;

}

Everything goes fine and the output of my backup script log file looks like as follows.

...

channel c3: starting incremental level 1 datafile backup set

channel c3: specifying datafile(s) in backup set including current SPFILE in backup set channel c3: starting piece 1 at 09-JAN-17

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