<?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 SQL Developer &#8211; A New GUI For Database Development</title>
	<atom:link href="http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mark</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-376976</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 08 Dec 2010 16:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-376976</guid>
		<description>Does the oracle sql developer display a datetime field in the oracle server&#039;s timezone or in my local os timezone?</description>
		<content:encoded><![CDATA[<p>Does the oracle sql developer display a datetime field in the oracle server&#8217;s timezone or in my local os timezone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-375447</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-375447</guid>
		<description>Yes, tip #8 works
but with proper single quotes (for those who copy and paste from this webpage) and with 24HR clock

ALTER SESSION SET NLS_DATE_FORMAT = &#039;YYYY-MM-DD HH24:MI:SS&#039;;</description>
		<content:encoded><![CDATA[<p>Yes, tip #8 works<br />
but with proper single quotes (for those who copy and paste from this webpage) and with 24HR clock</p>
<p>ALTER SESSION SET NLS_DATE_FORMAT = &#8216;YYYY-MM-DD HH24:MI:SS&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-375249</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Sat, 24 Oct 2009 16:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-375249</guid>
		<description>Thanks for the tip #8 Paul about -
ALTER SESSION SET NLS_DATE_FORMAT = ‘YYYY-MM-DD HH:MI:SS’;

SQL Developer did not display timestamp until I ran this command.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip #8 Paul about -<br />
ALTER SESSION SET NLS_DATE_FORMAT = ‘YYYY-MM-DD HH:MI:SS’;</p>
<p>SQL Developer did not display timestamp until I ran this command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-371747</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-371747</guid>
		<description>Kathy,

I have found that if you terminate every statement with a semi-colon in Developer, then F9 will just execute the statement where the cursor is.

Mike.</description>
		<content:encoded><![CDATA[<p>Kathy,</p>
<p>I have found that if you terminate every statement with a semi-colon in Developer, then F9 will just execute the statement where the cursor is.</p>
<p>Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-370945</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 23 Nov 2008 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-370945</guid>
		<description>Quick note -- if you have specific needs for date/timestamp formatting, you can set them once under preferences/database/NLS parameters.</description>
		<content:encoded><![CDATA[<p>Quick note &#8212; if you have specific needs for date/timestamp formatting, you can set them once under preferences/database/NLS parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Kidd</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-370842</link>
		<dc:creator>Don Kidd</dc:creator>
		<pubDate>Mon, 10 Nov 2008 22:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-370842</guid>
		<description>Kathy,  
You just need so set up an accelerator key for that.  If you go to tools-&gt;preferences and then click on Accelerator, and then you can find the command that you want to run then you can set the Shift-F9 or whatever command you want for that command.
Don</description>
		<content:encoded><![CDATA[<p>Kathy,<br />
You just need so set up an accelerator key for that.  If you go to tools-&gt;preferences and then click on Accelerator, and then you can find the command that you want to run then you can set the Shift-F9 or whatever command you want for that command.<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-370465</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-370465</guid>
		<description>Just switched fromm Toad to Developer and can&#039;t find the equivalent of Shift F9 in Toad, which means execute the command where the cursor is.

Only workaround I&#039;ve found is to select the entire statement and then hit F5. It&#039;s annoying, at best.

Does anyone know if there&#039;s an equivalent to Shift F9?</description>
		<content:encoded><![CDATA[<p>Just switched fromm Toad to Developer and can&#8217;t find the equivalent of Shift F9 in Toad, which means execute the command where the cursor is.</p>
<p>Only workaround I&#8217;ve found is to select the entire statement and then hit F5. It&#8217;s annoying, at best.</p>
<p>Does anyone know if there&#8217;s an equivalent to Shift F9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-369747</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Sun, 10 Aug 2008 01:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-369747</guid>
		<description>I used MySQL and PostgreSQL before and now using Oracle 11g in my office.

I recommend &lt;a href=&quot;http://www.navicat.com&quot; rel=&quot;nofollow&quot;&gt;Navicat GUI&lt;/a&gt;.
Recently, I visited their site and found that Navicat released a new Oracle GUI - Navicat Oracle Lite. It&#039;s free version.

Download URL : &lt;a href=&quot;http://oracle.navicat.com/download.html&quot; rel=&quot;nofollow&quot;&gt;http://oracle.navicat.com&lt;/a&gt;
News : &lt;a href=&quot;http://blogs.navicat.com&quot; rel=&quot;nofollow&quot;&gt;http://blogs.navicat.com&lt;/a&gt;

I think Navicat is quite intuitive and easy to use.</description>
		<content:encoded><![CDATA[<p>I used MySQL and PostgreSQL before and now using Oracle 11g in my office.</p>
<p>I recommend <a href="http://www.navicat.com" rel="nofollow">Navicat GUI</a>.<br />
Recently, I visited their site and found that Navicat released a new Oracle GUI &#8211; Navicat Oracle Lite. It&#8217;s free version.</p>
<p>Download URL : <a href="http://oracle.navicat.com/download.html" rel="nofollow">http://oracle.navicat.com</a><br />
News : <a href="http://blogs.navicat.com" rel="nofollow">http://blogs.navicat.com</a></p>
<p>I think Navicat is quite intuitive and easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MANISH  CHANDERA</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-350009</link>
		<dc:creator>MANISH  CHANDERA</dc:creator>
		<pubDate>Wed, 26 Dec 2007 05:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-350009</guid>
		<description>I dont no about Oracle SQL Developer. So Please Tell me .
How to create a database for Connect. And How to Create Password and User id .
And After how new connection. and 
What write Hostname and SID Or Service Name</description>
		<content:encoded><![CDATA[<p>I dont no about Oracle SQL Developer. So Please Tell me .<br />
How to create a database for Connect. And How to Create Password and User id .<br />
And After how new connection. and<br />
What write Hostname and SID Or Service Name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-219422</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Wed, 20 Jun 2007 19:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-219422</guid>
		<description>On the NLS topic, we are working w/ French chars in the DB and when either of the following are entered - œ Œ and Ÿ - we see a ¿ char via Toad or Sql*Plus 

But when viewed via Oracle SQl Developer the chars display properly.

No changes were made to local NLS parms or Oralce Session NLS parms - Any thoughts?  

Suspecting the JDBC drivers at this point but have no real evidence..</description>
		<content:encoded><![CDATA[<p>On the NLS topic, we are working w/ French chars in the DB and when either of the following are entered &#8211; œ Œ and Ÿ &#8211; we see a ¿ char via Toad or Sql*Plus </p>
<p>But when viewed via Oracle SQl Developer the chars display properly.</p>
<p>No changes were made to local NLS parms or Oralce Session NLS parms &#8211; Any thoughts?  </p>
<p>Suspecting the JDBC drivers at this point but have no real evidence..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

