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

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

Rman and 10.1.0.4

From: Ron Rogers <RROGERS_at_galottery.org>
Date: Thu, 09 Jun 2005 11:58:12 -0400
Message-Id: <s2a82ee2.082@glcclst_gw.galottery.org>


List,
 The ITAR has produced a resolution but not a reason. The resolution is to change the file naming to use the %U parameter to = quarantee uniqueness.
Apparently the %d_%t_%T was unique by chance last week but not this week. They are checking into the change in 10.1.0.4 and I will make the changes = in the scripts.

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

Thanks,
Ron

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 09 2005 - 12:04:19 CDT

Original text of this message

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