<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ThatJeffSmith</title>
	
	<link>http://www.thatjeffsmith.com</link>
	<description />
	<lastBuildDate>Tue, 18 Jun 2013 14:55:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ThatJeffSmith" /><feedburner:info uri="thatjeffsmith" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ThatJeffSmith</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>SQL Developer: I’m Looking at a Record, How Do I Edit It?</title>
		<link>http://feedproxy.google.com/~r/ThatJeffSmith/~3/0LBZpncMLI4/</link>
		<comments>http://www.thatjeffsmith.com/archive/2013/06/sql-developer-im-looking-at-a-record-how-do-i-edit-it/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 14:55:09 +0000</pubDate>
		<dc:creator>thatjeffsmith</dc:creator>
				<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[sqldev]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://www.thatjeffsmith.com/?p=3902</guid>
		<description><![CDATA[You&#8217;re doing some data clean-up, or maybe you&#8217;re just trying to answer a business question for a user, and you notice the data doesn&#8217;t look quite right. You want to click in that &#8216;(null)&#8217; cell and tell the world that Tyler and Perry composed that song! But, we&#8217;re in a query result set, and not [...]]]></description>
				<content:encoded><![CDATA[<p>You&#8217;re doing some data clean-up, or maybe you&#8217;re just trying to answer a business question for a user, and you notice the data doesn&#8217;t look quite right.</p>
<div id="attachment_3903" class="wp-caption aligncenter" style="width: 761px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results1.png" rel="prettyPhoto[3902]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results1.png" alt="Name that tune..." width="751" height="446" class="size-full wp-image-3903" /></a><p class="wp-caption-text">Name that tune&#8230;</p></div>
<p>You want to click in that &#8216;(null)&#8217; cell and tell the world that Tyler and Perry composed that song! But, we&#8217;re in a query result set, and not a table editor. I&#8217;m the ultimate lazy-dev, so what&#8217;s the easiest way to get what I want?</p>
<h3>Throw In a Little Copy &#038; Paste with some Mouse Magic</h3>
<div id="attachment_3904" class="wp-caption aligncenter" style="width: 452px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results2.png" rel="prettyPhoto[3902]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results2.png" alt="Copy the WHERE and ctrl+hover into the table" width="442" height="161" class="size-full wp-image-3904" /></a><p class="wp-caption-text">Copy the WHERE and ctrl+hover into the table</p></div>
<ol>
<li>Copy your WHERE clause, minus the actual word &#8216;WHERE&#8217;</li>
<li><a href="/archive/2012/11/sql-developer-describe-versus-ctrlclick-to-open-database-objects/" target="_blank">Ctrl+Mouse hover</a> over the table or view name in the FROM</li>
<p></oL</p>
<p>This should get you here:</p>
<div id="attachment_3905" class="wp-caption aligncenter" style="width: 1136px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results3.png" rel="prettyPhoto[3902]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results3.png" alt="Every Table and View Editor Has a Filter Control" width="1126" height="362" class="size-full wp-image-3905" /></a><p class="wp-caption-text">Every Table and View Editor Has a Filter Control</p></div>
<p>Now paste in your text from where you copied it in the worksheet and hit <ENTER></p>
<div id="attachment_3906" class="wp-caption aligncenter" style="width: 830px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results4.png" rel="prettyPhoto[3902]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/query_results4.png" alt="Edit away!" width="820" height="228" class="size-full wp-image-3906" /></a><p class="wp-caption-text">Edit away!</p></div>
<h3>But Why Can&#8217;t I Just Edit the Data in The Worksheet?</h3>
<p>Suffice to say there are philosophical and technical challenges at play here. We&#8217;ve decided to leave the worksheet as a place where you go query and run scripts. Interactive (read+write) grids are not on the road map currently. Obviously many of you feel differently as it&#8217;s the #1 request on the <a href="https://apex.oracle.com/pls/apex/f?p=43135:1" target="_blank">Exchange</a>.</p>
<p>But instead of just &#8216;being stuck&#8217; I hope you find this alternative workflow better than just writing your UPDATEs and DELETEs on your own.</p>
<p><em>No, you can&#8217;t always get what you want<br />
No, you can&#8217;t always get what you want<br />
No, you can&#8217;t always get what you want<br />
But if you try sometime, you just might find<br />
You get what you need</em> &#8212; Mick Jagger/Keith Richards</p>
<img src="http://feeds.feedburner.com/~r/ThatJeffSmith/~4/0LBZpncMLI4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thatjeffsmith.com/archive/2013/06/sql-developer-im-looking-at-a-record-how-do-i-edit-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thatjeffsmith.com/archive/2013/06/sql-developer-im-looking-at-a-record-how-do-i-edit-it/</feedburner:origLink></item>
		<item>
		<title>Querying Your Oracle SQL Developer Data Modeler Designs</title>
		<link>http://feedproxy.google.com/~r/ThatJeffSmith/~3/1lSeerxkd4E/</link>
		<comments>http://www.thatjeffsmith.com/archive/2013/06/querying-your-oracle-sql-developer-data-modeler-designs/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 19:39:26 +0000</pubDate>
		<dc:creator>thatjeffsmith</dc:creator>
				<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[data modeling]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[respository]]></category>
		<category><![CDATA[sqldev]]></category>

		<guid isPermaLink="false">http://www.thatjeffsmith.com/?p=3896</guid>
		<description><![CDATA[Oracle SQL Developer Data Modeler has a multi-user repository that makes it very easy to control and version changes to your data models and designs. However, it&#8217;s stored in a Subversion (think files) repository. Many of our users are accustomed to having EVERYTHING stored in the database. And when something is in a database, then [...]]]></description>
				<content:encoded><![CDATA[<p>Oracle SQL Developer Data Modeler has a multi-user repository that makes it very easy to control and version changes to your data models and designs. However, it&#8217;s stored in a Subversion (think <em>files</em>) repository. Many of our users are accustomed to having EVERYTHING stored in the database.</p>
<p>And when something is in a database, then it can be accessed via SQL.</p>
<p>So how can I leverage all the data in my designs without having to use the client tool? What I really want to do is use SQL. And the answer is:</p>
<h3>The SQL Developer Data Modeler Reporting Schema</h3>
<p>When you have your model, you&#8217;re able to save it to your database. Everything but the Physical Model information will be stored in a reporting schema. <em>Yes, we&#8217;re going to be adding support for the Physical Model information at a later date.</em></p>
<p>So:</p>
<ol>
<li>Create design</li>
<li>Build model</li>
<li>Save model</li>
<li>Export Model to Reporting Schema</li>
</ol>
<div id="attachment_3897" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema2.png" rel="prettyPhoto[3896]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema2.png" alt="I&#039;m doing this from inside SQL Developer but it&#039;s also there in the standalone Modeler application" width="580" height="537" class="size-full wp-image-3897" /></a><p class="wp-caption-text">I&#8217;m doing this from inside SQL Developer but it&#8217;s also there in the standalone Modeler application</p></div>
<p><strong>But wait, I don&#8217;t have a reporting schema yet!</strong><br />
No worries, after you select the connection for your reporting schema, SQL Developer will build the repository for you automatically. I recommend you create a separate user JUST for the reporting schema.<br />
<div id="attachment_3899" class="wp-caption aligncenter" style="width: 451px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema3.png" rel="prettyPhoto[3896]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema3.png" alt="Select your connection (database/user) and go!" width="441" height="529" class="size-full wp-image-3899" /></a><p class="wp-caption-text">Select your connection (database/user) and go!</p></div>
<div id="attachment_3898" class="wp-caption aligncenter" style="width: 439px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema1.png" rel="prettyPhoto[3896]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema1.png" alt="Voila, reporting schema created!" width="429" height="188" class="size-full wp-image-3898" /></a><p class="wp-caption-text">Voila, reporting schema created!</p></div>
<h3>Before You Write Any SQL, Check Out the Reports First</h3>
<p>We supply a few simple reports for you. You can check out the &#8216;Data Modeler&#8217; Reports node and try running a few of them.<br />
<div id="attachment_3900" class="wp-caption aligncenter" style="width: 960px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema4.png" rel="prettyPhoto[3896]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema4.png" alt="Supplied Relational Model Reports" width="950" height="621" class="size-full wp-image-3900" /></a><p class="wp-caption-text">Supplied Relational Model Reports</p></div>
<p>Now if you want to get an idea of what the data looks like in this new reporting schema, you could of course import from the data dictionary to yet ANOTHER model, or you could get lazy like me and just browse the schema. The table and column names are pretty self-descriptive. And if you get even lazier you can copy the supplied reports down to the user reports, and then use the editor to grab the SQL&#8230;</p>
<pre class="brush: sql; title: ; notranslate">
select t.table_name &quot;Table_Name&quot;,
       m.model_name &quot;Model&quot;,
       d.design_name &quot;Design&quot;,
       d.published_by &quot;Published_By&quot;,
       to_char(d.date_published, 'YYYY-MM-DD HH24:MI:SS') &quot;Date_Published&quot;,
       t.ovid &quot;Table_Ovid&quot;
  from dmrs_tables t, dmrs_models m, dmrs_designs d,
       (select design_name, published_by, max(date_published) latest
          from dmrs_designs
         where (:Design is null or upper(design_name) like upper(:Design))
           and (:Published_By is null or upper(published_by) like upper(:Published_By))
        group by design_name, published_by) z
 where t.model_ovid = m.model_ovid
   and m.design_ovid = d.design_ovid
   and d.design_name = z.design_name
   and d.published_by = z.published_by
   and (:Table_Name is null or upper(t.table_name) like upper(:Table_Name))
   and (:Model is null or upper(m.model_name) like upper(:Model))
   and (:Design is null or upper(d.design_name) like upper(:Design))
   and (:Published_By is null or upper(d.published_by) like upper(:Published_By))
   and ((:Date_Published is not null and to_char(d.date_published,'YYYY-MM-DD HH24:MI:SS') like <img src='http://www.thatjeffsmith.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ate_Published)
       or (:Date_Published is null and 'TRUE' like upper(:Most_Recent_Design) and d.date_published = z.latest)
       or (:Date_Published is null and 'FALSE' like upper(:Most_Recent_Design)))
 order by &quot;Design&quot;,&quot;Date_Published&quot; desc,&quot;Model&quot;,&quot;Table_Name&quot;
</pre>
<h3>Or You Can Write Your Own SQL, Of Course</h3>
<p>Or you can run reports out of the Data Modeler directly from the Reporting Schema instead from out of the designs. This means anyone could run those reports that had access to the reporting schema vs having the actual designs loaded on their machines.</p>
<div id="attachment_3901" class="wp-caption aligncenter" style="width: 1034px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema5.png" rel="prettyPhoto[3896]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/reporting_schema5.png" alt="Run your data modeler reports from the reporting schema vs the loaded designs" width="1024" height="773" class="size-full wp-image-3901" /></a><p class="wp-caption-text">Run your data modeler reports from the reporting schema vs the loaded designs</p></div>
<h3>This is a &#8216;Read Only&#8217; Type of Repository</h3>
<p>Meaning, I can&#8217;t use DML to update my models. That still happens via SQL Developer Data Modeler.</p>
<p>Any questions?</p>
<img src="http://feeds.feedburner.com/~r/ThatJeffSmith/~4/1lSeerxkd4E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thatjeffsmith.com/archive/2013/06/querying-your-oracle-sql-developer-data-modeler-designs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.thatjeffsmith.com/archive/2013/06/querying-your-oracle-sql-developer-data-modeler-designs/</feedburner:origLink></item>
		<item>
		<title>A Sneak Peek: Oracle SQL Developer Version 4.0</title>
		<link>http://feedproxy.google.com/~r/ThatJeffSmith/~3/xDvXrrD612M/</link>
		<comments>http://www.thatjeffsmith.com/archive/2013/06/a-sneak-peek-oracle-sql-developer-version-4-0/#comments</comments>
		<pubDate>Tue, 04 Jun 2013 16:13:52 +0000</pubDate>
		<dc:creator>thatjeffsmith</dc:creator>
				<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[kscope13]]></category>
		<category><![CDATA[ODTUG]]></category>
		<category><![CDATA[sqldev]]></category>

		<guid isPermaLink="false">http://www.thatjeffsmith.com/?p=3893</guid>
		<description><![CDATA[In a few weeks I&#8217;ll be speaking at the Database Symposium at the ODTUG KScope13 conference. My topic, &#8216;SQL Developer v4.0&#8242; will be one of the first times I spend an entire hour showing off our new features in the upcoming release. While not yet publicly available, and while I can&#8217;t comment on when that [...]]]></description>
				<content:encoded><![CDATA[<p>In a few weeks I&#8217;ll be speaking at the <a href="http://kscope13.com/content/symposiums#TheDB" target="_blank">Database Symposium at the ODTUG KScope13 conference</a>. My topic, &#8216;SQL Developer v4.0&#8242; will be one of the first times I spend an entire hour showing off our new features in the upcoming release.</p>
<p>While not yet publicly available, and while I can&#8217;t comment on when that will change, I can say we&#8217;re getting closer <img src='http://www.thatjeffsmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I thought I would reward my loyal readers with a quick &#8216;sneak-peek&#8217; here first. I don&#8217;t say &#8216;thanks!&#8217; enough, but thank you so much for all of the comments and feedback you folks share here. It really does help us make a better product for all of our users.</p>
<p>So I&#8217;ll let the picture do the talking here. And if you&#8217;ve been paying close attention to post pictures from the past few months, you may have noticed <em>other</em> changes coming down the pipeline!</p>
<div id="attachment_3894" class="wp-caption aligncenter" style="width: 814px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/new_stuff1-1.png" rel="prettyPhoto[3893]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/06/new_stuff1-1.png" alt="A few minor tweaks that could save you a lot of time..." width="804" height="416" class="size-full wp-image-3894" /></a><p class="wp-caption-text">A few minor tweaks that could save you a lot of time&#8230;</p></div>
<img src="http://feeds.feedburner.com/~r/ThatJeffSmith/~4/xDvXrrD612M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thatjeffsmith.com/archive/2013/06/a-sneak-peek-oracle-sql-developer-version-4-0/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.thatjeffsmith.com/archive/2013/06/a-sneak-peek-oracle-sql-developer-version-4-0/</feedburner:origLink></item>
		<item>
		<title>Monitoring Scripts as They Execute in Oracle SQL Developer</title>
		<link>http://feedproxy.google.com/~r/ThatJeffSmith/~3/oSn9_4mi3ok/</link>
		<comments>http://www.thatjeffsmith.com/archive/2013/05/monitoring-scripts-as-they-execute-in-oracle-sql-developer/#comments</comments>
		<pubDate>Wed, 29 May 2013 18:15:49 +0000</pubDate>
		<dc:creator>thatjeffsmith</dc:creator>
				<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sqldev]]></category>
		<category><![CDATA[task progress]]></category>
		<category><![CDATA[worksheet]]></category>

		<guid isPermaLink="false">http://www.thatjeffsmith.com/?p=3887</guid>
		<description><![CDATA[Interesting question from the forums: I&#8217;m doing multiple Inserts on a table using a script file (.sql) in SQL Developer. Since it has a lot of statements, I would like to check the progress of it somewhere in the application window. But I don&#8217;t see any progress of lines being displayed anywhere. The focus simply [...]]]></description>
				<content:encoded><![CDATA[<p>Interesting question from the forums:</p>
<blockquote><p>I&#8217;m doing multiple Inserts on a table using a script file (.sql) in SQL Developer.<br />
Since it has a lot of statements, I would like to check the progress of it somewhere in the application window. But I don&#8217;t see any progress of lines being displayed anywhere. The focus simply stays on in the first line. </p>
<p>It would be helpful if the script execution either points to the current DML line, or at least displays the &#8216;progress&#8217; info e.g line 234 of 1000, in the status bar. I have no way of knowing which statement is being Inserted at a given point of time.. and it is very annoying as I&#8217;m not able to estimate when the script will complete.</p>
<p>Appreciate your response!</p></blockquote>
<p>So when asking a question regarding software, it&#8217;s always important to mention what version of the software you&#8217;re using. Our user is indicating they&#8217;re not seeing the script progress as it executes &#8211; that should be working in the current version of SQL Developer. Let&#8217;s take a look and see!</p>
<p>Here&#8217;s a couple of animated GIFs demonstrating what you should see when executing a script, from a file or an unsaved worksheet.</p>
<p><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_statement1.gif" rel="prettyPhoto[3887]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_statement1.gif" alt="current_statement1" width="770" height="559" class="aligncenter size-full wp-image-3888" /></a></p>
<h3>But I want to see what&#8217;s going on from a different window!</h3>
<p>Then make sure you open the Task Manager.</p>
<div id="attachment_3889" class="wp-caption aligncenter" style="width: 841px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_statement2.gif" rel="prettyPhoto[3887]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_statement2.gif" alt="The Task Progress panel will display the current line being executed." width="831" height="634" class="size-full wp-image-3889" /></a><p class="wp-caption-text">The Task Progress panel will display the current line being executed.</p></div>
<h3>Ok, but what line am I on?!?</h3>
<p>Look down a bit further in the editor gutter.</p>
<div id="attachment_3890" class="wp-caption aligncenter" style="width: 509px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_executing_line1.png" rel="prettyPhoto[3887]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/current_executing_line1.png" alt="Here&#039;s you&#039;ll get a very close estimate to what line # your script is on." width="499" height="398" class="size-full wp-image-3890" /></a><p class="wp-caption-text">Here&#8217;s you&#8217;ll get a very close estimate to what line # your script is on.</p></div>
<p>I say &#8216;very close&#8217; because generally we can update the panel with the line number faster than we can advance the buffer and highlight a line as it executes&#8230;in this screenshot it&#8217;s off by about a half-dozen lines, but not bad for being about 12,000 statements overall.</p>
<p>Of course you could always use the Tools > Monitor Session screen to see what the current statement is, or do a query on your table that is having the INSERTs ran for to see what the row counts are&#8230;there&#8217;s always more than one way to do something, especially when it comes to Oracle.</p>
<img src="http://feeds.feedburner.com/~r/ThatJeffSmith/~4/oSn9_4mi3ok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thatjeffsmith.com/archive/2013/05/monitoring-scripts-as-they-execute-in-oracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.thatjeffsmith.com/archive/2013/05/monitoring-scripts-as-they-execute-in-oracle-sql-developer/</feedburner:origLink></item>
		<item>
		<title>How to See Two Tables at the Same Time in Oracle SQL Developer</title>
		<link>http://feedproxy.google.com/~r/ThatJeffSmith/~3/PMCWl6Rga7o/</link>
		<comments>http://www.thatjeffsmith.com/archive/2013/05/how-to-see-two-tables-at-the-same-time-in-oracle-sql-developer/#comments</comments>
		<pubDate>Mon, 20 May 2013 13:22:29 +0000</pubDate>
		<dc:creator>thatjeffsmith</dc:creator>
				<category><![CDATA[SQL Developer]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[pin]]></category>
		<category><![CDATA[sqldev]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.thatjeffsmith.com/?p=3880</guid>
		<description><![CDATA[Another post from the FAQ files: HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY I&#8217;m guessing the user is in a hurry, hence the shouting and lack of punctuation. But that&#8217;s OK, I think we&#8217;ve all been there. There&#8217;s a couple of different ways to get this end result: Use the Pins Change the [...]]]></description>
				<content:encoded><![CDATA[<p>Another post from the FAQ files:</p>
<blockquote><p>
HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY
</p></blockquote>
<p>I&#8217;m guessing the user is in a hurry, hence the shouting and lack of punctuation. But that&#8217;s OK, I think we&#8217;ve all been there.</p>
<p>There&#8217;s a couple of different ways to get this end result:</p>
<ol>
<li>Use the Pins</li>
<li>Change the Preferences</li>
</ol>
<h3>Pinning Objects</h3>
<p>At the top of every editor in SQL Developer, you&#8217;ll see a push pin button in the toolbar. Toggle that push pin to &#8216;Freeze Content.&#8217; It doesn&#8217;t &#8216;freeze&#8217; your table in the database, but it does force the table editor to persist even as you open another table editor.</p>
<div id="attachment_3881" class="wp-caption aligncenter" style="width: 383px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin1.png" rel="prettyPhoto[3880]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin1.png" alt="The pin is pushed - the editor is now &#039;frozen&#039;" width="373" height="297" class="size-full wp-image-3881" /></a><p class="wp-caption-text">The pin is pushed &#8211; the editor is now &#8216;frozen&#8217;</p></div>
<p>Now if I open another table, the pinned table editor will remain.</p>
<div id="attachment_3882" class="wp-caption aligncenter" style="width: 697px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin2.png" rel="prettyPhoto[3880]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin2.png" alt="Table two is open, and table one is still there." width="687" height="325" class="size-full wp-image-3882" /></a><p class="wp-caption-text">Table two is open, and table one is still there.</p></div>
<p><strong>But I want to SEE both tables at the same time!</strong><br />
Then we need to pull out another trick &#8211; &#8216;New Document Tab Group.&#8217; Right click on the table editor tab and ask for the new document tab group. Voila.</p>
<div id="attachment_3883" class="wp-caption aligncenter" style="width: 785px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin3.png" rel="prettyPhoto[3880]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin3.png" alt="Tab Groups are shown concurrently in the SQL Developer desktop display" width="775" height="415" class="size-full wp-image-3883" /></a><p class="wp-caption-text">Tab Groups are shown concurrently in the SQL Developer desktop display</p></div>
<h3>Change the Preferences</h3>
<p>By default, as you open a database object in SQL Developer, it will cause any previously opened object to close. However, you may want to leave these open until you explicitly close them. </p>
<div id="attachment_3884" class="wp-caption aligncenter" style="width: 764px"><a href="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin4.png" rel="prettyPhoto[3880]"><img src="http://www.thatjeffsmith.com/wp-content/uploads/2013/05/table_pin4.png" alt="This preference, if enabled, will auto-pin any database object you open." width="754" height="548" class="size-full wp-image-3884" /></a><p class="wp-caption-text">This preference, if enabled, will auto-pin any database object you open.</p></div>
<p>I&#8217;m not a big fan of this preference, but it&#8217;s there if you want it. Just don&#8217;t forget to close objects when you&#8217;re done working with them.</p>
<img src="http://feeds.feedburner.com/~r/ThatJeffSmith/~4/PMCWl6Rga7o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thatjeffsmith.com/archive/2013/05/how-to-see-two-tables-at-the-same-time-in-oracle-sql-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.thatjeffsmith.com/archive/2013/05/how-to-see-two-tables-at-the-same-time-in-oracle-sql-developer/</feedburner:origLink></item>
	</channel>
</rss>
