<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://asktoad.com/DWiki/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://asktoad.com/DWiki/feed.php">
        <title>TOAD Wiki</title>
        <description></description>
        <link>http://asktoad.com/DWiki/</link>
        <image rdf:resource="http://asktoad.com/DWiki/lib/images/favicon.ico" />
       <dc:date>2012-01-11T12:42:11+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/wiki/playground?do=diff1320163426"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/getting_started?do=diff1316709025"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/howto_create_dblinks_database_links_in_another_schema?do=diff1284403183"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/troubleshooting?do=diff1281452309"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/howto_see_which_table_a_lob_segment_belongs_to?do=diff1280846913"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/howtos?do=diff1280846854"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/howto_use_toad_over_an_ssh_tunnel?do=diff1277912948"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/questions?do=diff1271269452"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/installation?do=diff1268727053"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/sql_editor?do=diff1248286116"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/procedure_editor?do=diff1248286047"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/editing?do=diff1248285994"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/editor?do=diff1248285060"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers?do=diff1248284797"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/unicode_support_in_toad_10?do=diff1241171007"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/database_versions?do=diff1233697264"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/fastreports?do=diff1228160502"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/general?do=diff1224600474"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/datagrid?do=diff1220884993"/>
                <rdf:li rdf:resource="http://asktoad.com/DWiki/doku.php/faq/answers/tools?do=diff1219153212"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://asktoad.com/DWiki/lib/images/favicon.ico">
        <title>TOAD Wiki</title>
        <link>http://asktoad.com/DWiki/</link>
        <url>http://asktoad.com/DWiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/wiki/playground?do=diff1320163426">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-01T16:03:46+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@99.19.251.22)</dc:creator>
        <title>wiki:playground - These spammers slay me.  Really.</title>
        <link>http://asktoad.com/DWiki/doku.php/wiki/playground?do=diff1320163426</link>
        <description> If you post junk here, it will be removed, you silly spammers.   ...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/getting_started?do=diff1316709025">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-22T16:30:25+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.106.238.251)</dc:creator>
        <title>faq:answers:getting_started - Added version 11 links</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/getting_started?do=diff1316709025</link>
        <description> Toad is an industry-standard tool for application development. Using Toad, developers can build, test, and debug PL/SQL packages, procedures, triggers, and functions. TOAD users can create and edit database objects such as tables, views, indexes, co...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/howto_create_dblinks_database_links_in_another_schema?do=diff1284403183">
        <dc:format>text/html</dc:format>
        <dc:date>2010-09-13T18:39:43+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.106.238.251)</dc:creator>
        <title>howto_create_dblinks_database_links_in_another_schema - Added security section</title>
        <link>http://asktoad.com/DWiki/doku.php/howto_create_dblinks_database_links_in_another_schema?do=diff1284403183</link>
        <description> So, you've decided to create DBLINKs in a few application schemas. As with every other CREATE statement in Oracle 9i+, you'll do this from a DBA account to save some hassle. But when you try to create your first link from your DBA account:  CREATE D...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/troubleshooting?do=diff1281452309">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-10T14:58:29+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>troubleshooting</title>
        <link>http://asktoad.com/DWiki/doku.php/troubleshooting?do=diff1281452309</link>
        <description> SQL Monitor is a great little tool that's bundled with Toad starting at or near version 8.0. It is an extremely useful tool to see what statements Toad is generating behind the sceens.  To launch SQL Monitor from Toad find the External Tools icon me...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/howto_see_which_table_a_lob_segment_belongs_to?do=diff1280846913">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-03T14:48:33+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>howto_see_which_table_a_lob_segment_belongs_to - created</title>
        <link>http://asktoad.com/DWiki/doku.php/howto_see_which_table_a_lob_segment_belongs_to?do=diff1280846913</link>
        <description> A question asked on the Toad Lists was something like this I remember, I think, that Toad allowed me to see the table or index that a LOB Segment belonged to from within the Database&amp;rarr;Administer&amp;rarr;Tablespaces Objects tab. For the life of me, ...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/howtos?do=diff1280846854">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-03T14:47:34+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>howtos</title>
        <link>http://asktoad.com/DWiki/doku.php/howtos?do=diff1280846854</link>
        <description> HOW-TOs   Need to upgrade Toad?  HOWTO Get A Toad Upgrade.   Getting AVs in the Beta?  HOWTO report a beta AV problem   Need to know how to do something uniquely TOAD?  HOWTO Configure TOAD for Multiple Users on One PC  HOWTO Configure an Oracle Dat...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/howto_use_toad_over_an_ssh_tunnel?do=diff1277912948">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T15:49:08+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>howto_use_toad_over_an_ssh_tunnel - created</title>
        <link>http://asktoad.com/DWiki/doku.php/howto_use_toad_over_an_ssh_tunnel?do=diff1277912948</link>
        <description> Ever had the worry that when you connect to a database to send some data to it, that some eavesdropper on the network might just be waiting to catch all your passwords (Oracle sends passwords in plain text - by default - go figure) and sensitive dat...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/questions?do=diff1271269452">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-14T18:24:12+01:00</dc:date>
        <dc:creator>Gregory Liss (gliss@64.105.180.10)</dc:creator>
        <title>faq:questions</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/questions?do=diff1271269452</link>
        <description>   (click pic to enlarge)  Back Row (L to R): Matt, Greg, Brad, John B.  Front Row: Mike, John D, Melanie, Lenka, Mark  Picture taken April 2010   Getting Started  What is Toad for Oracle?  What are Toad's system requirements?  Licensing and Add-on M...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/installation?do=diff1268727053">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-16T08:10:53+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>faq:answers:installation - Added the best way to save/import settings</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/installation?do=diff1268727053</link>
        <description> Toad supports installation on Citrix servers. Toad must be installed on the Citrix server by the Citrix administrator. Users then connect to this instance through their Citrix logon. Citrix support is enabled with the appropriate installation option...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/sql_editor?do=diff1248286116">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-22T18:08:36+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers:sql_editor - Merged into Editor page</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/sql_editor?do=diff1248286116</link>
        <description> This page of FAQ answers has been merged into the Editor page. &amp;mdash; Rich 2009/07/22 18:04    ...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/procedure_editor?do=diff1248286047">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-22T18:07:27+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers:procedure_editor - Merged into Editor page</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/procedure_editor?do=diff1248286047</link>
        <description> This page of FAQ answers has been merged into the Editor page. &amp;mdash; Rich 2009/07/22 18:04    ...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/editing?do=diff1248285994">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-22T18:06:34+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers:editing - Merged into Editor page</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/editing?do=diff1248285994</link>
        <description> This page of FAQ answers has been merged into the Editor page. &amp;mdash; Rich 2009/07/22 18:04    ...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/editor?do=diff1248285060">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-22T17:51:00+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers:editor - Final pass (hopefully) to combine editor sections</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/editor?do=diff1248285060</link>
        <description> For a more comprehensive review of all the new Editor features, click here   &amp;quot;Format Code&amp;quot; isn't working. It corrupts my code, or it doesn't use any of my Formatting Options. What's going on?   If Formatter Plus is licensed on the machine,...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers?do=diff1248284797">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-22T17:46:37+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers - Added editor link</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers?do=diff1248284797</link>
        <description> command_line  connect  customization  dbms_output  datagrid  documentation_help  editing  editor  explain_plan  fastreports  gui  general  ini_file  installation  procedure_editor  project_manager  queries  sql_editor  schema_browser  tools  windows...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/unicode_support_in_toad_10?do=diff1241171007">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-01T09:43:27+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>faq:answers:unicode_support_in_toad_10 - created</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/unicode_support_in_toad_10?do=diff1241171007</link>
        <description> An email to the Beta group went as follows:  From: toadbeta@yahoogroups.com [mailto:toadbeta@yahoogroups.com] On Behalf Of Brad Boddicker Sent: Thursday, April 30, 2009 10:22 AM To: toadbeta@yahoogroups.com Subject: [toadbeta] Beta 9.8.0.29 released...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/database_versions?do=diff1233697264">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-03T21:41:04+01:00</dc:date>
        <dc:creator>Bert Scalzo (bscalzo@71.170.70.37)</dc:creator>
        <title>faq:answers:database_versions</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/database_versions?do=diff1233697264</link>
        <description> The short answer is that this is an Oracle 10g DBA best practices issue - and not a Toad problem per se. Toad just happens to expose the symptons since it makes such frequent access to the data dictionary.  Oracle versions prior to 10g offered two o...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/fastreports?do=diff1228160502">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-01T19:41:42+01:00</dc:date>
        <dc:creator>Rich Jesse (richj@12.17.117.251)</dc:creator>
        <title>faq:answers:fastreports - Added a FastReports example graph</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/fastreports?do=diff1228160502</link>
        <description> Yes, in the preview window, the 4th button on the top toolbar says &amp;quot;Export&amp;quot; when you hover your mouse over it. Click it. Several formats are available.   How can I add my own style to the report wizard?   Save this into a file called &amp;quot...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/general?do=diff1224600474">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-21T14:47:54+01:00</dc:date>
        <dc:creator>mwilkins@12.173.168.199</dc:creator>
        <title>faq:answers:general</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/general?do=diff1224600474</link>
        <description> When Toad first loads, the main MDI screen appears and an initial Toad Server Login Window is displayed. This window will prompt for a Database, UserName, and Password. The database name should be one of the valid Oracle TNS entries. The user and pa...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/datagrid?do=diff1220884993">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-08T14:43:13+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>faq:answers:datagrid - Added &quot;How do I change the grid popup editor font?&quot;</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/datagrid?do=diff1220884993</link>
        <description> TOAD 7.5 and up can show TIMESTAMP and INTERVAL data in its data grids if you are using a 9.0.1 or higher Oracle client. TOAD 9.0.1 supports TIMESTAMP and INTERVAL data in its &amp;quot;run as script&amp;quot; function. TOAD versions 7.4 and previous do not...</description>
    </item>
    <item rdf:about="http://asktoad.com/DWiki/doku.php/faq/answers/tools?do=diff1219153212">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-19T13:40:12+01:00</dc:date>
        <dc:creator>Norman Dunbar (norman_dunbar@91.195.83.3)</dc:creator>
        <title>faq:answers:tools - Added Databese Compare, sync script topic.</title>
        <link>http://asktoad.com/DWiki/doku.php/faq/answers/tools?do=diff1219153212</link>
        <description> Yes, starting with TOAD 7.3. However, the Disk I/O graph will be blank.   How are &amp;quot;execution time&amp;quot; and &amp;quot;timestamp&amp;quot; computed in the SQL Monitor?   Timestamp is assigned to a statement at the moment it is about to be sent to SQL Mo...</description>
    </item>
</rdf:RDF>

