上一主题: 备份代理错误下一主题: CA ARCserve 浏览器中没有 Oracle Server 图标


还原作业退出,错误代码 ORA-19511

ORA-19511:从介质管理器层收到的错误,错误文本:SBT 错误 = 7009,错误代码 = 115773632,sbtopen:无法连接介质管理器。

原因:

如果使用以下 RMAN 脚本从 RMAN 命令行控制台中的自动备份脚本执行还原,则会发生此错误。

RMAN> run{
allocate channel dev1 type sbt;
restore spfile from autobackup;
release channel dev1;
}

操作:

在 restore 命令中指定备份内容名称

restore spfile from '<备份内容名称>'