Home > Database > Mysql Tutorial > body text

legato备份不成功,报ORA-00604, ORA-01115,ORA-01110,ORA-15081错误

WBOY
Release: 2016-06-07 16:48:51
Original
1270 people have browsed it

legato备份不成功,报ORA-00604, ORA-01115,ORA-01110,ORA-15081错误

legato备份不成功,报ORA-00604, ORA-01115,ORA-01110,ORA-15081
 今天客户新配置了legato磁带备份数据库的脚本,但是执行rman时候一直报错:
 
1.报错信息如下:
 RMAN> connect target sys/password@XXXX;
 2> run{
 3> CONFIGURE CONTROLFILE AUTOBACKUP ON;
 ..........
 35>
 RMAN-00571: ===========================================================
 RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
 RMAN-00571: ===========================================================
 ORA-00604: error occurred at recursive SQL level 1
 ORA-01115: IO error reading block from file  (block # )
 ORA-01110: data file 1: '+DATAVG/wzdb/datafile/system.261.787207209'
 ORA-15081: failed to submit an I/O operation to a disk
 RMAN-04015: error setting target database character set to US7ASCII
 

2.测试排除
 .本地备份是成功的。
 .用legato 备份不成功。
 .测试connect target sys/password@XXXX;  是否登录成功,配置legato需要sys用户。
 远程登录sys用户报错:ORA-01017: invalid username/password; logon denied

3.知道是密码问题就好办了
 参考以前的“远程登录sys用户报错:ORA-01017: invalid username/password; logon denied”的处理方式后,再次执行legato备份,,备份成功。

--------------------------------------分割线 --------------------------------------

在CentOS 6.4下安装Oracle 11gR2(x64)

Oracle 11gR2 在VMWare虚拟机中安装步骤

Debian 下 安装 Oracle 11g XE R2

--------------------------------------分割线 --------------------------------------

本文永久更新链接地址:

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!