Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rman and 10.1.0.4

Re: Rman and 10.1.0.4

From: Vitalis Jerome <vitalisman_at_gmail.com>
Date: Thu, 9 Jun 2005 15:42:46 +0200
Message-ID: <68b1285505060906423011c547@mail.gmail.com>


Hi,

Could this be corrected by not backing up on /u03 which seems to be a FS link? (The error shows "/u0e/backups")

Jerome

On 6/9/05, Ron Rogers <RROGERS_at_galottery.org> wrote:
> List,=3D20

>=20
> I have files an ITAR for this but hoped it is a problem that already has=
 =3D
> been discovered and fixed.

>=20

> OS REDHAT AS 2.1 up to date.
> Oracle 10.1.0.3 patched up to 10.1.0.4
>=20
> using rman on 10.1.0.3 the level 0 and level 1 backups worked great. I =
=3D
> upgraded the database to 10.1.0.4 and=3D20
> now when I run the rman commands to create the level 0 or level 1 backups=
 =3D
> the files are created but error out and=3D20
> the files are removed.
>=20

> RMAN nocatalog
> connect target "rman10/rman10prd_at_redhatprd-tcp"
> run {
> allocate channel d1 type disk format '/u03/backups/lev0_%d_%t_%T.bus';
> set limit channel d1 kbytes 5000000;
> backup incremental level 0 database
> skip readonly
> (current controlfile);
> release channel d1;
> }
>=20

> I watch the file get created in the proper directory and then it is =3D
> deleted and rge RMAN errors with:
> RMAN - 03009: failure of backup command on channel d1 at DATE/TIME
> ORA-19504: failed to create file "/u0e/backups/lev0_LINUXPRD_560503642_20=
05=3D
> 0509.bus"
> ORA-2708 created file already exists

>=20
> The backup of the archivelogs works properly it is just the backup of the=
 =3D
> database that fails.
>=20

> Any one else run into this problem?=3D20
> Thanks.
> Ron
>=20

> --
> http://www.freelists.org/webpage/oracle-l
>
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 09 2005 - 09:47:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US