Reason:
This error occurs when a restore is performed from AutoBackup script in RMAN command console using the following RMAN script.
RMAN> run{
allocate channel dev1 type sbt;
restore spfile from autobackup;
release channel dev1;
}
Action:
Specify the backup piece name in the restore command
restore spfile from '<backup piece name>'.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |