原因:
このエラーは、RMAN コマンド コンソールの AutoBackup スクリプトから以下の RMAN スクリプトを使っリストアが実行された場合に生じます。
RMAN> run{
allocate channel dev1 type sbt;
restore spfile from autobackup;
release channel dev1;
}
処置:
リストア コマンド restore spfile from
'<backup piece name>' でバックアップ ピース名を指定します。
|
Copyright © 2013 CA.
All rights reserved.
|
|