<?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, 28 Oct 2009 06:44:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Jason</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-213338</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 14 Jun 2007 14:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-213338</guid>
		<description>RE: viewing timestamp:  Instead of having different formats specified in NLS for Date and Date/time, put your preferred format for viewing dates in the &quot;date default&quot; NLS setting, then you won&#039;t have to constantly do Alter Sessions.</description>
		<content:encoded><![CDATA[<p>RE: viewing timestamp:  Instead of having different formats specified in NLS for Date and Date/time, put your preferred format for viewing dates in the &#8220;date default&#8221; NLS setting, then you won&#8217;t have to constantly do Alter Sessions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freakinduck</title>
		<link>http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/comment-page-1/#comment-90093</link>
		<dc:creator>Freakinduck</dc:creator>
		<pubDate>Wed, 28 Feb 2007 21:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2006/04/25/oracle-sql-developer/#comment-90093</guid>
		<description>Unfortunate side effect of that is:

Out core product was mishandling datetime issue from the start (still is).

Since they format dates from strings, strings from dates, etc, they RELY on the NLS_DATE_FORMAT to be very specific.

If I change that, their app get date parsing/format errors.

Every effort to convince them that the CODE should format the date string and parse via same format, they resist due to the &quot;complexity of date-time and timestamp issues&quot;

Yes.  Up until recently, their dates were stored as Varchar2.  Logic doesn&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>Unfortunate side effect of that is:</p>
<p>Out core product was mishandling datetime issue from the start (still is).</p>
<p>Since they format dates from strings, strings from dates, etc, they RELY on the NLS_DATE_FORMAT to be very specific.</p>
<p>If I change that, their app get date parsing/format errors.</p>
<p>Every effort to convince them that the CODE should format the date string and parse via same format, they resist due to the &#8220;complexity of date-time and timestamp issues&#8221;</p>
<p>Yes.  Up until recently, their dates were stored as Varchar2.  Logic doesn&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
