<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-37621059</id><updated>2008-07-03T11:47:33.227-07:00</updated><title type="text">Kris' blog</title><link rel="alternate" type="text/html" href="http://krisrice.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default?start-index=26&amp;max-results=25" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/posts/default" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><geo:lat>37.206505</geo:lat><geo:long>-119.720701</geo:long><link rel="self" href="http://feeds.feedburner.com/KrisBlog" type="application/atom+xml" /><entry><id>tag:blogger.com,1999:blog-37621059.post-3647778906152920599</id><published>2008-05-27T14:44:00.001-07:00</published><updated>2008-05-27T14:44:34.714-07:00</updated><title type="text">Sqldev talk in St. Louis</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/299365923/sqldev-talk-in-st-louis.html" title="Sqldev talk in St. Louis" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=3647778906152920599&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/3647778906152920599/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3647778906152920599" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3647778906152920599" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">In case anyone reads this is in St. Louis there's a user group meeting Friday at Ameren details are here:
http://www.missourioracle.com/

&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=kkrIdH"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=kkrIdH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=epx8iH"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=epx8iH" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/05/sqldev-talk-in-st-louis.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-19266991544909798</id><published>2008-05-23T16:13:00.000-07:00</published><updated>2008-05-23T16:40:27.007-07:00</updated><title type="text">Clob read speeds over jdbc</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/296901414/clob-read-speeds-over-jdbc.html" title="Clob read speeds over jdbc" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=19266991544909798&amp;isPopup=true" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/19266991544909798/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/19266991544909798" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/19266991544909798" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Thought I'd pass on some findings on clob read speed over jdbc.

In sqldeveloper , when you select #clob# from #table# the tool shows the first ~80 chars of the clob. I spent part of the last 2 days timing the fastest way to read clobs from the db. I mostly work on remote databases so I notice when network latency start getting high. In looking at java.sql.Clob there's a few way to get the text. &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=vxh5FH"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=vxh5FH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=yhFzSH"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=yhFzSH" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/05/clob-read-speeds-over-jdbc.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-1472748107755099839</id><published>2008-04-17T12:32:00.001-07:00</published><updated>2008-04-17T12:32:40.544-07:00</updated><title type="text">Who needs to store a password.</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/272387561/who-needs-to-store-password.html" title="Who needs to store a password." /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=1472748107755099839&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/1472748107755099839/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1472748107755099839" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1472748107755099839" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">In sqldeveloper 1.5, if you don't want to have the option of saving the password for a connection try this:
Edit the sqldeveloper/bin/sqldeveloper.conf and add this:
AddVMOption -Dsqldev.savepasswd=false
Adding this will remove the checkbox to have the ability to save the password. I added this a while back and forgot until a recent post on the forums reminded me. A customer needed to for some &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=VhTlBI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=VhTlBI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=61nrVI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=61nrVI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/04/who-needs-to-store-password.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-1832605829213144204</id><published>2008-04-16T10:34:00.000-07:00</published><updated>2008-04-16T11:01:09.193-07:00</updated><title type="text">Sorta off topic</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/271588494/sorta-off-topic.html" title="Sorta off topic" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=1832605829213144204&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/1832605829213144204/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1832605829213144204" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1832605829213144204" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">This is only Oracle in that it's at HQ in the lobby of the 500 building.  I've been loading my pictures to flickr and found this one that I had forgotten about.  


&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=yNv6SI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=yNv6SI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=iLrttI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=iLrttI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/04/sorta-off-topic.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-6681118088599851646</id><published>2008-04-16T08:41:00.000-07:00</published><updated>2008-04-16T08:45:01.175-07:00</updated><title type="text">Which tnsnames?</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/271513084/it-seems-to-come-up-often-that-some.html" title="Which tnsnames?" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=6681118088599851646&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/6681118088599851646/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6681118088599851646" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6681118088599851646" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">It seems to come up often that some people are unsure where the list of connections get picked up from. So, if your not sure which tnsnames file sqldev is using try this:

1) Open any worksheet

Sqldev just needs someplace to process the next command and doesn't actually use the connection for anything.

2) Enter : setloglevel oracle.dbtools.raptor.utils INFO

This sets the java logging level on &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=LOliqI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=LOliqI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=hRznCI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=hRznCI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/04/it-seems-to-come-up-often-that-some.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-4311999964965084949</id><published>2008-01-10T21:54:00.001-08:00</published><updated>2008-01-10T22:02:11.720-08:00</updated><title type="text">not it..</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/214804113/not-it.html" title="not it.." /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=4311999964965084949&amp;isPopup=true" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/4311999964965084949/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4311999964965084949" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4311999964965084949" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I was wondering if I would get out of this since I only blog about once every couple months.
Here goes 8 things.
1. First pay back to Carl for tagging me... My son beat Carl at Burnout ( my son was 6 at the time )
2. Made one of these a couple weeks ago with my son.
3. I've jumped out of planes and helicopters
4. I'm a ham , N1JLX. My first post to the internet shows that.
5. I ride a Honda &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=uswnNI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=uswnNI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=OxTKiI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=OxTKiI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2008/01/not-it.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-3226615981197450180</id><published>2007-12-05T11:20:00.000-08:00</published><updated>2007-12-05T11:21:18.084-08:00</updated><title type="text">One of many ...</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/195673387/one-of-many.html" title="One of many ..." /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=3226615981197450180&amp;isPopup=true" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/3226615981197450180/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3226615981197450180" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3226615981197450180" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">There's lots of little things in the upcoming release of sqldev. Frank's post reminded me of one that I forgot to show at openworld. We have support for the same DVT Gauge component that he mentions in sqldev's next version. However, all you have to do is write a sql statement. It's really simple to use. For example, I took the free space report from Tom Kyte and added guages.

The only you'll &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=wjC48I"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=wjC48I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=dffxFI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=dffxFI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/12/one-of-many.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-1120854842310489345</id><published>2007-10-27T20:45:00.000-07:00</published><updated>2007-10-30T18:47:40.303-07:00</updated><title type="text">Oracle Open World</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/176077776/open-world-is-almost-here.html" title="Oracle Open World" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=1120854842310489345&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/1120854842310489345/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1120854842310489345" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/1120854842310489345" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Open world is almost here.  Here's my connect card.  I'll pretty much be at the booth or between our sessions. Stop by if you want to chat.

&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=TvsBqI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=TvsBqI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=6IbUNI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=6IbUNI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/10/open-world-is-almost-here.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-9183781573548959398</id><published>2007-10-24T16:42:00.000-07:00</published><updated>2007-10-24T22:04:04.736-07:00</updated><title type="text">Subscribe to Public Reports</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/174570972/marks-post-on-forums-got-me-to-do.html" title="Subscribe to Public Reports" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=9183781573548959398&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/9183781573548959398/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/9183781573548959398" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/9183781573548959398" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Mark's post on the forums got me to do something I've been meaning to do for a while.   I updated the reports section of the exchange today so that you can upload a report.xml.   Now when you goto "My Reports"  There's a file upload to load the whole xml file.  This should allow people to post reports with children or whatever is in the xml.  

Also I made this link for getting all public reports&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=aFCQrI"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=aFCQrI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=tDHoII"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=tDHoII" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/10/marks-post-on-forums-got-me-to-do.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-4543546602494234930</id><published>2007-06-08T08:38:00.000-07:00</published><updated>2007-06-08T08:46:04.879-07:00</updated><title type="text">What's up</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/123253807/whats-up.html" title="What's up" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=4543546602494234930&amp;isPopup=true" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/4543546602494234930/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4543546602494234930" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4543546602494234930" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I forgot I added a real simple way to see what DBs are up in sqldev a while back.  If in the worksheet, you run a command, F5 (run script), "pingall" it will do a tnsping of all the connections defined and report back.  From this screenshot you'll notice most of my DBs are down.  My plan was to hook up an indicator in the tree for down database but never got it well tested.


&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=2Giep1F9"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=2Giep1F9" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=VIDuvZ3u"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=VIDuvZ3u" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/06/whats-up.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-6510203252583504843</id><published>2007-06-05T15:06:00.001-07:00</published><updated>2007-06-05T15:38:55.282-07:00</updated><title type="text">More Apex/SQLdev</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/122467422/more-apexsqldev.html" title="More Apex/SQLdev" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=6510203252583504843&amp;isPopup=true" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/6510203252583504843/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6510203252583504843" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6510203252583504843" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Here's a couple more shots of the up coming Apex and SqlDev intergration.

1) Export your app:



2)Import the app:


3)Import Options:
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=Ne4lR5tn"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=Ne4lR5tn" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=CFXCiri9"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=CFXCiri9" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/06/more-apexsqldev.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-3200371355035704803</id><published>2007-05-21T17:29:00.001-07:00</published><updated>2007-05-21T17:29:23.143-07:00</updated><title type="text">SQL Injection scanners</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/118569388/sql-injection-scanners.html" title="SQL Injection scanners" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=3200371355035704803&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/3200371355035704803/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3200371355035704803" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3200371355035704803" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Here's a list of the free sql injection tools over on security-hacks.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=e67LmIun"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=e67LmIun" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=gLy5sahS"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=gLy5sahS" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/05/sql-injection-scanners.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-7989675244103871425</id><published>2007-05-17T10:29:00.000-07:00</published><updated>2007-05-17T10:30:03.181-07:00</updated><title type="text">Releases</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/117494168/releases.html" title="Releases" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=7989675244103871425&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/7989675244103871425/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7989675244103871425" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7989675244103871425" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">In the last week, the team has released 3 times.

1) SQL Developer 1.1.3 was released
2) Jdev 11 Preview was released where sqldev is built in
3) SQL Developer Migrations EA #2 was minutes ago posted.  If your running 1.1.3, you'll see the update balloon soon.


However, I looked up some stats on usage and the majority of people are using 1.0.0 which was release March 2006.  Here's the release &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=RjLboDIc"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=RjLboDIc" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=xkP6dB9z"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=xkP6dB9z" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/05/releases.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-4229120908471802635</id><published>2007-05-15T16:02:00.001-07:00</published><updated>2007-05-15T16:02:18.820-07:00</updated><title type="text">Process a zip file</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/116987236/process-zip-file.html" title="Process a zip file" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=4229120908471802635&amp;isPopup=true" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/4229120908471802635/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4229120908471802635" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/4229120908471802635" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Some one on the forum asked for an example of how to bulk upload files.  Here is an example I used a couple years ago of processing a zip file and uploading the individual files into a table.  Then we made an application to manage the file and followed "Create a Procedure to Download Documents"  to download.

Here's the sql for the table and sequence:

create table docs(doc_id number,blob_content&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=RpLRKtEN"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=RpLRKtEN" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=Vu2VVioF"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=Vu2VVioF" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/05/process-zip-file.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-8160647376369285352</id><published>2007-05-10T10:23:00.001-07:00</published><updated>2007-05-10T10:23:17.708-07:00</updated><title type="text">New patch with APEX features</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/115670790/new-patch-with-apex-features.html" title="New patch with APEX features" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=8160647376369285352&amp;isPopup=true" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/8160647376369285352/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8160647376369285352" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8160647376369285352" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I just pushed sqldeveloper 1.1.3.  There's about 200 bug fixes in this build some more visible ones are here.  There are a couple new things like a couple more sqlplus command supported , print , accept.  The other thing that you will notice is new reports.


Mike Hichwa added some reports for Application Express.  So now you can easily see the applications you have access to and some details &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=ZvcHNJ3q"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=ZvcHNJ3q" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=kePZBjIF"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=kePZBjIF" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/05/new-patch-with-apex-features.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-6950141055438946456</id><published>2007-05-03T08:46:00.000-07:00</published><updated>2007-05-03T08:52:26.415-07:00</updated><title type="text">csv with sqldeveloper</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/113910227/csv-with-sqldeveloper.html" title="csv with sqldeveloper" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=6950141055438946456&amp;isPopup=true" title="6 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/6950141055438946456/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6950141055438946456" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/6950141055438946456" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">Laurent shows how to format a select * into csv.


Give this a try in sqldeveloper, simply add a comment in the select and it's csv. See this:

&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=qA36L3Tk"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=qA36L3Tk" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=3YvqEpLW"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=3YvqEpLW" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/05/csv-with-sqldeveloper.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-7578728824077491123</id><published>2007-04-16T16:27:00.000-07:00</published><updated>2007-04-16T16:33:38.176-07:00</updated><title type="text">Interactive Reports part 3</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/109612799/interactive-reports-part-3.html" title="Interactive Reports part 3" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=7578728824077491123&amp;isPopup=true" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/7578728824077491123/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7578728824077491123" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7578728824077491123" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">The next step to having all these great reports in xml files would be to organize them.  This one is the simplest by far.  The name of the folder is split on the / and sub folders are made.  This is very handy when a report gets into 100s of lines of xml since the reports can now be stored in multiple files but foldered together in the tool. Like in sqldev the "Data Dictionary Reports -&amp;gt; Database&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=tYyMRBsr"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=tYyMRBsr" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=MOLMSGF3"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=MOLMSGF3" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/04/interactive-reports-part-3.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-2015603813791401187</id><published>2007-04-11T16:07:00.000-07:00</published><updated>2007-04-11T16:10:35.541-07:00</updated><title type="text">Interactive Reports part 2</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/108385898/interactive-reports-part-2.html" title="Interactive Reports part 2" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=2015603813791401187&amp;isPopup=true" title="4 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/2015603813791401187/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2015603813791401187" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2015603813791401187" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">In this post, I'll show how to add a context menu to a report.  The same thing can be done to a tab which has been added which is described in Question #1 here.

For more on the &lt;display&amp;gt; tag see this post.  For more on the &lt;item&amp;gt; tag see this post.

Here's an xml file of the 2 combined.  The things to look at are that the &lt;item&amp;gt; is inside the &lt;display&amp;gt; .  Then look at the bind variables :&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=Awqfcb0d"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=Awqfcb0d" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=Bcecs6Rl"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=Bcecs6Rl" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/04/interactive-reports-part-2.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-3015267935841359163</id><published>2007-04-09T17:07:00.001-07:00</published><updated>2007-04-09T17:07:28.965-07:00</updated><title type="text">Extending the Navigator with children</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/107840343/extending-navigator-with-children.html" title="Extending the Navigator with children" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=3015267935841359163&amp;isPopup=true" title="6 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/3015267935841359163/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3015267935841359163" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3015267935841359163" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I started to answer this question with a reply to the comment but thought I'd just put a post together since this is should make it easier to find.

Question #3: Do you have the xsd file ?
There is an XSD for the navigator in sqldev 1.1 and it's located here.  In the xsd you'll notice there's quite a bit that I didn't mention before.

Question #2: How to add multi-level folder like "Storage" &amp;gt; "&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=BqCQ2QB0"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=BqCQ2QB0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=mceRBqC4"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=mceRBqC4" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/04/extending-navigator-with-children.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-3809696926714297679</id><published>2007-03-30T16:40:00.001-07:00</published><updated>2007-03-30T16:40:51.757-07:00</updated><title type="text">Interactive Reports part 1</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/105487203/interactive-reports-part-1.html" title="Interactive Reports part 1" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=3809696926714297679&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/3809696926714297679/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3809696926714297679" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/3809696926714297679" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">The reports in sqldev 1.1 change a lot.  Among the changes are different types of reports, master details , context menus and drill downs.  Alot of these features can be created/changed by the Create Report dialog but a number of them can not.  I'll try and explain how to do things not in the dialog in the next few blogs working up to a interactive report which will show how to add these to your &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=ncUCTQWX"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=ncUCTQWX" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=w7gDgzAV"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=w7gDgzAV" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/03/interactive-reports-part-1.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-8244709402472383277</id><published>2007-03-29T11:19:00.000-07:00</published><updated>2007-03-29T11:40:53.393-07:00</updated><title type="text">Targeted Job Ads?</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/105209404/targeted-job-ads.html" title="Targeted Job Ads?" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=8244709402472383277&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/8244709402472383277/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8244709402472383277" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8244709402472383277" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">While checking my gmail, I noticed this sponsored link.  Targeted job ads based on history seems like a very easy use of the massive data google compiles.

&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=LecrjjrY"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=LecrjjrY" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=lSAozHq2"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=lSAozHq2" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/03/targeted-job-ads.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-8493170451015444418</id><published>2007-03-02T15:26:00.001-08:00</published><updated>2007-03-02T15:26:09.158-08:00</updated><title type="text">Add the ability to make a connection read only</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/98637605/add-ability-to-make-connection-read.html" title="Add the ability to make a connection read only" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=8493170451015444418&amp;isPopup=true" title="1 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/8493170451015444418/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8493170451015444418" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/8493170451015444418" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">To show how simple it is to add functionality to the context menus in sqldeveloper without writing any java like I posted before about.  I'll take a case which was on the forums today about how to make a connection read only.  As most people probably know there's a set transaction read only; command which can be issued which prevents the session from issuing updates.  To make it easy to toggle &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=5IwUI7L1"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=5IwUI7L1" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=lrWztXJ0"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=lrWztXJ0" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/03/add-ability-to-make-connection-read.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-2844702767420204752</id><published>2007-02-22T22:00:00.000-08:00</published><updated>2007-02-22T22:03:17.117-08:00</updated><title type="text">Better APEX urls</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/94619562/better-apex-urls.html" title="Better APEX urls" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=2844702767420204752&amp;isPopup=true" title="2 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/2844702767420204752/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2844702767420204752" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2844702767420204752" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I was cleaning up a webserver and found this code I wrote a few years ago to help make HTMLDB now Application Express entry points nicer.   Hopefully everyone knows Application Express and uses it everyday, if not you should go sign up and kick the tires at apex.oracle.com.  Prior to working on SQL Developer, I did some work in Application Express and built some internal systems with Carl and &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=9HwTgdIR"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=9HwTgdIR" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=3wFveW2H"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=3wFveW2H" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/02/better-apex-urls.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-7513139783741474592</id><published>2007-02-22T21:00:00.000-08:00</published><updated>2007-04-10T07:55:51.940-07:00</updated><title type="text">Sql Worksheet Tips</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/108003456/sql-worksheet-tips.html" title="Sql Worksheet Tips" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=7513139783741474592&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/7513139783741474592/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7513139783741474592" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/7513139783741474592" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">in a sql worksheet try some of these:
ctrl-shift-0..9This will pop the 0-9th sql form the history and replace the current sql worksheet contents.

The rest need to be run as if they are scripts ( F5 ):

Want to change the tab in the worksheet while a script runs to see an easy status.
   set worksheetname hello
Working on APEX or mod_plsql routines?
   set owacgienv on
   set getpage on
   begin
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=vb5TyTkt"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=vb5TyTkt" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=gfiAstD7"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=gfiAstD7" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/02/sql-worksheet-tips.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-37621059.post-2450320911501582832</id><published>2007-02-19T15:14:00.000-08:00</published><updated>2007-02-19T15:28:34.223-08:00</updated><title type="text">Learn something new everyday</title><link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/KrisBlog/~3/93077187/learn-something-new-everyday.html" title="Learn something new everyday" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=37621059&amp;postID=2450320911501582832&amp;isPopup=true" title="0 Comments" /><link rel="replies" type="application/atom+xml" href="http://krisrice.blogspot.com/feeds/2450320911501582832/comments/default" title="Post Comments" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2450320911501582832" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37621059/posts/default/2450320911501582832" /><author><name>Kris Rice</name><uri>http://www.blogger.com/profile/01592459412450086148</uri><email>noreply@blogger.com</email></author><content type="html">I was testing various things in sql developer and you'd think I'd know what's in there but not so.  As most people know sql developer uses swing for the UI.  Swing components allow you to render the content as html.  This is really easy for example a JLabel.setLabel('&lt;html&amp;gt;&lt;b&amp;gt;hi') will bold the text hi.  The limitation is it's html 3.2 in java 1.5.

So I tried this:


select '&lt;html&amp;gt;&lt;b&amp;gt;'||dummy &lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=b89fcAmt"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=b89fcAmt" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/KrisBlog?a=KIMO2oA2"&gt;&lt;img src="http://feeds.feedburner.com/~f/KrisBlog?i=KIMO2oA2" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</content><feedburner:origLink>http://krisrice.blogspot.com/2007/02/learn-something-new-everyday.html</feedburner:origLink></entry></feed>
