Re: Rman - created file already exists
- From: Niall Litchfield <niall.litchfield@xxxxxxxxx>
- To: peter.schauss@xxxxxxx
- Date: Wed, 09 May 2007 06:31:52 +0100
Schauss, Peter wrote:
I have an rman script which have been using on 8.1.7.4 for several
years, but when I run it on 10.2.0.2.0 I get the following error message
for each channel:
RMAN-03009: failure of backup command on ch1 channel at 05/08/2007
09:32:03
ORA-19504: failed to create file
"/ora10/oradata/orabkup/peregrine/hot_copies/peregrine_070508093147_1.rb
k"
ORA-27038: created file already exists
My script is shown below. I have played around with the format such as
adding a %p after the channel number in the file name, but I still get
the same error. Any suggestions?
%U will generate a unique ID for the file name.
--
http://www.freelists.org/webpage/oracle-l
- References:
- Rman - created file already exists
- From: Schauss, Peter
Other related posts:
- » Rman - created file already exists
- » RE: Rman - created file already exists
- » Re: Rman - created file already exists
I have an rman script which have been using on 8.1.7.4 for several years, but when I run it on 10.2.0.2.0 I get the following error message for each channel: RMAN-03009: failure of backup command on ch1 channel at 05/08/2007 09:32:03 ORA-19504: failed to create file "/ora10/oradata/orabkup/peregrine/hot_copies/peregrine_070508093147_1.rb k" ORA-27038: created file already exists My script is shown below. I have played around with the format such as adding a %p after the channel number in the file name, but I still get the same error. Any suggestions?
- Rman - created file already exists
- From: Schauss, Peter