Home > Database > Mysql Tutorial > ORA-01110,ORA-01157错误处理

ORA-01110,ORA-01157错误处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:15:06
Original
1300 people have browsed it

dataguard 备端由于数据文件没分配相关权限造成的错误处理.ORA-01111: name for data file 108 is unknown - rename to correct

Linux公社

首页 → 数据库技术

背景:

阅读新闻

ORA-01110,ORA-01157错误处理

[日期:2012-06-20] 来源:Linux社区  作者:Linux [字体:]

dataguard 备端由于数据文件没分配相关权限造成的错误处理.
ORA-01111: name for data file 108 is unknown - rename to correct file
ORA-01110: data file 108: '/Oracle/product/9.2.0.5/dbs/UNNAMED00108'
ORA-01157: cannot identify/lock data file 108 - see DBWR trace file
ORA-01111: name for data file 108 is unknown - rename to correct file
ORA-01110: data file 108: '/oracle/product/9.2.0.5/dbs/UNNAMED00108'
-- 确认文件号与文件的关系.(核对主备系统)
select file#,name from v$datafile;
file# name
主:
108 /dev/roradata105

108 /oracle/product/9.2.0.5/dbs/UNNAMED00108

alter system set standby_file_management=manual;
alter database create datafile  '/oracle/product/9.2.0.5/dbs/UNNAMED00108' as '/dev/roradata105';
alter system set standby_file_management=auto;
alter database recover managed standby database disconnect from session;

linux

  • 0
  • 重命名Oracle表时出现ORA-26563错误

    ora-00604,ora-02429:无法删除用于强制唯一/主键的索引。

    相关资讯       Oracle入门教程 

    图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2011 Linux公社 All rights reserved 浙ICP备06018118号

    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