<?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/blog/2424/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/blog/2424/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/blog/2424/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/comment-page-1#comment-263795</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-263795</guid>
		<description>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/blog/2424/oracle-11g-virtual-columns-to-publish-derived-column-values-without-storing-them-and-more/comment-page-1#comment-263793</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-263793</guid>
		<description>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>

