<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WHERE MOD(ROWNUM,100) = 0</title>
	<atom:link href="http://hoopercharles.wordpress.com/2011/06/30/where-modrownum100-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2011/06/30/where-modrownum100-0/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Mon, 13 May 2013 14:10:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2011/06/30/where-modrownum100-0/#comment-3892</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 14:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=5070#comment-3892</guid>
		<description><![CDATA[This blog site is not the ideal place to ask questions like the above (try the OTN forums, UseNet, or AskTom sites).  It is very difficult to understand what you are describing (the instant messaging abbreviations add to the difficulty).

Let me see if I can re-phrase your comment - please verify that the following is what you are experiencing:
&lt;blockquote&gt;
I have a view that accesses several tables, however I cannot issue UPDATE or DELETE statements against the view because I am receiving one of the following error messages:
* ORA-01752: cannot delete from view without exactly one key-preserved table (see page 276 of the &quot;Beginning Oracle SQL&quot; book)
* ORA-01779: cannot modify a column which maps to a non key-preserved table (see page 276 of the &quot;Beginning Oracle SQL&quot; book) 

I have not yet tried using Instead-Of-Triggers (http://download.oracle.com/docs/cd/E14072_01/appdev.112/e10472/triggers.htm#i1006376 ).  I have tried using the ROWID pseudo column from one of the tables to provide a unique column, but now the query returns no rows.  Here is my view definition:
&lt;pre&gt;
CREATE VIEW MY_VIEW AS
SELECT
  ROWID,
  T1.C1,
  T2.C2
FROM
  T1,
  T2
WHERE
  T1.C1=T2.C1;
&lt;/pre&gt;
&lt;/blockquote&gt;

Is the above a close representation of what you are trying to do?  Please show the exact view definition and what you are trying to do with the view.]]></description>
		<content:encoded><![CDATA[<p>This blog site is not the ideal place to ask questions like the above (try the OTN forums, UseNet, or AskTom sites).  It is very difficult to understand what you are describing (the instant messaging abbreviations add to the difficulty).</p>
<p>Let me see if I can re-phrase your comment &#8211; please verify that the following is what you are experiencing:</p>
<blockquote><p>
I have a view that accesses several tables, however I cannot issue UPDATE or DELETE statements against the view because I am receiving one of the following error messages:<br />
* ORA-01752: cannot delete from view without exactly one key-preserved table (see page 276 of the &#8220;Beginning Oracle SQL&#8221; book)<br />
* ORA-01779: cannot modify a column which maps to a non key-preserved table (see page 276 of the &#8220;Beginning Oracle SQL&#8221; book) </p>
<p>I have not yet tried using Instead-Of-Triggers (<a href="http://download.oracle.com/docs/cd/E14072_01/appdev.112/e10472/triggers.htm#i1006376" rel="nofollow">http://download.oracle.com/docs/cd/E14072_01/appdev.112/e10472/triggers.htm#i1006376</a> ).  I have tried using the ROWID pseudo column from one of the tables to provide a unique column, but now the query returns no rows.  Here is my view definition:</p>
<pre>
CREATE VIEW MY_VIEW AS
SELECT
  ROWID,
  T1.C1,
  T2.C2
FROM
  T1,
  T2
WHERE
  T1.C1=T2.C1;
</pre>
</blockquote>
<p>Is the above a close representation of what you are trying to do?  Please show the exact view definition and what you are trying to do with the view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ufuk</title>
		<link>http://hoopercharles.wordpress.com/2011/06/30/where-modrownum100-0/#comment-3891</link>
		<dc:creator><![CDATA[ufuk]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 14:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=5070#comment-3891</guid>
		<description><![CDATA[hello ,
i need help pls help me
i ve a view there are tables in it but i ve no any unique id in it so i need an unique id for it so i added rowid but after that i cant get any result from my query]]></description>
		<content:encoded><![CDATA[<p>hello ,<br />
i need help pls help me<br />
i ve a view there are tables in it but i ve no any unique id in it so i need an unique id for it so i added rowid but after that i cant get any result from my query</p>
]]></content:encoded>
	</item>
</channel>
</rss>
