<?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>Parm Patram &#187; Backup &amp; Recovery</title>
	<atom:link href="http://oracle.3dub.com/category/backup-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get last sequence# for incomplete recovery</title>
		<link>http://oracle.3dub.com/2009/05/02/get-last-sequence-for-incomplete-recovery/</link>
		<comments>http://oracle.3dub.com/2009/05/02/get-last-sequence-for-incomplete-recovery/#comments</comments>
		<pubDate>Sat, 02 May 2009 17:11:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=335</guid>
		<description><![CDATA[select sequence# from v$archived_log where recid = (select max(recid) from v$archived_log);
]]></description>
			<content:encoded><![CDATA[<p>select sequence# from v$archived_log where recid = (select max(recid) from v$archived_log);</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/02/get-last-sequence-for-incomplete-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get last sequence# in case of missing online redo logs</title>
		<link>http://oracle.3dub.com/2009/05/01/get-last-sequence-in-case-of-missing-online-redo-logs/</link>
		<comments>http://oracle.3dub.com/2009/05/01/get-last-sequence-in-case-of-missing-online-redo-logs/#comments</comments>
		<pubDate>Fri, 01 May 2009 15:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>
		<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=325</guid>
		<description><![CDATA[select max(sequence#) from v$archived_logs;
this can then be used in rman as follows:
run{
set until sequence 15 thread 1;
restore database;
recover database;
alter database open resetlogs;
}
]]></description>
			<content:encoded><![CDATA[<p>select max(sequence#) from v$archived_logs;</p>
<p>this can then be used in rman as follows:</p>
<p>run{<br />
set until sequence 15 thread 1;<br />
restore database;<br />
recover database;<br />
alter database open resetlogs;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/01/get-last-sequence-in-case-of-missing-online-redo-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

