Database Backup and Recovery (MOSC)

MOSC Banner

general question on restoring from encrypted backup

edited Oct 10, 2013 9:39PM in Database Backup and Recovery (MOSC) 3 commentsAnswered
suppose I do: set encryption on identified by PASSWORD only;CONFIGURE ENCRYPTION FOR DATABASE ON;
then I do : backup incremental level 0 database ;
backup incremental level 1 database ;
backup archivelog until logseq=100;

then I want to restore the encrypted backup.
the command to run is:

run {
set decryption identified by PASSWORD;
set until logseq=100;
restore database ;
recover database ;
}

am I correct ?
I have to backup and restore 50TB database, and it is the first time I use encrypted backup.

thanks,
Lior.

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