<?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: Object-Oriented Oracle with Substitutable Types</title>
	<atom:link href="http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/</link>
	<description>Steve Karam's Oracle Blog</description>
	<lastBuildDate>Tue, 24 Jan 2012 01:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-44378</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 29 Jul 2010 13:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-44378</guid>
		<description>Hope nobody minds me posting up to an old thread.

Why doesn&#039;t 10g allow types to reference a table column type for it&#039;s children?

I.e.:
create or replace type car as object (
    model dbo_space.car_table.modle%type) not final;

Or does it and I&#039;m just going about it all wrong?
Thanks,
Bill</description>
		<content:encoded><![CDATA[<p>Hope nobody minds me posting up to an old thread.</p>
<p>Why doesn&#8217;t 10g allow types to reference a table column type for it&#8217;s children?</p>
<p>I.e.:<br />
create or replace type car as object (<br />
    model dbo_space.car_table.modle%type) not final;</p>
<p>Or does it and I&#8217;m just going about it all wrong?<br />
Thanks,<br />
Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Roy</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-44185</link>
		<dc:creator>K Roy</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-44185</guid>
		<description>Thanks for the interesting article Steve!</description>
		<content:encoded><![CDATA[<p>Thanks for the interesting article Steve!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Mack</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-38633</link>
		<dc:creator>Bryan Mack</dc:creator>
		<pubDate>Tue, 26 Feb 2008 03:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-38633</guid>
		<description>Thanks for this info! Was very helpful to me in my first creation of a column object!</description>
		<content:encoded><![CDATA[<p>Thanks for this info! Was very helpful to me in my first creation of a column object!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Pandari</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-31106</link>
		<dc:creator>Sridhar Pandari</dc:creator>
		<pubDate>Wed, 03 Oct 2007 19:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-31106</guid>
		<description>Excellent article with good examples.
I wanted to share one issue we ran into while implementing substitutable object types.
When we declare a column in a table as an object type, Oracle stores all the attributes of the type and all its sub-types as hidden columns in the table.  If we have lots of sub-types, we could run into an oracle error &quot;maximum number of columns exceeded&quot; since there is a 1000 column limit for an Oracle table.
We ran into this situation recently where we needed to add more sub-types and it will not let us do that.  I am currently trying to figure out a work-around for this problem

Sridhar</description>
		<content:encoded><![CDATA[<p>Excellent article with good examples.<br />
I wanted to share one issue we ran into while implementing substitutable object types.<br />
When we declare a column in a table as an object type, Oracle stores all the attributes of the type and all its sub-types as hidden columns in the table.  If we have lots of sub-types, we could run into an oracle error &#8220;maximum number of columns exceeded&#8221; since there is a 1000 column limit for an Oracle table.<br />
We ran into this situation recently where we needed to add more sub-types and it will not let us do that.  I am currently trying to figure out a work-around for this problem</p>
<p>Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMorgan</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-30799</link>
		<dc:creator>RMorgan</dc:creator>
		<pubDate>Thu, 27 Sep 2007 13:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-30799</guid>
		<description>Great example! Thank you for clarifying several questions I had about substitutable types.  Keep up the great site and work!

RMorgan</description>
		<content:encoded><![CDATA[<p>Great example! Thank you for clarifying several questions I had about substitutable types.  Keep up the great site and work!</p>
<p>RMorgan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-13540</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Tue, 26 Dec 2006 06:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-13540</guid>
		<description>great  example</description>
		<content:encoded><![CDATA[<p>great  example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LewisC</title>
		<link>http://www.oraclealchemist.com/oracle/object-oriented-oracle-with-substitutable-types/comment-page-1/#comment-10647</link>
		<dc:creator>LewisC</dc:creator>
		<pubDate>Sun, 19 Nov 2006 23:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.oraclealchemist.com/oracle/21/#comment-10647</guid>
		<description>Steve,

Great example and demo.  I use OO in my PL/SQL quite frequently but in my SQL less so.  This example is something to keep in mind.

Thanks,

LewisC</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Great example and demo.  I use OO in my PL/SQL quite frequently but in my SQL less so.  This example is something to keep in mind.</p>
<p>Thanks,</p>
<p>LewisC</p>
]]></content:encoded>
	</item>
</channel>
</rss>

