<?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: Oracle Raptor &#8211; Using Snippets (and adding User Defined Snippets) for quicker SQL and PL/SQL coding</title>
	<atom:link href="http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding</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: Patrick</title>
		<link>http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/#comment-2740</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 22 Jan 2006 09:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=968#comment-2740</guid>
		<description><![CDATA[Alex (or anyone else),
Could you give any clues as to how you did that.
I tried, but got a bit stuck - I installed PackageManager, but didn&#039;t get much further]]></description>
		<content:encoded><![CDATA[<p>Alex (or anyone else),<br />
Could you give any clues as to how you did that.<br />
I tried, but got a bit stuck &#8211; I installed PackageManager, but didn&#8217;t get much further</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/#comment-2739</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 09 Jan 2006 16:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=968#comment-2739</guid>
		<description><![CDATA[I&#039;ve packaged Raptor in .app in order not to start the shell everytime]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve packaged Raptor in .app in order not to start the shell everytime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco Landlust</title>
		<link>http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/#comment-2738</link>
		<dc:creator>Jacco Landlust</dc:creator>
		<pubDate>Mon, 02 Jan 2006 21:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=968#comment-2738</guid>
		<description><![CDATA[For all you OS X adepts (and like me, running 10.4), that having trouble to locate a 1.5 JDK  (thanks apple for the fast email service from your developer site :( ), just follow these directions:

1. Install java 1.5, you can find it here: http://www.apple.com/support/downloads/java2se50release3.html
2. Append SetSkipJ2SDKCheck true to /path/to/raptor/jdev/bin/raptor.conf (please mind, no spaces in the path, this is a known bug)
3. Start the raptor file (sh raptor in /path/to/raptor ) Enter /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home as J2SE home and you are set to go.

This early build is not supported on Mac, but it does work like a charm. You might need to switch to java 1.5 with the java preferences tool which can be found in /Applications/Utilities/Java/JS2E 5.0

Credit for this note goes to Thomas Barry, as posted on the otn forum. As Mac adept this seems to be the first serious Oracle database tool (next to sqlplus ;)), next to Aqua data studio (which has not so great pl/sql support).]]></description>
		<content:encoded><![CDATA[<p>For all you OS X adepts (and like me, running 10.4), that having trouble to locate a 1.5 JDK  (thanks apple for the fast email service from your developer site <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ), just follow these directions:</p>
<p>1. Install java 1.5, you can find it here: <a href="http://www.apple.com/support/downloads/java2se50release3.html" rel="nofollow">http://www.apple.com/support/downloads/java2se50release3.html</a><br />
2. Append SetSkipJ2SDKCheck true to /path/to/raptor/jdev/bin/raptor.conf (please mind, no spaces in the path, this is a known bug)<br />
3. Start the raptor file (sh raptor in /path/to/raptor ) Enter /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home as J2SE home and you are set to go.</p>
<p>This early build is not supported on Mac, but it does work like a charm. You might need to switch to java 1.5 with the java preferences tool which can be found in /Applications/Utilities/Java/JS2E 5.0</p>
<p>Credit for this note goes to Thomas Barry, as posted on the otn forum. As Mac adept this seems to be the first serious Oracle database tool (next to sqlplus <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), next to Aqua data studio (which has not so great pl/sql support).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2005/12/30/oracle-raptor-using-snippets-and-adding-user-defined-snippets-for-quicker-sql-and-plsql-coding/#comment-2737</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 30 Dec 2005 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=968#comment-2737</guid>
		<description><![CDATA[If you were woundering where you could download it (Raptor) ---&gt;

http://www.oracle.com/technology/products/database/project_raptor/index.html]]></description>
		<content:encoded><![CDATA[<p>If you were woundering where you could download it (Raptor) &#8212;&gt;</p>
<p><a href="http://www.oracle.com/technology/products/database/project_raptor/index.html" rel="nofollow">http://www.oracle.com/technology/products/database/project_raptor/index.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
