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-00344 Unable to Re-create Online Log

Expert Oracle Database Tips by Donald BurlesonApril 6, 2015

 

Question:  I am trying to clone my database and I get the ORA-00344 error:

***** got the following errors ****
ALTER DATABASE OPEN RESETLOGS
*
ERROR at line 1:

ORA-00344: unable to re-create online log 'u01/oradata/prod/logs/redo01b.ora'
ORA-27040: skgfrcre: create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.

How do I resolve the ORA-00344 error?

Answer:   You start by using the oerr utility to look up ORA-00344 and ORA-27040 errors:

ORA-00344: unable to re-create online log 'string'  

Cause:
An I/O failure occurred when attempting to re-create an online as part of either ALTER DATABASE OPEN RESETLOGS or ALTER DATABASE CLEAR LOGFILE command.

Action: Correct the file/device as indicated by accompanying errors  

Here are 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  

In this case, The Oracle background processes do not have the necessary OS permissions to create a new file in the directory.  

To troubleshoot ORA-27040 errors, you need to test from the OS.

You need to check these disk issues:  

  • Missing mount-point or Windows drive letter:  In another condition, a non-existent mount point (or non-existent disk) can cause these errors:

ORA-00344: unable to re-create online log 'D:\ORADATA\PROD\REDO01B.ORA'
ORA-27040: skgfrcre: create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.

In the above case, the PC does not have a D: drive mapped to Windows.

  • Incorrect OS Permissions - The directory owner should be your "oracle" user, and the permission should be at least 770, to allow the Oracle user and ensure that the is in the dba UNIX group.  A permission of 770 on the directory should allow you to allocate files within the mount point.  You can issue the chmod 770 on the directory node to correct the permissions:

    oracle> cd 'u01/oradata/prod
    oracle>  chmod 770 logs
     

  • Not enough Disk Space - You need to check the Filesystem space and ensure that there is enough room within the directory using the ?df ?k? command.   In  Windows, go to "Computer -->  Disks  --> (and right click on disk letter)

For more information on using OS commands, see the book Oracle Shell Scripting

 
Get the Complete
Oracle SQL Tuning Information 

The landmark book "Advanced Oracle SQL Tuning  The Definitive Reference"  is filled with valuable information on Oracle SQL Tuning. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.

 

 

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.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster