Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RMAN Catalog start with command throws error

SITIApr 24 2022 — edited Apr 24 2022

Hi All,
Before restore the RMAN backup, I have executed the below command
RMAN> Catalog start with 'E:\Backup\RMANBKP';
Starting implicit crosscheck backup at 24-APR-22
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=777 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of catalog command at 04/24/2022 15:23:17
RMAN-10038: database session for channel ORA_DISK_1 terminated unexpectedly
Could you please help on this guys?

Error in AlertLog file:
ORA-07445: exception encountered: core dump [skgfifi()+4220] [INT_DIVIDE_BY_ZERO] [] [PC:0x7FFFE1764BDC] [] []
ORA-27096: fail to get file size
OSD-00002: additional error information
O/S-Error: (OS 21) The device is not ready.

DB Details:
OS -- Windows 2012
Oracle 19c

Thanks in Advance,
JP

Comments

Post Details

Added on Apr 24 2022
1 comment
709 views