﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Jeff Smith's Blog</title>
    <description>&lt;table&gt;
            &lt;tr&gt;
            &lt;td valign="top"&gt;&lt;img height="183" alt="" width="139" src="/Portals/0/Blog/blog-jeff-smith.png" /&gt;&lt;/td&gt;
            &lt;td valign="top"&gt;&lt;img alt="" src="http://www.toadworld.com/Portals/_default/Skins/NewTWSkin/images/small_twitter.png" /&gt;&lt;strong&gt;&lt;a href="http://twitter.com/hillbillyToad"&gt;@hillbillyToad&lt;/a&gt; - follow me for daily Toad news and user tips&lt;/strong&gt;
            &lt;p&gt;Jeff Smith is a Solutions Architect at Quest Software. He has been with Quest since 2001, working on the Toad R&amp;amp;D, Product Management, and Sales organizations. Jeff is the primary author of the &lt;em&gt;Toad Handbook, 2&lt;sup&gt;nd&lt;/sup&gt; Edition&lt;/em&gt;.&amp;#160; Jeff is a regular speaker at Toad User Groups and Oracle User Groups worldwide.&lt;/p&gt;
            &lt;p&gt;Jeff's blog provides information for Toad users that addresses their day to day challenges.&lt;/p&gt;
            &lt;p&gt;&lt;font color="#003366" size="3"&gt;&lt;strong&gt;Recent postings:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
&lt;/table&gt; </description>
    <link>http://www.toadworld.com/BLOGS/tabid/67/BlogId/17/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>Jeff Smith</managingEditor>
    <webMaster>webmaster@toadworld.com</webMaster>
    <pubDate>Wed, 17 Mar 2010 16:57:11 GMT</pubDate>
    <lastBuildDate>Wed, 17 Mar 2010 16:57:11 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.2.0.15477</generator>
    <item>
      <title>10 Things You Must Know about Toad’s Editor</title>
      <description>&lt;div&gt;The editor window is probably where most users spend a majority of their time. In this blog, I’ll try to highlight the 10 features that will save you the most time when it comes to writing your SQL queries, SQL*Plus scripts, anonymous blocks, and PL/SQL stored procedures. Please note that all of these features are available in the standard edition of Toad for Oracle, version 9.6.&lt;/div&gt;
&lt;div align="center"&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd"&gt;&lt;font size="3"&gt;&lt;span&gt;1.&lt;span&gt;     &lt;/span&gt;&lt;/span&gt;SQL Recall&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt; &lt;br /&gt;
By far one of the most popular features in Toad, but do you know how to take FULL advantage of this feature?&lt;/div&gt;
&lt;div&gt;The basics:&lt;/div&gt;
&lt;ul type="disc"&gt;
    &lt;li&gt;Every statement you execute gets recorded&lt;/li&gt;
    &lt;li&gt;By default we remember the last 100 executed (configurable up to 999)&lt;/li&gt;
    &lt;li&gt;F8 opens the SQL Statement Recall panel (also available under the View menu)&lt;/li&gt;
    &lt;li&gt;&lt;alt&gt;&lt;/alt&gt;ALT+PgUp/Dn will cycle through the most/least recently executed statements&lt;/li&gt;
    &lt;li&gt;You can name your SQL for instant recall using the CTRL&lt;ctnrl&gt;&lt;/ctnrl&gt;+N keystroke&lt;/li&gt;
&lt;/ul&gt;
&lt;div align="center"&gt;&lt;img height="433" alt="" width="463" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-1.gif" /&gt;&lt;br /&gt;
&lt;em&gt;Give your queries a name so you remember why you wrote them in the first place!&lt;br /&gt;
 &lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd"&gt;&lt;font size="3"&gt;&lt;span&gt;2.&lt;span&gt;     &lt;/span&gt;&lt;/span&gt;Code Templates&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align="left"&gt; &lt;br /&gt;
Ever experience déjà vu while typing out your code? This is your cue to save it as a template for use later. Toad gives you access to several dozen of these out of the box. You can also add your own or customize the existing ones. Use the CTRL&lt;cntrl&gt;&lt;/cntrl&gt;+Spacebar keystroke to see the code you no longer have to type out manually.&lt;/div&gt;
&lt;div align="center"&gt;&lt;br /&gt;
&lt;img alt="" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-2.gif" /&gt;&lt;br /&gt;
&lt;em&gt;Remember the code snippet names for instant recall, try typing ‘anon CTRL&lt;cntrl&gt;&lt;/cntrl&gt;+Spacebar’ right now!&lt;br /&gt;
 &lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd"&gt;&lt;font size="3"&gt;&lt;span&gt;3.&lt;span&gt;     &lt;/span&gt;&lt;/span&gt;Code Insight (Dot Lookups)&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt; &lt;br /&gt;
When you want to write a SQL query or make a PL/SQL call, you probably spend a bit of time manually looking up the column names or command arguments required in the Schema Browser. Stop doing this right now! From now on, let Toad figure this out for you automatically in the editor.&lt;br /&gt;
&lt;br /&gt;
The basics:&lt;/div&gt;
&lt;ul type="disc"&gt;
    &lt;li&gt;&lt;em&gt;Schema.&lt;/em&gt; – this will pop up a list of all objects in the current schema you may want to type&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Schema.Table.&lt;/em&gt; – this will pop up a list of columns for a given table. You don’t need to prefix the schema name if the table is in your current schema. Multi-select columns to get more than one, and we’ll comma separate the list for you automatically&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Package.&lt;/em&gt; – this will pop up a list of procedures, functions, variables, etc for that package.&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;Stored Procedure(&lt;/em&gt;   - this will pop up the list of input parameters to make the call. You can type while you reference the list. Entering the ‘)’ character will close the hint.&lt;/li&gt;
    &lt;li&gt;Toad waits 1.5 seconds after seeing the ‘.’ or ‘(‘ character before popping up the list of items available for that object. This is configurable down to the millisecond for optimal usage.&lt;/li&gt;
    &lt;li&gt;You can use aliases for your view/table names and the code insight feature will automatically include the alias when bringing back a list of columns.&lt;br /&gt;
     &lt;br /&gt;
    &lt;img height="264" alt="" width="600" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-3.gif" /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd"&gt;&lt;font size="3"&gt;&lt;span&gt;4.&lt;span&gt;     &lt;/span&gt;&lt;/span&gt;F4 DESC&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt; &lt;br /&gt;
DESC, or Describe, is a SQL*Plus command that will display the table or view structure, e.g. a list of columns and their datatypes with size and precision. Toad has its own DESC command. You can invoke it immediately for ANY object in the database by typing that object in the editor, putting you cursor on it, and hitting ‘F4’. This is one of the most ‘borrowed’ features in an Oracle IDE. Do you find it curious that it’s always activated with ‘F4’? Imitation is surely flattering, even if it is poorly executed &lt;span&gt;&lt;font face="Wingdings"&gt;J&lt;/font&gt;&lt;/span&gt; &lt;br /&gt;
 &lt;/div&gt;
&lt;div&gt;You can have multiple F4 dialogs open at a time. You can type away in the editor with the DESC dialogs available to you. Ever working on a query only to find out you need to add a column, update a row, or change the permissions on a table? Don’t go to the Schema Browser anymore, just use ‘F4’ for instant gratification.&lt;br /&gt;
 &lt;/div&gt;
&lt;div align="center"&gt;&lt;img alt="" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-4.gif" /&gt;&lt;br /&gt;
&lt;em&gt;Get instant access to any database object with the power of the Schema Browser immediately available.&lt;br /&gt;
 &lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd"&gt;&lt;font size="3"&gt;&lt;span&gt;5.&lt;span&gt;     &lt;/span&gt;&lt;/span&gt;Make/Strip Code&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div align="left"&gt; &lt;br /&gt;
Turn any SQL statement into a Java, C++, Delphi, Perl, etc command in a single button click. Even better, take any embedded SQL statement and strip away the non-SQL syntax for instant execution in the Editor. This is one of the most over-looked features in Toad. No more REGEX search and replace to get your well-crafted SQL statement ready for your Eclipse or Visual Studio application.&lt;/div&gt;
&lt;div align="center"&gt; &lt;br /&gt;
 &lt;img alt="" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-5.gif" /&gt;  &lt;img alt="" src="http://www.toadworld.com/Portals/0/blogimages/jeffblog07222008-6.gif" /&gt;&lt;/div&gt;
&lt;div align="center"&gt;&lt;em&gt;Configure Toad to use the programming language of your choice!&lt;/em&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font color="#4f81bd" size="3"&gt;Summary&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt; &lt;br /&gt;
Ok, I know we only covered five things, but my fingers are tired and I need to get back to my ‘real’ job. Look for the next five things you MUST know about Toad’s editor in an upcoming blog. And as always, feel free to share your own tips and questions using the blog comments feedback section.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.toadworld.com/Community/Blogs/tabid/67/EntryID/273/Default.aspx"&gt;&lt;strong&gt;Read Jeff's next five must know items&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
 &lt;br /&gt;
 &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <link>http://www.toadworld.com/BLOGS/tabid/67/EntryID/251/Default.aspx</link>
      <author>Jeff Smith</author>
      <comments>http://www.toadworld.com/BLOGS/tabid/67/EntryID/251/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.toadworld.com/Default.aspx?tabid=67&amp;EntryID=251</guid>
      <pubDate>Tue, 22 Jul 2008 15:06:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.toadworld.com/DesktopModules/Blog/Trackback.aspx?id=251</trackback:ping>
    </item>
  </channel>
</rss>