Database Backup and Recovery (MOSC)

MOSC Banner

hi , i get thi error when restore database stars : ORA-19507 , this is randomly

edited Feb 5, 2025 10:49AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

hi , i get thi error when restore database starts : ORA-19507 , this is randomly so not always and sometimes it works well.

the command is pretty simple:

run {
allocate channel ch1 type 'sbt_tape' PARMS="SBT_LIBRARY=/commvault/commvault//Base/libobk.so, BLKSIZE=1048576 ENV=(CV_mmsApiVsn=2,ThreadCommandLine= -vm Instance001)"TRACE 0;
set until time "to_date('2025-01-08:06:00:00','yyyy-mm-dd:hh24:mi:ss')";
restore database;
release channel ch1;
}

channel ch1: starting datafile backup set restore
channel ch1: specifying datafile(s) to restore from backup set
channel ch1: restoring datafile 00114 to +DATAC2
channel ch1: reading from backup piece 5189228_CAGORP_mn3glkqk_27351_1_1
channel ch1: ORA-19870: error while restoring backup piece 5189228_CAGORP_mn3glkqk_27351_1_1

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