Search notes:

Toad

Editions

TOAD is offered in five editions:
There is also the module(?) Sensitive Data Protection which apparently requires a separate license.

Base

utPLSQL unit testing Incorporates testing into the database development process.
SQL editor
Query builder
Schema/data compare referred as sync in Xpert and DB Admin module?
Task Automation
Debugger/profiler

Pro

All of Base plus:
Data generation To generate test data
Code quality analysis and reporting

Xpert

All of Pro plus:
SQL Optimizer Allegedly detects and analyzes problematic SQL statements and automates their tuning.
Xpert includes properietary SQL and index-optimization technology.

Developer

All of Xpert plus:
Advanced PL/SQL unit testing Code Tester?
Performance/benchmark testing Benchmark Factory?
The Developer edition complements the Toad DevOpts Toolkit solution.

DBA

All of Developer plus:
Data Modeler Create and maintain data models and reverse engineer data structures (from 20 different database platforms)
DB Admin Module Database health, includes many other advanced functions.
Spotlight on Oracle Performance and predicitve diagnostics

TOAD Options

Enable Cancelling SQL Statements: View -> TOAD Options -> SQL Editor -> check Process statements in threads / allow queries to be cancelled.
Enable Timestamps: View -> TOAD Options -> Data Types -> check Include Timestamp/Interval Types (Orale 9i).
nls_date_format. Apparently TOAD (or its developers) choose to disregard the value of nls_date_format. It must be changed by View -> TOAD Options -> Data Grids -> Data -> Display -> Date format. (And even there, it's not possible to enter the format, it must be selected by drop down menues. WTF)

TODO

Jump Search

Jump Search can be used to find Toad features and functionalites in all Toad Windows, menus and options by entering some keywords that describe the feature.
Jump Search is activated with ctrl+j

Toad Data Point

Toad Data Point allows to connect natively to other databases.
Native connections can be established to the following databases:
ODBC connections can be established to any database that supports ODBC, for example:
It's also possible to connect to Access and Excel without ODBC.
Toad Data Poitn is available for free for Toad for Oracle users.

See also

When using Toad, most time is typically spent in the Editor (which is the heart of Toad) or the Schema Browser.

Links

https://www.toadworld.com

Index