<?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: The Pro Active Database &#8211; Advanced Application Development with the Oracle Database</title>
	<atom:link href="http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-pro-active-database-advanced-application-development-with-the-oracle-database</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: Marco Gralike</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5255</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sun, 09 Mar 2008 20:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5255</guid>
		<description><![CDATA[Oracle is much more, nowadays, then &quot;a database company&quot; (I still can&#039;t wait to get my hands on BEA WebLogic, one of oracle newly acquired products). Because I am really Oracle XMLDB minded, I am even more into it then Lucas, although I would implement it slightly differently on some points like using the new Native Database Web Services (NDWS). Maybe you are a little bit more into it if you read: http://www.oracle.com/technology/tech/xml/xmldb/oow/2007/database%20native%20web%20services%20with%20oracle%20xml%20db.pdf (slide 22 to be precise). Security should be handled by the Oracle Web Service Manager, OWSM (fkna &quot;Obelix&quot;), on the middle tier. An advantage of using the database as a part in the services architecture, would also be that you could uniform all data transport via XML. Most business environments acquire nowadays a uniform standard network data container, for instance XML (with soap) or Edifact, to be used across all tiers. Using the database as a service end tier would favor this principle.]]></description>
		<content:encoded><![CDATA[<p>Oracle is much more, nowadays, then &#8220;a database company&#8221; (I still can&#8217;t wait to get my hands on BEA WebLogic, one of oracle newly acquired products). Because I am really Oracle XMLDB minded, I am even more into it then Lucas, although I would implement it slightly differently on some points like using the new Native Database Web Services (NDWS). Maybe you are a little bit more into it if you read: <a href="http://www.oracle.com/technology/tech/xml/xmldb/oow/2007/database%20native%20web%20services%20with%20oracle%20xml%20db.pdf" rel="nofollow">http://www.oracle.com/technology/tech/xml/xmldb/oow/2007/database%20native%20web%20services%20with%20oracle%20xml%20db.pdf</a> (slide 22 to be precise). Security should be handled by the Oracle Web Service Manager, OWSM (fkna &#8220;Obelix&#8221;), on the middle tier. An advantage of using the database as a part in the services architecture, would also be that you could uniform all data transport via XML. Most business environments acquire nowadays a uniform standard network data container, for instance XML (with soap) or Edifact, to be used across all tiers. Using the database as a service end tier would favor this principle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5254</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 09 Mar 2008 13:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5254</guid>
		<description><![CDATA[Marco - about &quot;One of the most important factors, to make the database aware of business constraints / rules, is that with this information is vital for optimal performance.&quot; Absolutely - we are in full agreement about that!!! The post mentions amongst others functionality to call from the database out to services, for instance to sent chat notifications. In my view this is not about business constraints and/or rules - which is solely about data. Obviously one could choose to implement calling out to the chat service in the database - as Oracle cleverly introduces all kinds techniques to allow you to do so (does anybody remember Oracle&#039;s slogan &quot;300% Java&quot;?). For the moment I&#039;ll just neglect the fact that this results in a massive footprint to support the database and about 600MB of software for a database alone. However with a tiered design that allows me to tap into a wealth of API&#039;s and libraries, I could have provided this functionality by allowing each &#039;tier&#039; to do what it does best, with an order of a magnitude less code in a highly flexible manner. Not only less code, but also more adaptable to change, easier to maintain and debug. Letting the middle tier perform the service call or whatever it needs to do to provide the desired functionality also will result in very much improved performance and scalability - as it can use superior memory, process management and clustering techniques. Security would be another argument why to split things like this up - especially when you&#039;re delivering functionality by calling out to services. What happens when the security engineer tells us it is no longer allowed for traffic from DMZ-II (where the database is) to flow to DMZ-I (where the services is)? As you can see, there are a number of arguments to split up things like this and seeing data retrieval and manipulation only as a part of a higher goal. Obviously you don&#039;t have to, and in some cases you won&#039;t - especially when you&#039;re predominantly a (Oracle) database company and/or only use (Oracle) database technology. Hey - in that case you might even consider using APEX as your prime vehicle to support your web front-ends. However in a environment that has (many) more different technologies and products to support and manipulate, things are really different. Which brings me back to my first reaction on â€œWhat should be implemented in which tier?â€ - I got the impression that there is fairly strong bias here to implement as much as possible in the database. This made me react in the way I did, because I sense a great deal of FUD in general from the traditional Oracle community with everything that isn&#039;t solved and/or created from within the database. I think the discussion here has proven that this isn&#039;t how you guys feel about it, which is great! Basically that is what I meant when I wrote &#039;open minded&#039;. Oracle&#039;s database is a great product - especially in environments that have high volumes of data and a lot of concurrent users. However I won&#039;t goes as far as saying it is the only thing I need to create solutions that actually provide value to my customer in a well designed, fast and cost effective way - and (luckily) neither do you.]]></description>
		<content:encoded><![CDATA[<p>Marco &#8211; about &#8220;One of the most important factors, to make the database aware of business constraints / rules, is that with this information is vital for optimal performance.&#8221; Absolutely &#8211; we are in full agreement about that!!! The post mentions amongst others functionality to call from the database out to services, for instance to sent chat notifications. In my view this is not about business constraints and/or rules &#8211; which is solely about data. Obviously one could choose to implement calling out to the chat service in the database &#8211; as Oracle cleverly introduces all kinds techniques to allow you to do so (does anybody remember Oracle&#8217;s slogan &#8220;300% Java&#8221;?). For the moment I&#8217;ll just neglect the fact that this results in a massive footprint to support the database and about 600MB of software for a database alone. However with a tiered design that allows me to tap into a wealth of API&#8217;s and libraries, I could have provided this functionality by allowing each &#8216;tier&#8217; to do what it does best, with an order of a magnitude less code in a highly flexible manner. Not only less code, but also more adaptable to change, easier to maintain and debug. Letting the middle tier perform the service call or whatever it needs to do to provide the desired functionality also will result in very much improved performance and scalability &#8211; as it can use superior memory, process management and clustering techniques. Security would be another argument why to split things like this up &#8211; especially when you&#8217;re delivering functionality by calling out to services. What happens when the security engineer tells us it is no longer allowed for traffic from DMZ-II (where the database is) to flow to DMZ-I (where the services is)? As you can see, there are a number of arguments to split up things like this and seeing data retrieval and manipulation only as a part of a higher goal. Obviously you don&#8217;t have to, and in some cases you won&#8217;t &#8211; especially when you&#8217;re predominantly a (Oracle) database company and/or only use (Oracle) database technology. Hey &#8211; in that case you might even consider using APEX as your prime vehicle to support your web front-ends. However in a environment that has (many) more different technologies and products to support and manipulate, things are really different. Which brings me back to my first reaction on â€œWhat should be implemented in which tier?â€ &#8211; I got the impression that there is fairly strong bias here to implement as much as possible in the database. This made me react in the way I did, because I sense a great deal of FUD in general from the traditional Oracle community with everything that isn&#8217;t solved and/or created from within the database. I think the discussion here has proven that this isn&#8217;t how you guys feel about it, which is great! Basically that is what I meant when I wrote &#8216;open minded&#8217;. Oracle&#8217;s database is a great product &#8211; especially in environments that have high volumes of data and a lot of concurrent users. However I won&#8217;t goes as far as saying it is the only thing I need to create solutions that actually provide value to my customer in a well designed, fast and cost effective way &#8211; and (luckily) neither do you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5253</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sat, 08 Mar 2008 19:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5253</guid>
		<description><![CDATA[One of the most important factors, to make the database aware of business constraints / rules, is that with this information is vital for optimal performance. This business information should be available to all tiers that need it. If you don&#039;t you will have an sub-optimal environment regarding performance. The problem that will be introduced by having this information on all tiers that need it (so database included), is that you will have also to maintain all constraints consistently over all tiers. If you deprive the database from the needed implied business constraints you will cause to many round trips no matter what and the overall performance will be effected.]]></description>
		<content:encoded><![CDATA[<p>One of the most important factors, to make the database aware of business constraints / rules, is that with this information is vital for optimal performance. This business information should be available to all tiers that need it. If you don&#8217;t you will have an sub-optimal environment regarding performance. The problem that will be introduced by having this information on all tiers that need it (so database included), is that you will have also to maintain all constraints consistently over all tiers. If you deprive the database from the needed implied business constraints you will cause to many round trips no matter what and the overall performance will be effected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric van Mourik</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5252</link>
		<dc:creator>Eric van Mourik</dc:creator>
		<pubDate>Sat, 08 Mar 2008 17:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5252</guid>
		<description><![CDATA[Jan, as stated before: I agree that there can be good (or even better) reasons to implement the functionality outside the database. You are right that there is no need for a &#039;conditional reflex&#039; to try and solve every problem in the database. But the same goes for a conditional reflex to only use the database for data storage. I think it&#039;s not about us agreeing or disagreeing. (My opinion on implementing things like this in- or outside the database or wherever depends on the situation and isn&#039;t predefined at all.) The &#039;problem&#039; I have with your posts is that you mainly drop some statements (which may be completely correct and to which I partly subscribe), but with so little argumentation to clearify your opinions. That makes it sound a little biased. I wrote down some arguments why centralizing the mentioned functionality close to the &#039;update on emp&#039;, inside the database, may be valuable. The only &#039;argument&#039; you bring in is that using the database is a conditional reflex? I think one can find far more convincing arguments to keep this kind of functionality out of the database. ;-)]]></description>
		<content:encoded><![CDATA[<p>Jan, as stated before: I agree that there can be good (or even better) reasons to implement the functionality outside the database. You are right that there is no need for a &#8216;conditional reflex&#8217; to try and solve every problem in the database. But the same goes for a conditional reflex to only use the database for data storage. I think it&#8217;s not about us agreeing or disagreeing. (My opinion on implementing things like this in- or outside the database or wherever depends on the situation and isn&#8217;t predefined at all.) The &#8216;problem&#8217; I have with your posts is that you mainly drop some statements (which may be completely correct and to which I partly subscribe), but with so little argumentation to clearify your opinions. That makes it sound a little biased. I wrote down some arguments why centralizing the mentioned functionality close to the &#8216;update on emp&#8217;, inside the database, may be valuable. The only &#8216;argument&#8217; you bring in is that using the database is a conditional reflex? I think one can find far more convincing arguments to keep this kind of functionality out of the database. <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5251</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 08 Mar 2008 14:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5251</guid>
		<description><![CDATA[Eric, there are also good reasons to let the application logic that sits on top of the database (so not in the database) or whatever storage mechanism you want to use, pass on the chat message. And I feel this is the most important thing I&#039;m trying to say here. You have a choice and there is no real need for a &#039;conditional reflex&#039; http://en.wikipedia.org/wiki/Ivan_Pavlov to try and solve every problem there is from within and/or via a thing which prime directive is to store data.]]></description>
		<content:encoded><![CDATA[<p>Eric, there are also good reasons to let the application logic that sits on top of the database (so not in the database) or whatever storage mechanism you want to use, pass on the chat message. And I feel this is the most important thing I&#8217;m trying to say here. You have a choice and there is no real need for a &#8216;conditional reflex&#8217; <a href="http://en.wikipedia.org/wiki/Ivan_Pavlov" rel="nofollow">http://en.wikipedia.org/wiki/Ivan_Pavlov</a> to try and solve every problem there is from within and/or via a thing which prime directive is to store data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric van Mourik</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5250</link>
		<dc:creator>Eric van Mourik</dc:creator>
		<pubDate>Sat, 08 Mar 2008 11:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5250</guid>
		<description><![CDATA[I&#039;m implying nothing at all. Im my previous comment I just argued that there can be very good reasons to centralize the functionality as close to the &#039;update on emp&#039; as possible. Do you disagree on that? So, if that &#039;update on emp&#039; occures in a (Oracle) RDBMS (which of course isn&#039;t always the case, but it is in the context of this blog entry) and the database is capable: Why not use is? I&#039;m sure there can be good reasons for not using this capabilities of the database. But I don&#039;t really get them from your posts. Rather than learning that you are &quot;just a bit more open minded&quot;, I would like to hear some convincing argumentation that supports your statements. (As stated before: At first sight I feel some agreement. However, I cannot rationalise that feeling, due to a lack of argumentation.)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m implying nothing at all. Im my previous comment I just argued that there can be very good reasons to centralize the functionality as close to the &#8216;update on emp&#8217; as possible. Do you disagree on that? So, if that &#8216;update on emp&#8217; occures in a (Oracle) RDBMS (which of course isn&#8217;t always the case, but it is in the context of this blog entry) and the database is capable: Why not use is? I&#8217;m sure there can be good reasons for not using this capabilities of the database. But I don&#8217;t really get them from your posts. Rather than learning that you are &#8220;just a bit more open minded&#8221;, I would like to hear some convincing argumentation that supports your statements. (As stated before: At first sight I feel some agreement. However, I cannot rationalise that feeling, due to a lack of argumentation.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5249</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5249</guid>
		<description><![CDATA[&quot;Iâ€™m in no way ruling out the database&quot; ... hey, I&#039;m using it for storing data (almost) all the time ;-)]]></description>
		<content:encoded><![CDATA[<p>&#8220;Iâ€™m in no way ruling out the database&#8221; &#8230; hey, I&#8217;m using it for storing data (almost) all the time <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5248</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5248</guid>
		<description><![CDATA[Well with this &quot;...to centralize the implementation in the one and only part of the chain that is always involved...&quot; are you implying that everybody out there is using an (Oracle) RDBMS and this is the center of the universe, capable of stuff like UTL_HTTP? How&#039;s that for dogmatism .... I&#039;m in no way ruling out the database, I guess I&#039;m just a bit more *open* minded about it.]]></description>
		<content:encoded><![CDATA[<p>Well with this &#8220;&#8230;to centralize the implementation in the one and only part of the chain that is always involved&#8230;&#8221; are you implying that everybody out there is using an (Oracle) RDBMS and this is the center of the universe, capable of stuff like UTL_HTTP? How&#8217;s that for dogmatism &#8230;. I&#8217;m in no way ruling out the database, I guess I&#8217;m just a bit more *open* minded about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric van Mourik</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5247</link>
		<dc:creator>Eric van Mourik</dc:creator>
		<pubDate>Fri, 07 Mar 2008 15:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5247</guid>
		<description><![CDATA[Jan, regarding your last remark: It&#039;s very likely that an &#039;update of the emp&#039; can originate from various applications/processes/operations higher up in the &#039;food chain&#039;. Reusability, maintainability, univocity, agility, etc. can be good considerations to centralize the implementation in the one and only part of the chain that is always involved (no mather where the update originates from). Without advocating that everything should always be centralized in the database, I can only see dogmatic reasons for ruling out the database in advance in such a situation.
Reading your statement that &quot;HTML should not flow out of the database, so Oracle stuff like APEX is the wrong way to go&quot; or &quot;I have some real reservations as to allowing databases to call out to anything&quot; I basically FEEL some agreement at first. However, asking myself &quot;why?&quot;, I cannot find myself any rational argumentation for my &#039;agreement&#039;. Can you?]]></description>
		<content:encoded><![CDATA[<p>Jan, regarding your last remark: It&#8217;s very likely that an &#8216;update of the emp&#8217; can originate from various applications/processes/operations higher up in the &#8216;food chain&#8217;. Reusability, maintainability, univocity, agility, etc. can be good considerations to centralize the implementation in the one and only part of the chain that is always involved (no mather where the update originates from). Without advocating that everything should always be centralized in the database, I can only see dogmatic reasons for ruling out the database in advance in such a situation.<br />
Reading your statement that &#8220;HTML should not flow out of the database, so Oracle stuff like APEX is the wrong way to go&#8221; or &#8220;I have some real reservations as to allowing databases to call out to anything&#8221; I basically FEEL some agreement at first. However, asking myself &#8220;why?&#8221;, I cannot find myself any rational argumentation for my &#8216;agreement&#8217;. Can you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://technology.amis.nl/2008/03/06/the-pro-active-database-advanced-application-development-with-the-oracle-database/#comment-5246</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Fri, 07 Mar 2008 08:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2956#comment-5246</guid>
		<description><![CDATA[Aha - so that is what you meant by that image; HTML should *not* flow out of the database. So do you agree with me that Oracle stuff like APEX is the &quot;wrong&quot; way to go. In my view the database shouldn&#039;t do anything other than store data and do so in a quick and robust way. If we can leverage functionality that allows us safeguard this data and make sure it is subject to the *data* constraints than we should make use of those facilities. Also, when there is good reason - say for instance we have to speed up retrieval and storage of data by combining multiple round trips into one - we should also leverage functionality the database has to offer us. Apart from that, I have some real reservations as to allowing databases to call out to anything. The above chat application is a good example - I mean the &#039;update of the emp&#039; is instigated from somewhere higher up the &#039;food chain&#039;, why not have that operation/application perform the entry in some messaging solution which in turn will result in the chat message?]]></description>
		<content:encoded><![CDATA[<p>Aha &#8211; so that is what you meant by that image; HTML should *not* flow out of the database. So do you agree with me that Oracle stuff like APEX is the &#8220;wrong&#8221; way to go. In my view the database shouldn&#8217;t do anything other than store data and do so in a quick and robust way. If we can leverage functionality that allows us safeguard this data and make sure it is subject to the *data* constraints than we should make use of those facilities. Also, when there is good reason &#8211; say for instance we have to speed up retrieval and storage of data by combining multiple round trips into one &#8211; we should also leverage functionality the database has to offer us. Apart from that, I have some real reservations as to allowing databases to call out to anything. The above chat application is a good example &#8211; I mean the &#8216;update of the emp&#8217; is instigated from somewhere higher up the &#8216;food chain&#8217;, why not have that operation/application perform the entry in some messaging solution which in turn will result in the chat message?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
