<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: OMBPlus &#8211; Create tables based on Source tables</title>
	<atom:link href="http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/</link>
	<description>Where Business meets IT</description>
	<lastBuildDate>Fri, 05 Mar 2010 05:28:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilona Tielke</title>
		<link>http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/comment-page-1/#comment-8726</link>
		<dc:creator>Ilona Tielke</dc:creator>
		<pubDate>Thu, 07 Sep 2006 15:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/#comment-8726</guid>
		<description>Hi Jeff,

Here&#039;s an example of creating a materialized view using OMB.

[code lang=&quot;perl&quot;]
OMBCREATE MATERIALIZED_VIEW &#039;MVW_TEST&#039; \
	SET PROPERTIES( VIEW_QUERY \
	,		BASE_TABLES \
	,		BUILD \
	,		QUERY_REWRITE\
	,		REFRESH)\
	VALUES (&#039;SELECT * FROM DUAL&#039;\
	,	&#039;DUAL&#039; \
	,	&#039;IMMEDIATE&#039;\
       ,	&#039;ENABLE&#039; \
       ,	&#039;ON_DEMAND&#039;) \
       ADD COLUMN &#039;DUMMY&#039; \
           SET PROPERTIES ( DATATYPE \
	   , 		    LENGTH ) \
	   VALUES (&#039;VARCHAR2&#039; \
	   , 	   &#039;5&#039;)
[/code] 

Greetz, Ilona</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Here&#8217;s an example of creating a materialized view using OMB.</p>
<pre class="brush: perl;">
OMBCREATE MATERIALIZED_VIEW 'MVW_TEST' \
	SET PROPERTIES( VIEW_QUERY \
	,		BASE_TABLES \
	,		BUILD \
	,		QUERY_REWRITE\
	,		REFRESH)\
	VALUES ('SELECT * FROM DUAL'\
	,	'DUAL' \
	,	'IMMEDIATE'\
       ,	'ENABLE' \
       ,	'ON_DEMAND') \
       ADD COLUMN 'DUMMY' \
           SET PROPERTIES ( DATATYPE \
	   , 		    LENGTH ) \
	   VALUES ('VARCHAR2' \
	   , 	   '5')
</pre>
<p>Greetz, Ilona</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Watkins</title>
		<link>http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/comment-page-1/#comment-8245</link>
		<dc:creator>Jeff Watkins</dc:creator>
		<pubDate>Tue, 29 Aug 2006 01:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.it-eye.nl/weblog/2006/04/13/ombplus-create-tables-based-on-source-tables/#comment-8245</guid>
		<description>I love it - do you have any examples of material view creation using OMB?

JEff</description>
		<content:encoded><![CDATA[<p>I love it &#8211; do you have any examples of material view creation using OMB?</p>
<p>JEff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
