<?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: ORA-00600 INTERNAL ERROR when inserting</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/ora-00600-internal-error-when-inserting/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-00600-internal-error-when-inserting/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 11:12:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: onlyoracle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-00600-internal-error-when-inserting/#comment-49861</link>
		<dc:creator>onlyoracle</dc:creator>
		<pubDate>Thu, 20 May 2004 20:00:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-49861</guid>
		<description><![CDATA[Don&#039;t understand the logic either. I am just maintaining the system. Threw up the internal error for the first time after being in production for nearly 4 years, so that is how I came to notice the SQL.

Thanks anyway for your replies. ]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t understand the logic either. I am just maintaining the system. Threw up the internal error for the first time after being in production for nearly 4 years, so that is how I came to notice the SQL.</p>
<p>Thanks anyway for your replies. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: holtmeyer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-00600-internal-error-when-inserting/#comment-49862</link>
		<dc:creator>holtmeyer</dc:creator>
		<pubDate>Thu, 20 May 2004 13:18:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-49862</guid>
		<description><![CDATA[TIA,
Actually, you can group by a column that isn&#039;t in your select; however it may result in exact duplicates in your  result set.  In your case, you handled this through the use of &#039;distinct&#039;.  Not sure the purpose of your distinct and then grouping to a further detail level--doesn&#039;t seem logical to me.

I notice that your original sql had no select columns that were a &#039;group by&#039; expression, such as count or sum. distinct isn&#039;t a group by expression.  I&#039;m surprised that SQL*Plus was running it ok.

S.Holtmeyer
]]></description>
		<content:encoded><![CDATA[<p>TIA,<br />
Actually, you can group by a column that isn&#8217;t in your select; however it may result in exact duplicates in your  result set.  In your case, you handled this through the use of &#8216;distinct&#8217;.  Not sure the purpose of your distinct and then grouping to a further detail level&#8211;doesn&#8217;t seem logical to me.</p>
<p>I notice that your original sql had no select columns that were a &#8216;group by&#8217; expression, such as count or sum. distinct isn&#8217;t a group by expression.  I&#8217;m surprised that SQL*Plus was running it ok.</p>
<p>S.Holtmeyer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuple9i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ora-00600-internal-error-when-inserting/#comment-49863</link>
		<dc:creator>tuple9i</dc:creator>
		<pubDate>Thu, 13 May 2004 13:52:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-49863</guid>
		<description><![CDATA[1) can&#039;t group by a column you don&#039;t reference
2) the distinct may return more than one value]]></description>
		<content:encoded><![CDATA[<p>1) can&#8217;t group by a column you don&#8217;t reference<br />
2) the distinct may return more than one value</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 12:37:10 -->