Wiki Page: How to import data from an Excel file into a table?
See Toadworld blog post "Create and Load Oracle Tables from Excel Spreadsheet using Toad" at...
View ArticleWiki Page: Getting TOAD
If you are in Canada or the US, use Quest's easy to use eStore at shop.quest.com If you are outside the US, contact a local rep in your area https://www.quest.com/company/contact-us.aspx You can also...
View ArticleWiki Page: Toad Version History - which one should I use?
See: Toad for Oracle Product Release History
View ArticleWiki Page: SQL Execution Plans
Q: Is there a way to understand why indexes aren't being used, even if they are referenced in the WHERE? A: Not really. For example, suppose WHERE GENDER = 'M' and I know there is an index in the...
View ArticleWiki Page: SQL Optimization
This FAQ was adapted from a live-audience Q&A with Bert Scalzo following a webcast Q: Auto optimization ... Does it impact performance as it is actually running each alternative to get the run...
View ArticleWiki Page: Using SQL Optimizer with Exadata
Q: I assume that the indexing in Exadata is not as important due to cell storage. Generally speaking, “full table scans” are not to be avoided as with non-Exadata databases. Exadata has numerous...
View ArticleWiki Page: Toad Editions and Licensing
This FAQ was created from a live-audience Q&A with Bert Scalzo following the webcast “ Pinpoint and Optimize Inefficient SQL with Toad™ for Oracle®. ” Q: Which product do you recommend for me to...
View ArticleWiki Page: Toad for Oracle Documentation
Online Help is your first stop, of course, and if you use Toad version 12 or later, Jump search is your answer. In Toad 12.x, you can access this forum right within Toad via Jump search. Online Help in...
View ArticleForum Post: TOAD version 12.1.1.1 Users guide/manual
I have a hopefully easy to answer question Where can I find a users manual/guide for TOAD version 12.1.1.1. I assume if the exast 12.1.1.1 is not available, the nearest version (ie 12.0.1 or 11.9)...
View ArticleForum Post: Code formatting
My string continuation are set as shown in the attached pic. When formatted It does a new line for each VAR (top pic an insert) What I want is all my string || to be as shown in the DBMS_OUTPUT.putline...
View ArticleForum Post: Trace File Browser Filter Exclusion Capabilities
Is there an easy way to exclude dynamic sampling from the TFB? I think this is just the SELECTs with an embedded /* DS_SVC */ or the hint dynamic_sampling(0). An separate exclusion filter box like the...
View ArticleForum Post: RE: Code formatting
Hello James, Doesn't the "Wrapped" option help? You'll probably still have multiple lines, but less lines anyway, dependent on the right margin you have set. Thanks, Andre
View ArticleForum Post: RE: Project manager width not preserved across restarts
Hey Abe, This was caused by changes to allow SDI mode. It should be fixed in the next beta. Please feel free to let us know if you run across anything else. Thanks! -John
View ArticleForum Post: object compare - next/previous difference option setting not...
It always go back to "finds next difference line"
View ArticleForum Post: RE: Creating Temporary Tables
Might I suggest simply 1. Creating a table with the appropriate attributes you need within Toad (e.g. "New table" tool bar button, defining column names you need, data types, etc.), 2. Using Toad's...
View ArticleForum Post: RE: object compare - next/previous difference option setting not...
Thanks Dale it's fixed for next beta.
View ArticleForum Post: RE: Can Explain Plan not use "INTO toad_plan_table" by default?
Thanks John! I'll check it out when it's released.... Rich
View ArticleWhat is the best way to deploy Oracle ATG?
Deploying Oracle ATG has following steps: JDK : Depending on the version of ATG you are installing, you need a JDK to support that version (Usually JDK7+ works good) Database : A compatible version of...
View ArticleForum Post: Toad for Oracle appears an alert with ORA-29275: partial...
Hello, I'm trying to use Session Browser feature on Toad for Oracle. When I connect to Oracle Database on Toad for Oracle then execute Session Browser on Toad for Oracle, Toad for Oracle appears an...
View ArticleForum Post: RE: Toad for Oracle appears an alert with ORA-29275: partial...
Others have reported this problem. https://www.toadworld.com/products/toad-for-oracle/toad_for_oracle_beta_program/f/86/t/14882 It seems to happen when characters put into the MODULE or ACTION column...
View Article