<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EveryDay Practical Solutions for an Oracle&#124;SQL Server DBA &#187; RMAN</title>
	<atom:link href="http://www.oracledbasupport.co.uk/category/rman/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracledbasupport.co.uk</link>
	<description>This is my (Sagar PATIL ) blog to list day to day issues</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Finding Backup details from 11g RMAN respository tables</title>
		<link>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/</link>
		<comments>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 13:56:17 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DEVICE TYPE]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[Order]]></category>
		<category><![CDATA[Prod]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/backup-status-from-11g-rman-respository-tables/</guid>
		<description><![CDATA[List databases registered with rman repository select NAME &#160;&#160;&#160;&#160; , DBID&#160; from RC_DATABASE; List rman backup STATUS details with database name, Start time, End time , Processed MB/GB SELECT db_name, row_type, start_time, end_time, operation, status, mbytes_processed&#160;&#160;&#160; FROM&#160;&#160; rc_rman_status&#160;&#160;&#160; WHERE&#160; db_name like&#160; &#8216;PROD%&#8217;&#160;&#160;&#160;&#160;&#160; AND&#160; start_time &#62; SYSDATE &#8211; 1&#160;&#160;&#160; ORDER&#160; BY END_TIME desc; List backup details [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replicating RAC database using RMAN at Remote Server</title>
		<link>http://www.oracledbasupport.co.uk/replicating-rac-database-using-rman-at-remote-server/</link>
		<comments>http://www.oracledbasupport.co.uk/replicating-rac-database-using-rman-at-remote-server/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:55:44 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Basic Admin]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mnt]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=3438</guid>
		<description><![CDATA[Here I am duplicating 11g RAC database from one RHEL Server to Another by old 10g method. I could have used 11g &#8220;DUPLICATE TARGET DATABASE TO TARGET_DB FROM ACTIVE DATABASE&#8221; which doesn&#8217;t need previous rman backup at source. But it may not be a good option for large databases or at places with narrow network [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/replicating-rac-database-using-rman-at-remote-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle FlashBack Error : ORA-16014: log 3 sequence not archived, no available destinations</title>
		<link>http://www.oracledbasupport.co.uk/oracle-flashback-error-ora-16014-log-3-sequence-not-archived-no-available-destinations/</link>
		<comments>http://www.oracledbasupport.co.uk/oracle-flashback-error-ora-16014-log-3-sequence-not-archived-no-available-destinations/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:12:43 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[ARCHIVELOG]]></category>
		<category><![CDATA[Area]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1939</guid>
		<description><![CDATA[Number of my systems are on Oracle 10g with flashback Area allocated. The Archive logs , redo logs &#38; backups are destined at this area. This morning users complained about system being down and when I looked at alrtlog I could see archive error. SQL&#62; show parameter  recovery NAME                                 TYPE        VALUE &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; db_recovery_file_dest                [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/oracle-flashback-error-ora-16014-log-3-sequence-not-archived-no-available-destinations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Archivelogs deleted, Unavailable archive files during rman backup</title>
		<link>http://www.oracledbasupport.co.uk/archivelogs-deleted-unavailable-archive-files-during-rman-backup/</link>
		<comments>http://www.oracledbasupport.co.uk/archivelogs-deleted-unavailable-archive-files-during-rman-backup/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:21:35 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[stamp]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1779</guid>
		<description><![CDATA[I carried a big data upload and as a result of it my archive volume filled up in no time. As matter of urgency I started moving archive logs without backup to another destination. The next thing to go wrong was my nightly backup. current log archived allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=141 devtype=DISK RMAN-00571: [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/archivelogs-deleted-unavailable-archive-files-during-rman-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Was my rman backup successful?</title>
		<link>http://www.oracledbasupport.co.uk/was-my-rman-backup-successful/</link>
		<comments>http://www.oracledbasupport.co.uk/was-my-rman-backup-successful/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:12:32 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Char]]></category>
		<category><![CDATA[JAN]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[TIME]]></category>
		<category><![CDATA[trunc]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1760</guid>
		<description><![CDATA[I have more than 100 database servers. How can I report if my backup was successful last night or last week? Normally one can use shell scripts and grep rman log for errors but here is a better way. select to_char(START_TIME,&#8217;DD MON YY HH24:Mi&#8217;) START_TIME , to_char(END_TIME,&#8217;DD MON YY HH24:Mi&#8217;) END_TIME , OUTPUT_BYTES/1000000  PROCESSED_IN_MB,STATUS from [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/was-my-rman-backup-successful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicating an ASM Database at Remote Host</title>
		<link>http://www.oracledbasupport.co.uk/duplicating-an-asm-database-at-remote-host/</link>
		<comments>http://www.oracledbasupport.co.uk/duplicating-an-asm-database-at-remote-host/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 09:33:36 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[datafile]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[fno]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2009/12/duplicating-an-asm-database-at-remote-host/</guid>
		<description><![CDATA[You can use the create RMAN DUPLICATE command to duplicate database from target database backups while still retaining the original target database. The duplicate database can be either identical to the original database or contain only a subset of the original tablespaces. A duplicate database is a copy of the target database that you can [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/duplicating-an-asm-database-at-remote-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintain RMAN Catalog</title>
		<link>http://www.oracledbasupport.co.uk/maintain-rman-catalog/</link>
		<comments>http://www.oracledbasupport.co.uk/maintain-rman-catalog/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:17:00 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[catalogue]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[maintenance type]]></category>
		<category><![CDATA[release channel]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[utl]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1647</guid>
		<description><![CDATA[Below is a windows BATCH script used to Maintain RMAN catalogue. The script accepts 3 parameters Target SID, Target password and catalogue password. @echo off REM REM NT RMAN catalogue maintenance REM REM 3 parameters SID, target password and catalogue password REM set ORACLE_SID=%1 set LOG=C:\rmanscripts\maintain_%1.log REM REM First generate the rman script using the [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/maintain-rman-catalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rman Script to Create Standby/Duplicate database using RMAN</title>
		<link>http://www.oracledbasupport.co.uk/create-standby/</link>
		<comments>http://www.oracledbasupport.co.uk/create-standby/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:59:00 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[rcvcat]]></category>
		<category><![CDATA[sbt]]></category>
		<category><![CDATA[Standby]]></category>
		<category><![CDATA[tape]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=1646</guid>
		<description><![CDATA[Duplicate Database using rman connect target rman/%password%@primary_server connect auxiliary sys/%password%@standby_server connect rcvcat rman/%password%@recovery_catalog run { set until time &#8217;27-JUL-2009 10:59:00&#8242;; allocate auxiliary channel tp1 type &#8220;sbt_tape&#8221;; allocate auxiliary channel tp2 type &#8220;sbt_tape&#8221;; duplicate target database to %target_instance_name%; release channel tp1; release channel tp2; } Restore rman database for Standby connect target rman/%password%@primary_server connect auxiliary sys/%password%@standby_server [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/create-standby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMAN Offline Backup Script</title>
		<link>http://www.oracledbasupport.co.uk/rman-offline-backup-on-tape/</link>
		<comments>http://www.oracledbasupport.co.uk/rman-offline-backup-on-tape/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:33:00 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[BACKUP VALIDATE DATABASE]]></category>
		<category><![CDATA[datafile]]></category>
		<category><![CDATA[dbf]]></category>
		<category><![CDATA[oradataTEST]]></category>
		<category><![CDATA[tspace]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2009/01/14/rman-offline-backup-on-tape/</guid>
		<description><![CDATA[rman&#62; shutdown immediate; rman&#62; startup mount 1. Let&#8217;s validate if there is ample of space for backup at Target device type i.e DISK/TAPE ALLOCATE CHANNEL c1 DEVICE TYPE sbt; RMAN&#62; run { ALLOCATE CHANNEL c1 DEVICE TYPE sbt; BACKUP VALIDATE DATABASE; } allocated channel: c1 channel c1: sid=18 devtype=SBT_TAPE channel c1: VERITAS NetBackup for Oracle [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/rman-offline-backup-on-tape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover Standby from Primary Database</title>
		<link>http://www.oracledbasupport.co.uk/how-to-recover-standby-from-primary-database-2/</link>
		<comments>http://www.oracledbasupport.co.uk/how-to-recover-standby-from-primary-database-2/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:13:08 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Dataguard]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Archived]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[RFS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[standby database]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/11/13/how-to-recover-standby-from-primary-database-2/</guid>
		<description><![CDATA[&#8211; Server A &#8211; Is a Live Server &#8211; Server B &#8211; Is a Physical Standby Server Both were configured for a data guard One fine day a standby blows away and we need to recreate it from Live At Live Server A 1. There is no need but if you want please disable Dataguard [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/how-to-recover-standby-from-primary-database-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup RMAN catalog for Backups</title>
		<link>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows/</link>
		<comments>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 08:55:35 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[catalog]]></category>
		<category><![CDATA[catalogue]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[target database]]></category>
		<category><![CDATA[Temporary tablespace]]></category>
		<category><![CDATA[TKNWP]]></category>
		<category><![CDATA[TOOLS]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/11/13/how-to-setup-rman-for-backup-under-windows/</guid>
		<description><![CDATA[Select database for catalogue Create catalogue owner RMANC, default tablespace TOOLS Grant RECOVERY_CATALOG_OWNER role to RMANC Run the RMAN executable, being the same version as the catalogue database codeset and connect to the catalogue as the RMANC user Issue the CREATE CATALOG command At RMAN repository Database SQL&#62;   create user rmanc identified by xxxxxxxx Temporary [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup RMAN under Windows</title>
		<link>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows-2003/</link>
		<comments>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows-2003/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:12:18 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[catalogue]]></category>
		<category><![CDATA[SOFAR]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[target database]]></category>
		<category><![CDATA[TOOLS]]></category>
		<category><![CDATA[TOTALWORK]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/04/16/how-to-setup-rman-for-backup-under-windows-2003/</guid>
		<description><![CDATA[Create RMAN Catalogue steps • Select database for catalogue. • Create catalogue owner RMANC, default tablespace TOOLS. • Grant RECOVERY_CATALOG_OWNER role to RMANC. • Run the RMAN executable, being the same version as the catalogue database codeset and connect to the catalogue as the RMANC user. • Issue the CREATE CATALOG command. At RMAN repository [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/how-to-setup-rman-for-backup-under-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Monitor rman Backup ?</title>
		<link>http://www.oracledbasupport.co.uk/how-to-monitor-rman-backup/</link>
		<comments>http://www.oracledbasupport.co.uk/how-to-monitor-rman-backup/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:08:05 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[background-color]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[sys]]></category>
		<category><![CDATA[WHERE]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/04/16/how-to-monitor-rman-backup/</guid>
		<description><![CDATA[Datafiles Backed up during past 24 Hours SELECT dbfiles&#124;&#124;' from '&#124;&#124;numfiles "Datafiles backed up", cfiles "Control Files backed up", spfiles "SPFiles backed up" FROM (select count(*) numfiles from sys.v_$datafile), (select count(*) dbfiles from sys.v_$backup_datafile a, sys.v_$datafile b where a.file# = b.file# and a.completion_time &#62; sysdate - 1), (select count(*) cfiles from sys.v_$backup_datafile where file# = [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/how-to-monitor-rman-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rman backup script to backup entire database : level 0</title>
		<link>http://www.oracledbasupport.co.uk/rman-backup-script-to-backup-entire-database-level-0/</link>
		<comments>http://www.oracledbasupport.co.uk/rman-backup-script-to-backup-entire-database-level-0/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:11:16 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Restore]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[backup set]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Oracle Corporation]]></category>
		<category><![CDATA[release channel]]></category>
		<category><![CDATA[sbt]]></category>
		<category><![CDATA[stamp]]></category>
		<category><![CDATA[tape]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/04/16/rman-backup-script-to-backup-entire-database-level-0/</guid>
		<description><![CDATA[2 Oracle databases &#8211; A &#38; B. Server A is available and need to be replicated on server B. We will use rman to backup datafiles including control file and archive logs. RMAN script connect rcvcat rmanc/obsequ10us@rcvcat connect target rmant/obstreper0us@tknwp.yell run { allocate channel tp1 type "sbt_tape"; allocate channel tp2 type "sbt_tape"; allocate channel tp3 [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/rman-backup-script-to-backup-entire-database-level-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAC Backup : Copy 1 set of backup at FLASH &amp; other to ext3 Disk</title>
		<link>http://www.oracledbasupport.co.uk/rac-backup-copy-1-set-of-backup-at-flash-other-to-ext3-disk/</link>
		<comments>http://www.oracledbasupport.co.uk/rac-backup-copy-1-set-of-backup-at-flash-other-to-ext3-disk/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 17:46:19 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[CONTROLFILE]]></category>
		<category><![CDATA[DEVICE TYPE]]></category>
		<category><![CDATA[DISK FORMAT]]></category>
		<category><![CDATA[FLASH]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[Type]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/2008/03/13/rac-backup-copy-1-set-of-backup-at-flash-other-to-ext3-disk/</guid>
		<description><![CDATA[RMAN&#62; show all; RMAN configuration parameters for database with db_unique_name MILLPROD are: CONFIGURE RETENTION POLICY TO REDUNDANCY 2; CONFIGURE BACKUP OPTIMIZATION ON; CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO &#8216;D:\Backup\%F&#8217;; CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COMPRESSED BACKUPSET; [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/rac-backup-copy-1-set-of-backup-at-flash-other-to-ext3-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

