ToadForOracle 13.3 ReleaseNotes
ToadForOracle 13.3 ReleaseNotes
Release Notes
Revised 3/3/2020
Contents
Discontinued Features 10
Resolved issues 11
Toad for Oracle 13.3 11
Known issues 14
General known issues 14
Data Grids known issues 15
Code Analysis known issues 15
Editor known issues 16
Session Browser known issues 16
Team Coding known issues 16
Unicode known issues 17
System requirements 19
Hardware requirements 19
Database requirements 20
Network 20
Additional requirements 21
Virtualization support 21
Windows Privileges 21
Product licensing 22
Globalization 24
Global Operation Statement 24
About us 25
Contacting Quest 25
Technical support resources 25
The Toad for Oracle solutions are built for you, by you. Nearly two decades of development and feedback from
various communities like Toad World have made it the most powerful and functional tool available. With an
installed-base of over two million, Toad for Oracle continues to be the “de facto” standard tool for database
development and administration.
l On the Idea Pond page, you can submit your ideas to improve Toad and vote for or comment on other
ideas. The Toad team takes your suggestions seriously, and you may even hear back from one of our
developers on the topic. We encourage all Toad users—from new to experienced—to let us know how
we can improve Toad.
l On the Forum page, you can ask a question or start a discussion and view all other forums within the
Toad community.
The Toad World blog pages feature a broad range of information, including topics of interest to our industry, as
well as instructions from team members on how to use the latest Toad features.
The Toad for Oracle web-based training is a perfect accompaniment to your product license. This free training
walks you through major product features and explains how to perform frequent tasks. You’ll also see how to
utilize time-saving automation functionality. You’ll receive a certificate of completion for each course once you
pass the accompanying test.
Edition Licensed
Toad for Oracle Xpert Edition Toad® for Oracle® Xpert — Includes all features in Base and Professional
Editions
SQL Optimizer for Oracle®
For more information about the products in your Toad for Oracle Edition and the minimum system requirements
for running these products, see the Toad for Oracle Editions release notes at:
https://support.quest.com/technical-documents
Automation Designer
Export Dataset Action
If the dataset is a SQL file containing multiple SELECT statements, Toad will generate one file per statement. If
the destination is Excel File then Toad will generate a new sheet per statement.
Similarly, if the dataset is SQL text then multiple SELECT statements results in multiple files.
You can find the most up-to-date list of new features for this release in the Toad for Oracle Release Notes found
at: https://support.quest.com/toad-for-oracle/technical-documents.
l To visit Idea Pond, log in to the Toad Forums at: https://forums.toadworld.com. Select the Categories tab.
Then click Idea Pond in the Toad for Oracle category.
TMB-2464 link Painting issues for unpinned (autohide) dock panels upon startup
TMB-2454 link Resource leaks in script execution status dialog
TMB-2431 link Incorrect recommendation that object name must be double quoted in select
create (or alter) object windows
TMB-2430 link Database Health Check fails to run via command line for all connections if
only one has a wrong password specified
TMB-2413 Changes to a Code Analysis Rule Set are not saved when saving to
previously exported Rule Set file
TMB-2408 link No Explain Plan results in some cases when the Explain Plan table exists in
multiple schemas
TMB-2393 "Invalid Oracle Home" message shown for instant clients installed to a folder
named "bin"
TMB-2354 link Sequence last cache value is incorrectly reporting the maximum value
TMB-2340 link Error encountered when publishing Java class containing forward slash in
its name to PL/SQL
TMB-2299 link Cannot copy individual cell values from the Partitioning tab when viewing a
table
TMB-2297 Incorrect DDL generated for table having foreign key referencing a view
TMB-2272 link Cannot edit saved direct connection so that it uses Service Name or SID
TMB-2271 link Incorrect font used for some columns when viewing table data in grid
TMB-2260 Export Dataset data masking does not work in some cases
TMB-2256 link Export Dataset parses SQL file incorrectly in some cases
TMB-2250 ORA-00900 when using the Data Masking option with SQL Text dataset in
the Export Dataset window and action
TMB-2249 Copy/paste a block selection containing multibyte characters causes
exception when pasting
TMB-2245 link Code navigator when describing a package does not update properly
TMB-2243 link Export Dataset, Excel File format, exports the date 1-1-1900 as a string
instead of a date
TMB-2241 link Control alignment/position issues when resizing Session Browser
TMB-2238 Contexts, Dimensions, and Policies are not shown in the Schema Browser
when connected to a database that does not support Java, e.g. Oracle XE
TMB-2226 link Data Grid is slow to load for queries having many columns in the result set
when Sensitive Data Protection Awareness is enabled
TMB-2225 Editor, Toggle Full Screen Grid (Shift+F2) paints poorly and is non-
functional in some cases
TMB-2212 link Export Dataset, Merge Statements, incorrect SQL generated when table
primary key consists of all columns
TMB-2201 Administer Tablespace window problems (duplicate rows, privilege
exception) when connected to Oracle 12.1 container database
TMB-2192 Cannot edit data in grids for index-organized tables
TMB-2153 The "OK" button does not enable when altering a tablespace and changing
the maximum size value for a datafile
TMB-2146 Auto-connect not working when more than one connection is set to connect
automatically upon Toad startup
TMB-2057 link Compare Schemas incorrectly flags DEFAULT_COLLATION as a difference
and produces SQL error on target database in some cases
TMB-2034 link Window bar buttons do not update connection colors properly
TMB-2030 link Query results take too long to become available
TMB-1604 link Explain Plan results in "ORA-01775: looping chain of synonyms" error
TMB-1587 link Windows high contrast option is not obeyed in some windows
TMB-1552 "No mapping for the Unicode character exists in the target multi-byte code
page" exception upon Toad startup/shutdown
You can find the most up-to-date list of resolved issues for this release in the Toad for Oracle Release Notes
found at: https://support.quest.com/toad-for-oracle/technical-documents.
Toad's help cannot be opened from an installation path that contains Unicode characters. 72966
If you check "Indexes" on the Scripts tab for snapshots, then the primary key for the snapshot N/A
will be included in the script, even though the CREATE MATERIALIZED VIEW statement
implicitly creates this primary key.
Toad currently does not differentiate between indexes created explicitly on the snapshot and
indexes created automatically when the snapshot is created.
Workaround: If you are running the generated script to recreate the snapshot, then you can
simply ignore the error that occurs when the script tries to recreate the primary key index for
the snapshot. If you do not normally create indexes on snapshots, then you can uncheck
"Indexes" when generating the snapshot script.
If you use 11g Oracle ODP.NET client or any other client that does not have the oci.dll in the N/A
BIN directory, Toad has the following problems:
Debugger N/A
If there is an exception during debugging on a 10Gr2 or greater database, REFCURSOR
output and DBMS output will not be available when debugging is completed. This is due to the
target session not being available.
Workaround: To see REFCURSOR output and DBMS output, execute the procedure without
the debugger.
Connections N/A
While Toad supports LDAP connectivity, some features of Toad depend on tnsnames.ora file
to operate correctly, such as Toad Script Runner (TSR).
Virtualization 76354
An access violation error may display when you close Toad in a Citrix XenApp environment.
Import/Export 59228
Constraint scripts from Export DDL do not contain the "using index" or "tablespace" clause.
l Generation of HTML reports of large diagrams may fail during generation of an image
of the ER Diagram.
l Comparison of large models may consume too much memory.
You may receive an "ORA-00902 invalid datatype" error when editing an object, nested table, or N/A
varray data if you have redefined the data type for that data during the current session.
Workaround: If you redefine an object type, nested table, or varray and then need to edit data in a
table based on that type, end your current connection and begin a new one.
Full table data is not displaying in the live data grid (results from F9) if the data contains "zero"
characers (ACII 0). In this case, all data after the zero character will not show in the grid.
Workaround: Double click on the data cell in the data grid to view full contents of data in a popup
editor.
Saving results to a database: When dealing with nested procedures, Code Analysis can only N/A
insert run data from procs one level deep.
Saving PL/SQL results to a database may fail or save invalid data to the database for invalid N/A
PL/SQL objects.
Workaround: To ensure PL/SQL results are saved to the database correctly, verify the validity
of all objects before running Code Analysis.
Toad errors when you query on a field of Oracle collection types. 64373
Workaround: Execute using SQL*Plus.
When spooling to an unpinned output window, the window becomes unresponsive and errors 68523
are given when Toad is closed ("Canvas does not allow drawing").
Workaround: Keep the output window pinned.
If you use a non fixed-width font, the results are misaligned in the of Script Output tab in Editor 62234
after executing a SQL script.
Workaround: Go to Options | Scripts and select a fixed-width font for script output.
The Program name in the Session Browser may be blank or may be the full path to the N/A
executable instead of just the executable name. This depends on the Oracle client, not on
Toad.
In RAC databases, version 10.1.0.3 (and possibly other 10.1 versions), the query used to N/A
populate the "Current Statement" in the Session Browser fails with the following error: Runtime
error occurred: 12801 (ORA-12801: error signaled in parallel query server PZ99, instance
<instance name> ORA-01008: not all variables bound) This problem does not occur in Non-
RAC environments.
Workaround: Clear the "Use RAC Views" checkbox, and log into the appropriate instance of
the database, if necessary.
Creating a new revision or attempting to force a check-in to Visual Studio Team Services may N/A
result in a "404: Not Found" error. The current version of Team Foundation Server used by
Visual Studio Team Services compares the source being uploaded with the source already in
the repository. If the source has not changed, it may incorrectly return an error rather than
allowing the forced revision. This appears to be a Microsoft issue. As a result, these two
When using the Team Foundation Server internal client and Team Foundation Server 2012 or 114334
2013 alternate Team Project Collections, workspaces created outside of Toad are not visible
from within Toad. A workspace may be created from Toad by clicking the ‘New’ button during
the Team Foundation Server log in.
This is not an issue when using the Team Foundation Server external client.
With CVS, Toad may fail to retrieve the list of projects for you to select from in the CVS browser N/A
or in the Code Control Groups configuration.
Workaround: See "Missing CVS\Entries File Error" in the online help.
Team Coding and Clearcase: Dynamic Views are not supported via SCC interface. Snapshot N/A
Views must be used instead. (Rational case ID v0830629, Rational Defect # CMBU00053934)
l ASM Manager
l Export File Browser
l Hex Editor
In addition, Java itself does not allow Unicode class names or file names. This is relevant to
the Java Manager, Editor, and Schema Browser.
Editor options to highlight object names may not work for object names that contain Unicode N/A
characters.
Script Execution in Editor: Error offset can be incorrect when running scripts with multi-byte N/A
object names.
XML (Plain) format creates bad XML if Unicode string values and Unicode column names are N/A
exported through Export Dataset.
Import mapping for Unicode characters is incorrect if the characters are not a fixed width (such 63221
as Korean).
In Team Coding, objects with Unicode contents are supported, objects with Unicode names N/A
are not. Supported Version Control Providers do not support Unicode names.
Help N/A
(Affects the 64-bit version of Toad only)
If IE9 is installed, clicking a link in the Help file may crash Toad 64-bit, even if IE9 is not the
default browser.
Workaround: Users who have IE9 installed can open Help from outside of Toad.
Hardware requirements
Requirement Details
Database client An Oracle client must be installed and configured on the system where
you are running Toad. The following are supported:
NOTE: You must use the 32-bit version of Toad with the 32-bit Oracle
client, and the 64-bit version of Toad with the 64-bit Oracle client.
l 10g Release 2
l 11g Release 1 and 2
l 12c Release 1 and 2
l 18c
l 19c
Cloud database service Oracle Database as a Service on Amazon EC2 and Oracle Cloud
Network
Internet Protocol Version 6 (IPv6) is being adopted by the US Federal Government and industries around the
world. In its most basic format, the new protocol uses 128-bit addresses instead of 32-bit addresses, which are
used by the current IPv4 to route packets over the Internet. Toad for Oracle features, such as FTP, access the
Internet through third-party vendors that are IPv6 compliant, such as /nSoftware's IP*Works. For access to Web
sites by way of the Toad Online window, Toad simply invokes the user-defined or default Web browser.
Additional Software l Microsoft Internet Explorer 6.0 or later (to view video from the
Jump list within Toad, and to view the product documentation in
HTML format).
l Microsoft Office 2016 and recent earlier releases are supported for
Word and Excel output.
l Adobe Acrobat Reader 7.0 or later (to view the product
documentation in PDF format).
l Microsoft .NET Framework 4.0 to support the Toad for Oracle
Editions Installer.
Virtualization support
Type Details
NOTE: Toad may work in virtualization environments other than the ones listed.
Windows Privileges
In order to install and run Toad, make a connection, and do basic operations, you must have the following
privileges.
NOTES:
l License keys compatible with Oracle 9.7 and earlier versions are no longer supported.
l Only the newer 48-character license keys are supported.
l If you have an older license type, the Editions installer points you to the license web page where you
can update it.
l Toad supports cumulative licensing. You can add multiple licenses, including those for add-ons like
Sensitive Data Protection, to Toad. Toad will use the licenses providing the highest degree of features.
User instructions
To get started with using Toad for Oracle, see the Guide to Using Toad at https://support.quest.com/technical-
documents. For detailed information about any Toad window or feature, see the online help, which can be
accessed from the Help menu.
Additional resources
Additional information is available from the Toad for Oracle Community on Toad World:
https://www.toadworld.com/products/toad-for-oracle
Contacting Quest
For sales or other inquiries, visit www.quest.com/contact.
Patents
Quest Software is proud of our advanced technology. Patents and pending patents may apply to this product. For the most current
information about applicable patents for this product, please visit our website at https://www.quest.com/legal.
Trademarks
Quest, the Quest logo, Toad for Oracle, Toad, and Join the Innovation are trademarks and registered trademarks of Quest
Software Inc. For a complete list of Quest marks, visit https://www.quest.com/legal/trademark-information.aspx. All other
trademarks and registered trademarks are property of their respective owners.