Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

ORA-27040: file create error, unable to create file tips

Oracle Database Tips by Donald BurlesonNovember 4,  2015

Question:  I get several errors when issuing the RMAN format command including the RMAN-03009, ORA-19504, ORA-27040 and OSD-04002 errors:

RMAN-03009: failure of backup command on t1 channel at 10/30/2008 09:25:44
ORA-19504: failed to create file "Z:\MALKUWARI\RMAN\ARC_QF_8_1.BKP"
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
channel t1 disabled, job failed on it will be run on another channel
RMAN-03009: failure of backup command on c1 channel at 10/30/2008 09:25:44
ORA-19504: failed to create file "Z:\MALKUWARI\RMAN\ARC_QF_9_1.BKP"
ORA-27040: file create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
channel c1 disabled, job failed on it will be run on another channel
released channel: t1
released channel: c1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 10/30/2008 09:25:44

 

This is is the RMAN backup commands, which run successfully each night:


run {
crosscheck backup;
crosscheck archivelog all;
allocate channel t1 type disk;
allocate channel c1 type disk;
BACKUP INCREMENTAL LEVEL 1 DATABASE
format 'Z:\meera\RMAN\%d_%s_%p.bkp' tag=fullbkp
PLUS ARCHIVELOG
format 'Z:\meera\RMAN\ARC_%d_%s_%p.bkp' tag=arcbkp;
release channel t1;
release channel c1;
crosscheck backup;
crosscheck archivelog all;
DELETE NOPROMPT OBSOLETE;
}

Answer: The ORA-27040 and the "O/S-Error: (OS 3) The system cannot find the path specified." message are pertinent error messages.

This happened when you issued this command:

RMAN > "format 'Z:\meera\RMAN\ARC_%d_%s_%p.bkp' tag=arcbkp;":

The documentation notes these details on the ORA-27040 error:

ORA-27040: file create error, unable to create file

Cause: create system call returned an error, unable to create file

Action: verify filename, and permissions


The problem is at the OS level, not within Oracle. To troubleshoot ORA-27040 errors, you need to test from the OS. You need to check these disk issues

  • permissions - The directory owner should be your "oracle" user, and the permission should be at least 770, to allow RMAN to allocate files within the mount point.
     

  • Space - You need to check the Filesystem space and ensure that there is enough room within the directory for the ARCH backup file.
     

In UNIX/Linux you can use the "df -k" command to check the number of free blocks on the filesystem.


 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

Burleson is the American Team

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  

and include the URL for the page.


                    









Burleson Consulting

The Oracle of Database Support

Oracle Performance Tuning

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.