<?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>thecrumb.com &#187; Oracle</title>
	<atom:link href="http://thecrumb.com/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>developer &#124; thinker &#124; tinkerer</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:28:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Book Review: Oracle SQL Developer 2.1</title>
		<link>http://thecrumb.com/2010/02/05/book-review-oracle-sql-developer-2-1/</link>
		<comments>http://thecrumb.com/2010/02/05/book-review-oracle-sql-developer-2-1/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:18:28 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=1049</guid>
		<description><![CDATA[I&#8217;ve been using Oracle SQL Developer I think since the very first initial betas.  I could never stand the TOAD interface and the few bugs I encountered with SQL Developer were never bothersome enough to stop using the tool. Over &#8230; <a href="http://thecrumb.com/2010/02/05/book-review-oracle-sql-developer-2-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thecrumb.com/wp-content/uploads/2010/02/oracle_sql_book.png"><img class="aligncenter size-full wp-image-1050" src="http://thecrumb.com/wp-content/uploads/2010/02/oracle_sql_book.png" alt="Oracle SQL Developer 2.1" width="500" height="195" /></a></p>
<p>I&#8217;ve been using <a title="Oracle SQL Developer" href="http://www.oracle.com/technology/products/database/sql_developer/index.html">Oracle SQL Developer</a> I think since the very first initial betas.  I could never stand the TOAD interface and the few bugs I encountered with SQL Developer were never bothersome enough to stop using the tool.</p>
<p>Over the years SQL Developer has matured very nicely and now is very stable and feature rich.</p>
<p>When someone from <a title="Packt Publishing" href="http://www.packtpub.com/">Packt</a> contacted me and let me know there was a book on the way I was very excited.  <a href="http://www.packtpub.com/oracle-sql-developer-2-1/book">Oracle SQL Developer 2.1</a> by Sue Harper covers the latest release for SQL Developer &#8211; 2.1.  This release brought a lot of stability to the project and also introduced the new Data Modeler from Oracle.</p>
<p>I&#8217;ve been skimming through the book for the last week or so.  I honestly thought since I&#8217;ve been using SQL Developer for so long there would be very little new to me in the book but I&#8217;ve been pleasantly surprised and have picked up a lot of small tips that have helped me work smarter and more efficiently with SQL Developer.</p>
<p>The book covers quite a bit:</p>
<ul>
<li>Install, configure, customize, and manage your SQL Developer environment</li>
<li>Includes the latest features to enhance productivity and simplify database development</li>
<li>Covers reporting, testing, and debugging concepts</li>
<li>Meet the new powerful Data Modeling tool – Oracle SQL Developer Data Modeler</li>
<li>Detailed code examples and screenshots for easy learning</li>
</ul>
<p>A few useful tips I&#8217;ve picked up since reading the book have been:</p>
<ul>
<li>The ability to highlight and filter data in the grids.  This is really useful when you are trying to dig through some complicated data looking for very particular information.</li>
<li>Using bind variables in the worksheet.</li>
<li>The code formatter &#8211; cleaning up my mess!</li>
</ul>
<p>What else does the book cover?   There are chapters devoted to PL/SQL, dubugging and tuning, extending SQL Developer, source control integration (using Subversion) and a large chapter on the Data Modeler which I&#8217;m just waiting for a new project to start to begin exploring that particular tool.</p>
<p>If you are just getting started using SQL Developer I&#8217;d highly recommend the book.  It will get you up to speed quickly and seems useful as a quick reference.   If you are an experienced SQL Developer user I still think the added section on the new Data Modeler will be quite useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2010/02/05/book-review-oracle-sql-developer-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle: Credential Retrieval Failed</title>
		<link>http://thecrumb.com/2009/03/26/oracle-credential-retrieval-failed/</link>
		<comments>http://thecrumb.com/2009/03/26/oracle-credential-retrieval-failed/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 15:29:01 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=778</guid>
		<description><![CDATA[Working on some Ant scripts and Oracle today and out of the blue I get this error: ORA-12638 credential retrieval failed Everything was working yesterday!  I restarted Oracle and my workstation &#8211; no luck!  Argh. A quick Google however turned &#8230; <a href="http://thecrumb.com/2009/03/26/oracle-credential-retrieval-failed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Working on some Ant scripts and Oracle today and out of the blue I get this error:</p>
<blockquote><p>ORA-12638 credential retrieval failed</p></blockquote>
<p>Everything was working yesterday!  I restarted Oracle and my workstation &#8211; no luck!  Argh.</p>
<p>A quick Google however turned up a simple solution &#8211; simply modify your sqlnet.ora file. On my machine running Oracle XE this is located:</p>
<blockquote><p>C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN</p></blockquote>
<p>And change one line:</p>
<blockquote><p>Original Entry &#8211; SQLNET.AUTHENTICATION_SERVICES= (<em>NTS</em>)<br />
Modified Entry &#8211; SQLNET.AUTHENTICATION_SERVICES= (<em>NONE</em>)</p></blockquote>
<p>After I changed this I tried it and it worked &#8211; no reboot, restart required!  Reading on the Oracle forums &#8211; apparently the &#8220;NTS&#8221; option tries to use your Windows credentials to authenticate with Oracle.  So unless your Oracle logins match your Windows login &#8211; this may fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/03/26/oracle-credential-retrieval-failed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox: Oracle SQL Developer Data Modeling</title>
		<link>http://thecrumb.com/2008/12/02/developer-toolbox-oracle-sql-developer-data-modeling/</link>
		<comments>http://thecrumb.com/2008/12/02/developer-toolbox-oracle-sql-developer-data-modeling/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 14:47:43 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[erd]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=613</guid>
		<description><![CDATA[I&#8217;ve been a big fan of Oracle&#8217;s SQL Developer for quite awhile.  When I first started using Oracle everyone at work was using TOAD but I just couldn&#8217;t get used to TOAD&#8217;s sometimes overwhelming interface.  Digging around I went looking &#8230; <a href="http://thecrumb.com/2008/12/02/developer-toolbox-oracle-sql-developer-data-modeling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a big fan of <a title="Oracle SQL Developer" href="http://www.oracle.com/technology/products/database/sql_developer/index.html">Oracle&#8217;s SQL Developer</a> for quite awhile.  When I first started using Oracle everyone at work was using TOAD but I just couldn&#8217;t get used to TOAD&#8217;s sometimes overwhelming interface.  Digging around I went looking for a free tool and stumbled across an early version of SQL Developer.  While a bit buggy it did what I needed and has since matured into a very robust tool.  The only thing it was lacking was a good diagram tool when I needed to generate an ERD.</p>
<p>That is now about to change as Oracle has released an <em>Early Adopter</em> <em>Release</em> of <a title="Data Modeling" href="http://www.oracle.com/technology/products/database/sql_developer/files/Modeling.html">SQL Developer Data Modeling</a>.  This is currently a standalone product but Oracle has said at some point it will be integrated with SQL Developer.</p>
<p><span id="more-613"></span></p>
<blockquote><p><span class="bodycopy">Oracle SQL Developer Data Modeling is the latest            product offering to join the Oracle Database Tools. SQL Developer Data            Modeling offers a full spectrum of data and database modeling tools            and utilities, including Entity Relationship modeling, Relational (Database            Design), Data Type and Multidimensional modeling, full forward and reverse            engineering and code generation. It includes importing from and exporting            to a variety of sources and targets, provides a variety of formatting            options and validates the models through a predefined set of Design            Rules. </span></p></blockquote>
<div id="attachment_615" class="wp-caption aligncenter" style="width: 410px"><a href="http://thecrumb.com/wp-content/uploads/2008/12/oracle-designer.gif"><img class="size-full wp-image-615" src="http://thecrumb.com/wp-content/uploads/2008/12/oracle-designer.gif" alt="Oracle SQL Developer Data Modeling" width="400" height="278" /></a><p class="wp-caption-text">Oracle SQL Developer Data Modeling</p></div>
<ul>
<li>Browse, edit, create database models using a Graphical User Interface</li>
<li>Import from a script file or Oracle, IBM mainframe DB2, IBM DB2/UDB, Microsoft SQL Server and ODBC/JDBC database catalogs</li>
<li>Import multidimensional Cube Views metadata and XMLA</li>
<li>Import existing models from other modeling tools like CA ERwin® Data Modeler, Oracle Designer</li>
<li>Printing facilities</li>
<li>Synchronized forward and reverse engineering between Logical and Relational models</li>
<li>Model compare and merge facilities</li>
<li>Extensive formatting options and support for subviews</li>
<li>Run on Linux, Mac OS X and Windows</li>
</ul>
<p>Oracle already has a lot of documentation, tutorials and a FAQ online at the <a title="Data Modeling" href="http://www.oracle.com/technology/products/database/sql_developer/files/Modeling.html">Data Modeling site</a>.  If you are currently using SQL Developer I&#8217;d give it a try &#8211; even as an early release I&#8217;ve had good luck creating basic ERDs so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/12/02/developer-toolbox-oracle-sql-developer-data-modeling/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speaking Of IDEs. JDeveloper Is Cool.</title>
		<link>http://thecrumb.com/2008/01/09/speaking-of-ides-jdeveloper-is-cool/</link>
		<comments>http://thecrumb.com/2008/01/09/speaking-of-ides-jdeveloper-is-cool/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:50:24 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[jdeveloper]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2008/01/09/speaking-of-ides-jdeveloper-is-cool/</guid>
		<description><![CDATA[I am working on a new application at work and having some database issues and wanted to diagram some things out &#8211; I like pictures! :) I dug around on the web looking for an Oracle friendly ERD (entity-relationship diagram) &#8230; <a href="http://thecrumb.com/2008/01/09/speaking-of-ides-jdeveloper-is-cool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am working on a new application at work and having some database issues and wanted to diagram some things out &#8211; I like pictures! :)</p>
<p>I dug around on the web looking for an Oracle friendly ERD (entity-relationship diagram) tool.  There were lots out there but most were in the $300+ range.  The few free ones I found were limited in some way, no printing, no saving, etc.  Finally I stumbled upon a Google Groups post that mentioned that <a href="http://www.oracle.com/technology/products/jdev/index.html">JDeveloper</a> would do this.  I had heard of JDeveloper but for some reason always assumed it was a commercial product.  A quick check on the Oracle site however proved me wrong.  JDeveloper is a free download! (free since 2005!)</p>
<blockquote><p>Oracle JDeveloper is a free integrated development environment with end-to-end support for modeling, developing, debugging, optimizing, and deploying Java applications and Web services.</p></blockquote>
<p>It&#8217;s a huge download, 500MB for the whole package.  Installation was just a matter of unzipping the download.  After watching a brief tutorial I was quickly able to connect to, and reverse engineer my database into a beautiful diagram. It will also generate DDL scripts from a diagram.  I haven&#8217;t dug into it much and probably won&#8217;t use it for more than generating my ERDs but it also appears it will do UML as well which I have been meaning to check out.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2008/01/09/speaking-of-ides-jdeveloper-is-cool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Oracle 10g and SQL Developer</title>
		<link>http://thecrumb.com/2007/02/13/oracle-10g-and-sql-developer/</link>
		<comments>http://thecrumb.com/2007/02/13/oracle-10g-and-sql-developer/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 13:21:47 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/2007/02/13/oracle-10g-and-sql-developer/</guid>
		<description><![CDATA[At work I&#8217;ve been using Oracle&#8217;s SQL Developer lately to do my database work. It has been working great until this week when we started working on migrating to Oracle 10g. I installed the new 10g client on my workstation &#8230; <a href="http://thecrumb.com/2007/02/13/oracle-10g-and-sql-developer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;ve been using Oracle&#8217;s <a href="http://www.oracle.com/technology/products/database/sql_developer/index.html">SQL Developer</a> lately to do my database work.  It has been working great until this week when we started working on migrating to Oracle 10g.  I installed the new 10g client on my workstation and while I could still use SQL Developer to connect to my old 9x schemas &#8211; trying to connect to 10g would result in a horrible crash.</p>
<p>After I dug around I found what seems to be the solution on the <a href="http://forums.oracle.com/forums/forum.jspa?forumID=260">SQL Developer Forum</a>.</p>
<p>Turns out there may be an issue with the JDBC drivers shipping with the latest SQL Developer. The &#8216;fix&#8217; is to copy two .jar files from your 10g client install to the SQL Developer directories.</p>
<p>On my machine I copied these two files from my Oracle installation:</p>
<p><code>C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14.jar<br />
C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms.jar</code></p>
<p>To SQL Developer:</p>
<p><code>C:\Program Files\sqldeveloper\jdbc\lib\ojdbc14.jar<br />
C:\Program Files\sqldeveloper\jdbc\lib\ojdbc14dms.jar</code></p>
<p>Overwriting the existing files.</p>
<p>While this isn&#8217;t an official fix &#8211; it worked for me as well as others on the forum.</p>
<p>FWIW &#8211; SQL Developer can also connect to MSSQL, MySQL and Access and it&#8217;s free!</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2007/02/13/oracle-10g-and-sql-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

