ora-27040,ora-19504 no backup found [message #603222] |
Thu, 12 December 2013 05:42 |
zeeshan047
Messages: 99 Registered: June 2010 Location: PAKISTAN
|
Member |
|
|
hi,
I am doing incomplete recover using RMAN, but it fail to perform showing error ora-27040,ora-19504 no backup found .
[code]
"set until time <DATE>"
[code]
When i remove the above statement from rman script it successfully restore backup. Only found error in when perform incomplete recovery.
I have disable flash recovery area but still there no success to perform incomplete recovery.
Thanks
Zeeshan
|
|
|
Re: ora-27040,ora-19504 no backup found [message #603226 is a reply to message #603222] |
Thu, 12 December 2013 06:16 |
martijn
Messages: 286 Registered: December 2006 Location: Netherlands
|
Senior Member |
|
|
Well that is curious:
SQL> !oerr ora 27040
27040, 00000, "file create error, unable to create file"
// *Cause: create system call returned an error, unable to create file
// *Action: verify filename, and permissions
SQL> !oerr ora 19504
19504, 00000, "failed to create file \"%s\""
// *Cause: call to create file returned an error
// *Action: check additional messages, check access permissions
SQL>
Can you show us exactly what you do (copy & paste) from your terminal.
|
|
|
|
|
|
|
Re: ora-27040,ora-19504 no backup found [message #603269 is a reply to message #603258] |
Thu, 12 December 2013 16:36 |
martijn
Messages: 286 Registered: December 2006 Location: Netherlands
|
Senior Member |
|
|
I guess you don't have the proper backupfiles (anymore) in place.
What I do not get (but maybe I have read uncarefully) is the correlation between the topic title and the errors you show us.
The topic title is "ora-27040,ora-19504 no backup found"
The errors you show are RMAN-00571 RMAN-03002 RMAN-06026 RMAN-06023
Am I missing something?
|
|
|
|
|
|