<?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: Oracle 11g &#8211; Virtual Columns &#8211; to publish derived column values without storing them. And more&#8230;</title>
	<atom:link href="http://technology.amis.nl/2007/10/04/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/10/04/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2007/10/04/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/#comment-4935</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Thu, 04 Oct 2007 09:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2424#comment-4935</guid>
		<description><![CDATA[Arnoud, unfortunately the column expression may only refer to columns in the table on which the Virtual Column is defined.&lt;br /&gt;
&lt;br /&gt;
However, you can use a user defined function in the Virtual Column expression; that function could perform a query from another table! By doing so, you violate the DETERMINISTIC character of the function - on your head be the consequences - and if you do not use the PRAGMA AUTONOMOUS_TRANSACTION you can run into Mutating Table problems, but otherwise it could work that way.&lt;br /&gt;
&lt;br /&gt;
best regards, Lucas]]></description>
		<content:encoded><![CDATA[<p>Arnoud, unfortunately the column expression may only refer to columns in the table on which the Virtual Column is defined.</p>
<p>However, you can use a user defined function in the Virtual Column expression; that function could perform a query from another table! By doing so, you violate the DETERMINISTIC character of the function &#8211; on your head be the consequences &#8211; and if you do not use the PRAGMA AUTONOMOUS_TRANSACTION you can run into Mutating Table problems, but otherwise it could work that way.</p>
<p>best regards, Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnoud Roth</title>
		<link>http://technology.amis.nl/2007/10/04/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/#comment-4934</link>
		<dc:creator>Arnoud Roth</dc:creator>
		<pubDate>Thu, 04 Oct 2007 09:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2424#comment-4934</guid>
		<description><![CDATA[This is really great stuff!
One question: Is is also possible to define a virtual column to a table based on information stored in another table (e.g. add a virtual column address to emp)
Arnoud]]></description>
		<content:encoded><![CDATA[<p>This is really great stuff!<br />
One question: Is is also possible to define a virtual column to a table based on information stored in another table (e.g. add a virtual column address to emp)<br />
Arnoud</p>
]]></content:encoded>
	</item>
</channel>
</rss>
