<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AMIS Technology blog &#187; Devel. + PL/SQL tools</title>
	<atom:link href="http://technology.amis.nl/blog/category/oracle/devel-plsql-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Masterclass Oracle 11g voor Database Ontwikkelaars &#8211; haal meer uit SQL en PL/SQL in 11g</title>
		<link>http://technology.amis.nl/blog/15154/masterclass-oracle-11g-voor-database-ontwikkelaars-haal-meer-uit-sql-en-plsql-in-11g</link>
		<comments>http://technology.amis.nl/blog/15154/masterclass-oracle-11g-voor-database-ontwikkelaars-haal-meer-uit-sql-en-plsql-in-11g#comments</comments>
		<pubDate>Mon, 23 Jan 2012 12:59:46 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/15154/masterclass-oracle-11g-voor-database-ontwikkelaars-haal-meer-uit-sql-en-plsql-in-11g</guid>
		<description><![CDATA[Aanstaande vrijdag 27 januari verzorgt Oracle ACE Director Alex Nuijten bij AMIS Services in Nieuwegein een Masterclass voor Oracle Database Developers: iedereen die met enige regelmaat SQL en/of PL/SQL toepast in zijn of haar werk. In deze Masterclass leidt Alex de deelnemers rond in Oracle Database 11g Release 1 en 2 met als voornaamste doelstelling [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/15154/masterclass-oracle-11g-voor-database-ontwikkelaars-haal-meer-uit-sql-en-plsql-in-11g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Oracle XMLDB Repository to Automatically Shred Windows Office Documents (Part 1)</title>
		<link>http://technology.amis.nl/blog/14513/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1</link>
		<comments>http://technology.amis.nl/blog/14513/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:10:56 +0000</pubDate>
		<dc:creator>Marco Gralike</dc:creator>
				<category><![CDATA[AMIS]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[IT Architecture]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Unstructured Data]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[anton scheffer]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[Mark Drake]]></category>
		<category><![CDATA[OOXML]]></category>
		<category><![CDATA[openxml]]></category>
		<category><![CDATA[shredding office documents]]></category>
		<category><![CDATA[thomas baby]]></category>
		<category><![CDATA[xdb repository events]]></category>
		<category><![CDATA[xmldb]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513</guid>
		<description><![CDATA[People who have attended the UKOUG presentation this year where Mark Drake, Sr. Product Manager XML Technologies / XMLDB, Oracle HQ, and I demonstrated the first principles of the XDB Repository, might have been impressed with its (GEO/KML Spatial, Image EXIF info) capabilities combined with Google Earth. This post will zoom in on how to [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14513/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Factorial in Oracle SQL &#8211; using both new Recursive Subquery and classic Connect By approach</title>
		<link>http://technology.amis.nl/blog/14427/factorial-in-oracle-sql-using-both-new-recursive-subquery-and-classic-connect-by-approach-2</link>
		<comments>http://technology.amis.nl/blog/14427/factorial-in-oracle-sql-using-both-new-recursive-subquery-and-classic-connect-by-approach-2#comments</comments>
		<pubDate>Tue, 13 Dec 2011 09:33:20 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[connect by]]></category>
		<category><![CDATA[factorial]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[recursive subquery factoring]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14427</guid>
		<description><![CDATA[I regularly teach a masterclass on Oracle SQL. One of the topics I explore in depth is the use of the CONNECT BY query style to perform not just hierarchical queries but also networking or even generic recursive SQL. In Oracle Database 11g, the recursive subquery was formally introduced, the SQL Standard&#8217;s approach to this [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14427/factorial-in-oracle-sql-using-both-new-recursive-subquery-and-classic-connect-by-approach-2/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Absolutely Typical &#8211; The whole story on Types and how they power PL/SQL Interoperability (UKOUG, 2011)</title>
		<link>http://technology.amis.nl/blog/14418/absolutely-typical-the-whole-story-on-types-and-how-they-power-plsql-interoperability-ukoug-2011</link>
		<comments>http://technology.amis.nl/blog/14418/absolutely-typical-the-whole-story-on-types-and-how-they-power-plsql-interoperability-ukoug-2011#comments</comments>
		<pubDate>Mon, 12 Dec 2011 07:35:39 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[multiset]]></category>
		<category><![CDATA[nested table]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[pipelined]]></category>
		<category><![CDATA[plsql]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[table function]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[xmltype]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14418</guid>
		<description><![CDATA[This presentation will hopefully convince database developers that types in the Oracle Database are worth their salt &#8211; and more. With the recent improvements in 11gR2, the pieces are available to complete the puzzle of structured and modern programming with a touch of OO and more importantly to create a decoupled, reusable API that exposes [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14418/absolutely-typical-the-whole-story-on-types-and-how-they-power-plsql-interoperability-ukoug-2011/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Looking back at UKOUG 2011</title>
		<link>http://technology.amis.nl/blog/14430/looking-back-at-ukoug-2011</link>
		<comments>http://technology.amis.nl/blog/14430/looking-back-at-ukoug-2011#comments</comments>
		<pubDate>Sun, 11 Dec 2011 11:52:23 +0000</pubDate>
		<dc:creator>Alex Nuijten</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14430</guid>
		<description><![CDATA[Now that the UKOUG annual conference in Birmingham is over, it&#8217;s time to write my thoughts down. As this was the second time that I attended the UKOUG conference, I already knew that it is a big conference. Lots of great speakers and a very good agenda. On the agenda were very interesting session, sometimes [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14430/looking-back-at-ukoug-2011/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Future of Forms is &#8230;.. Forms (and some friends) (UKOUG, 2011 &#8211; with Grant Ronald)</title>
		<link>http://technology.amis.nl/blog/14416/the-future-of-forms-is-forms-and-some-friends-ukoug-2011-with-grant-ronald</link>
		<comments>http://technology.amis.nl/blog/14416/the-future-of-forms-is-forms-and-some-friends-ukoug-2011-with-grant-ronald#comments</comments>
		<pubDate>Sun, 11 Dec 2011 07:28:24 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[ADF & JHeadstart]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[modernization]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14416</guid>
		<description><![CDATA[Slides for the presentation I did with Grant Ronald during UKOUG 2011, last week in Birmingham. The abstract for this presentation: &#8220;Many organizations run enterprise Oracle  Forms applications created in the 90s. They now wonder about the future  of their application.This session tells how modernization of the  application landscape could take place, [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14416/the-future-of-forms-is-forms-and-some-friends-ukoug-2011-with-grant-ronald/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>APEX: Make a report row clickable</title>
		<link>http://technology.amis.nl/blog/14280/apex-make-a-report-row-clickable</link>
		<comments>http://technology.amis.nl/blog/14280/apex-make-a-report-row-clickable#comments</comments>
		<pubDate>Tue, 29 Nov 2011 10:53:13 +0000</pubDate>
		<dc:creator>Alex Nuijten</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Development Tools]]></category>
		<category><![CDATA[apex]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14280</guid>
		<description><![CDATA[When you create a &#8220;Report with Form&#8221;, there will be an icon in the report which allows you to navigate to  the form page. Only when the user clicks the icon this navigation will take place. For the current project, this was not what they wanted. They wanted to click on the row instead of [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/14280/apex-make-a-report-row-clickable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving connection problems using virtualBox:&#8221;SOA&amp;BPM Development VM&#8221;</title>
		<link>http://technology.amis.nl/blog/13916/solving-connection-problems-using-virtualboxsoabpm-development-vm</link>
		<comments>http://technology.amis.nl/blog/13916/solving-connection-problems-using-virtualboxsoabpm-development-vm#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:57:03 +0000</pubDate>
		<dc:creator>Jaime Conejo Verheijden</dc:creator>
				<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[IT Architecture]]></category>
		<category><![CDATA[Oracle Development Tools]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=13916</guid>
		<description><![CDATA[A few weeks ago I had to work with a virtual box by oracle with a pre installed Database (xe) and weblogic to do some BPM Studio work. After the default installation I expected to just start the Virtual machine, start the weblogic server and enjoying the advantages of having everything installed properly…
Not exactly because [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/13916/solving-connection-problems-using-virtualboxsoabpm-development-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some explorations around Java Stored Procedures in the Oracle Database</title>
		<link>http://technology.amis.nl/blog/13839/some-explorations-around-java-stored-procedures-in-the-oracle-database</link>
		<comments>http://technology.amis.nl/blog/13839/some-explorations-around-java-stored-procedures-in-the-oracle-database#comments</comments>
		<pubDate>Sat, 22 Oct 2011 22:58:52 +0000</pubDate>
		<dc:creator>Lucas Jellema</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java, JEE, OAS and WebLogic Server]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[aurora]]></category>
		<category><![CDATA[initialcontext]]></category>
		<category><![CDATA[java stored procedure]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[loadjava]]></category>
		<category><![CDATA[ojvm]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/13839/some-explorations-around-java-stored-procedures-in-the-oracle-database</guid>
		<description><![CDATA[While working on the challenge to publish a message to a JMS Queue in a remote WebLogic Server from within the Oracle Database &#8211; using a Java Stored Procedure &#8211; I came across a few things that I would like to record for future reference. Note that unfortunately I have not [yet?] succeeded in making [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/13839/some-explorations-around-java-stored-procedures-in-the-oracle-database/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2 dagen seminar door Steven Feuerstein: Best of Oracle PL/SQL (8 en 9 december)</title>
		<link>http://technology.amis.nl/blog/13704/2-dagen-seminar-in-nederland-door-steven-feuerstein-best-of-oracle-plsql-8-en-9-december</link>
		<comments>http://technology.amis.nl/blog/13704/2-dagen-seminar-in-nederland-door-steven-feuerstein-best-of-oracle-plsql-8-en-9-december#comments</comments>
		<pubDate>Thu, 13 Oct 2011 06:00:52 +0000</pubDate>
		<dc:creator>Robbrecht van Amerongen</dc:creator>
				<category><![CDATA[Announce]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Devel. + PL/SQL tools]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[IT Architecture]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Development Tools]]></category>
		<category><![CDATA[Oracle E-Business Suite]]></category>
		<category><![CDATA[SOA & Oracle Fusion Middleware]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Unstructured Data]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[feuerstein]]></category>
		<category><![CDATA[plsql]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[steven]]></category>
		<category><![CDATA[steven feuerstein]]></category>
		<category><![CDATA[toad]]></category>

		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=13704</guid>
		<description><![CDATA[In dit tweedaagse seminar neemt Steven Feuerstein je mee ver voorbij de basismogelijkheden van PL/SQL. Steven zal tijdens dit seminar de best practices behandelen die hij op tientallen plekken in de wereld heeft verzameld en die hij ook mede door zijn nauwe samenwerking met het PL/SQL product team van Oracle kan verifiëren en aanscherpen. Hij [...]]]></description>
		<wfw:commentRss>http://technology.amis.nl/blog/13704/2-dagen-seminar-in-nederland-door-steven-feuerstein-best-of-oracle-plsql-8-en-9-december/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

