ORA-01276: Cannot add file string. File has an Oracle Managed Files file name

I got ” ORA-01276: Cannot add file string. File has an Oracle Managed Files file name. ”  error in Oracle database.

 

ORA-01276: Cannot add file string. File has an Oracle Managed Files file name

 

Details of error are as follows.

ORA-01276: Cannot add file string. File has an Oracle Managed Files file name.

Cause: An attempt was made to add to the database a datafile, log file, control file, snapshot
 control file, backup control file, datafile copy, control file copy or backuppiece with 
an Oracle Managed Files file name.

Action: Retry the operation with a new file name.

Not able to move the data file from one mount point to other mount point and following error occured.

SQL> alter database move datafile '<DIR_OLD>/o1_mf_itm_test_a2bxc7dg.dbf' to '<DIR_NEW>/o1_mf_itm_test_a2bxc7dg.dbf';
alter database move datafile '<DIR_OLD>/o1_mf_itm_test_a2bxc7dg.dbf' to '<DIR_NEW>/o1_mf_itm_test_a2bxc7dg.dbf'
*
ERROR at line 1:
ORA-01276: Cannot add file
<DIR_NEW>/o1_mf_itm_test_a2bxc7dg.dbf File has an Oracle Managed Files file name.

 

 

Cannot add file string. File has an Oracle Managed Files file name.

This ORA-01276 error is related to the attempt was made to add to the database a datafile, log file, control file, snapshot control file, backup control file, datafile copy, control file copy or backuppiece with an Oracle Managed Files file name.

 

To solve this error, Retry the operation with a new file name or Set db_create_file_dest before moving the datafile and do not specify the datafile name as follows.

 

SQL> alter session set db_create_file_dest='<DIR_NEW>';
SQL> alter database move datafile 9;

 

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 *