博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[20180502]ORA-01580.txt
阅读量:7002 次
发布时间:2019-06-27

本文共 2320 字,大约阅读时间需要 7 分钟。

[20180502]ORA-01580.txt

RMAN> backup current controlfile;

Starting backup at 2018-05-02 15:36:03

using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/02/2018 15:36:04
ORA-01580: error creating control backup file /u01/app/oracle/product/11.2.0.4/dbhome_1/dbs
ORA-27056: could not delete file
Linux-x86_64 Error: 21: Is a directory

RMAN> show SNAPSHOT CONTROLFILE NAME;
RMAN configuration parameters for database with db_unique_name BOOK are:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs';

--//必须写入文件名!!

RMAN> CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs/snapcf_book.f';

old RMAN configuration parameters:

CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs';
new RMAN configuration parameters:
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0.4/dbhome_1/dbs/snapcf_book.f';
new RMAN configuration parameters are successfully stored

RMAN> backup current controlfile;

Starting backup at 2018-05-02 15:37:15

using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_1: starting piece 1 at 2018-05-02 15:37:16
channel ORA_DISK_1: finished piece 1 at 2018-05-02 15:37:17
piece handle=/u01/app/oracle/fast_recovery_area/BOOK/backupset/2018_05_02/o1_mf_ncnnf_TAG20180502T153715_fgltodl9_.bkp tag=TAG20180502T153715 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
Finished backup at 2018-05-02 15:37:17

Starting Control File and SPFILE Autobackup at 2018-05-02 15:37:17

piece handle=/u01/app/oracle/fast_recovery_area/BOOK/autobackup/2018_05_02/o1_mf_s_975080237_fgltofp0_.bkp comment=NONE
Finished Control File and SPFILE Autobackup at 2018-05-02 15:37:18

转载地址:http://dwgvl.baihongyu.com/

你可能感兴趣的文章
ZOJ 3505. Yet Another Set of Numbers 解题报告
查看>>
mysql innodb_double_write特性
查看>>
利用光纤磁盘阵列实现存储共享(转)
查看>>
【读书笔记-数据挖掘概念与技术】分类:高级方法
查看>>
ED/EP系列1《简单介绍》
查看>>
oratop 各个指标项说明
查看>>
Android 手势识别类 ( 一 ) GestureDetector 基本介绍
查看>>
安装scapy遇到的问题
查看>>
Appium 一个测试套件多次启动android应用
查看>>
[CareerCup] 17.9 Word Frequency in a Book 书中单词频率
查看>>
【Unity】第9章 粒子系统
查看>>
java中Double的isInfinite()和isNaN()
查看>>
(转) 堆和栈的区别
查看>>
常用jQuery代码
查看>>
[转]图片中的字符分割提取(基于opencv)
查看>>
BZOJ4657 : tower
查看>>
JS组件系列——BootstrapTable+KnockoutJS实现增删改查解决方案(四):自定义T4模板快速生成页面...
查看>>
制作Linux下程序安装包——使用脚本打包bin、run等安装包
查看>>
DBCP连接池简介
查看>>
header("Location:login.php")
查看>>