Oracle experience: ORA-01261: ORA-01262: solution to errors

Source: Internet
Author: User

Run ps-ef | grep ora _ to check that no Oracle process is found.
Entering the database boot encountered a ORA-01261: ORA-01262: error.

$ Sqlplus "/as sysdba"

SQL * Plus: Release 10.2.0.1.0-Production on Tue Dec 15 08:25:22 2009

Copyright (c) 1982,200 5, Oracle. All rights reserved.

Connected to an idle instance.


SQL> startup
ORA-01261: Parameter db_recovery_file_dest destination string cannot be translat
Ed
ORA-01262: Stat failed on a file destination directory
Ibm aix risc System/6000 Error: 2: No such file or directory

As described above, the db_recovery_file_dest directory cannot be found in the system directory.

Solution:
Check the Oracle initialization file.
$ Cat/oracle/oms/102_64/dbs/initSID. ora

For example, db_recovery_file_dest = '/oracle/oms/flash_recovery_area'

Check whether the system/oracle/oms/does not have the "flash_recovery_area" folder.

Use an oracle user to create a "flash_recovery_area" folder under the/oracle/oms directory
$ Mkdir flash_recovery_area

SQL> startup

Restart the database.

Related Article

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.