Avamar - Oracle restore error "No backups with a label matching ''

Summary: This Knowledge base (KB) article provides a workaround for Oracle restore failures due to slow Avamar server queries.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

The Restore operation is slow and may eventually fail with errors similar to the following:
 

avtar Error <5183>: No backups with a label matching '' or backuptag 'c-555-444-ff' or labelnum 0 were found.
avtar Error <5920>: File 12/remsdev/CONTROLFILE.remsdev.c-555-444-ff not found.




 

Cause

Restoring using autobackup means that the Oracle software may possibly make numerous queries to Avamar.
If there are more than 255 such queries and each query lasts approximately one minute, this slows the restore process considerably.


Example:

restore spfile to '/oracle/admin/remsdev/avamar/spfileremsdev.ora' from autobackup;

Resolution

The best way to restore the spfile or controlfile is by using its actual name instead of autobackup, like this:
 

run {
allocate channel c1 type sbt PARMS="SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so" format '%d_%U';
send channel c1 '"--prefix=12/remsdev/CONTROLFILE.remsdev." "--flagfile=/oracle/admin/remsdev/avamar/my-avtar-flags.txt" "--bindir=/usr/local/avamar/bin"';
restore spfile to '/oracle/admin/remsdev/avamar/spfileremsdev.ora' from  CONTROLFILE.remsdev.c-12345-6789-01 ;
release channel c1;

Affected Products

Avamar, Avamar Plug-in for Oracle
Article Properties
Article Number: 000041592
Article Type: Solution
Last Modified: 29 Jul 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.