<?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; DBVERIFY</title>
	<atom:link href="http://oracle.3dub.com/category/administration/dbverify/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 block_size for a datafile</title>
		<link>http://oracle.3dub.com/2009/05/01/get-block_size-for-a-datafile/</link>
		<comments>http://oracle.3dub.com/2009/05/01/get-block_size-for-a-datafile/#comments</comments>
		<pubDate>Fri, 01 May 2009 11:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DBVERIFY]]></category>
		<category><![CDATA[SQLPLUS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=316</guid>
		<description><![CDATA[You may need to get the block size of a datafile before running dbv (DBVERIFY) on it. The following will do this in sqlplus:
set wrap off
select t.name tablespace, file#, d.name datafile, block_size BS from v$datafile d join v$tablespace t using (ts#);
]]></description>
			<content:encoded><![CDATA[<p>You may need to get the block size of a datafile before running dbv (DBVERIFY) on it. The following will do this in sqlplus:</p>
<p>set wrap off<br />
select t.name tablespace, file#, d.name datafile, block_size BS from v$datafile d join v$tablespace t using (ts#);</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/01/get-block_size-for-a-datafile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

