ORA-19693: backup piece XXX already included

I got ” ORA-19693: backup piece XXX already included ” error in the Oracle database.

 

ORA-19693: backup piece XXX already included

Details of error are as follows.

ORA-19693: backup piece /backup/B_0MIB4K5G_1_1 already included

This backup piece was already specified for inclusion in the restore conversation. A restore conversation may process only a single instance of a backup piece.

Action:
Remove the specified duplicate backup piece in restore steps and restart the conversation.

Directory Names: /backup/

********

Encounter the following errors when trying to duplicate the database to another server using the
RMAN backup:

ORA-19693: backup piece /backup/B_0MIB4K5G_1_1 already included
ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 5127
RMAN-10031: RPC Error: ORA-19693 occurred during call to DBMS_BACKUP_RESTORE.RESTORESETPIECE

 

 

 

ORA-19693: backup piece XXX already included

This ORA-19693 errors are related with the backup piece in RMAN Catalog.

The location of the RMAN backup pieces at the target and auxiliary/duplicate databases are different. So, RMAN cannot see the RMAN backup pieces, because they are stored in a different directory at the auxiliary/duplicate database server.

 

To solve this error, uncatalog the backuppiece and catalog backuppiece again.

 

Issue the following RMAN commands, as shown in the example below:


RMAN> change backuppiece '/backup/B_VRIB0A1V_1_1' uncatalog;
RMAN> catalog backuppiece '/backup/B_VRIB0A1V_1_1';

 

You may issue the following RMAN commands to catalog the RMAN backup pieces in a single RMAN command:


RMAN> catalog start with '/backup/';

 

 

 

 

Do you want to learn Oracle Database for Beginners, then read the following articles.

Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *