ORA-01110, ORA-01157 error handling

Source: Internet
Author: User
Invalid uard error handling due to data file not assigned related permissions. ORA-01111: namefordatafile=isunknown

Handle errors caused by the absence of relevant permissions on the data file on the slave uard. ORA-01111: name for data file 108 is unknown-rename to correct

Homepage → Database Technology

Background:

Read News

ORA-01110, ORA-01157 error handling

[Date: 2012-06-20] Source: Linux community Author: Linux [Font:]

Error Handling caused by the absence of relevant permissions on the data file on the slave uard.
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'
-- Confirm the relationship between the file number and the file. (check the master and backup systems)
Select file #, name from v $ datafile;
File # name
MASTER:
108/dev/roradata105
Backup
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;

  • 0
  • ORA-26563 error while renaming Oracle table

    Ora-00604, ora-02429: The index used to force a unique/primary key cannot be deleted.

    Oracle tutorials

    Image Information

    View All comments in this article (0)

    Comments

    Latest Information

    Popular this week

    Introduction to Linux community-advertisement service-website map-help Info-contact us
    The articles published on this site (LinuxIDC) do not mean that they agree with the statement or description. They only provide more information and do not constitute any suggestions.


    Copyright©2006-2011 Linux community All rights reserved Zhejiang ICP backup No. 06018118

    ,

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.