LinuxOracle incremental recovery error ORA-19573: Unable to get exclusive into the queue (Data File 5)

Source: Internet
Author: User
Today, we performed an incremental backup test on Oracle in Linux. When restoring with restoredatabase, the following error occurs: Channel ORA_DISK_2: Reading the backup segment homeor

Today, we performed an incremental backup test on Oracle in Linux. The following error occurs when recovering from the restore database: Channel ORA_DISK_2: Reading the backup segment/home/or

Today, we performed an incremental backup test on Oracle in Linux.

The following error occurs during recovery from the restore database:

Channel ORA_DISK_2: Reading the backup segment/home/oracle/RMAN/backup2/backup_0klhhvvd_1_1
MAN-00571: ========================================================== ==============================
RMAN-00569: ==================== error message stack follows ==========================
RMAN-00571: ========================================================== ==============================
RMAN-03002: restore command (on 17:49:43) failed
ORA-19870: Error reading backup segment/home/oracle/RMAN/backup/backup_0jlhhvvd_1_1
ORA-19573: Unable to get exclusive into the queue (Data File 5)

The steps are based on the information on the Internet. This is the result of multiple attempts. After checking a lot of data, we found that the database should be closed during incremental recovery.

My steps are as follows:

RMAN> shutdown immediate;
RMAN> exit

Oracle @: mv/oracle/product/10.2.0/db_1/dbs/snapcf_orcl.f/oracle/product/10.2.0/db_1/dbs/snapcf_orcl.bak rename the snapcf_orcl.f File

Oracle @: rman target = rman/rman @ mydb

RMAN> startup pfile =/oracle/admin/orcl/pfile/initmydb. ora
RMAN> restore database;

It turns out that an error occurred during startup. This step should be changed

RMAN> startup force mount;

Start in Mount mode.

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.