码迷,mamicode.com
首页 > 数据库 > 详细

ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'

时间:2014-07-16 17:37:05      阅读:398      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   strong   art   问题   

问题:

Error: [1146] ORA-01146: cannot start online backup - file 1 is already in backup
ORA-01110: data file 1: ‘C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF‘
以上问题是指,system这个表空间现在是备份状态
解决:
alter tablespace system end backup;

 

ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF',布布扣,bubuko.com

ORA-01146: cannot start online backup - file 1 is already in backup ORA-01110: data file 1: 'C:\ORACLE\ORADATA\ORCL8\SYSTEM01.DBF'

标签:style   blog   color   strong   art   问题   

原文地址:http://www.cnblogs.com/lukcyjane/p/3847811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!