0% found this document useful (0 votes)
242 views

ToadforOracle 13.2 ReleaseNotes

Toad for Oracle 13.2 Release Notes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views

ToadforOracle 13.2 ReleaseNotes

Toad for Oracle 13.2 Release Notes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

Toad® for Oracle 13.

Release Notes
Revised 10/17/2019

Contents

About Toad for Oracle 3


Toad for Oracle resources 3
About this release 4

About Toad® for Oracle® 2019 Editions 5

New Features and Enhancements 7


Toad for Oracle 13.2 7
Unit Testing 7
Connections 8
Connection Toolbar Buttons 8
Database Login Window 8
Export Encrypted Connection Passwords 8
Filter Connection Tabs 8
Database and Data Management 9
ASM Flex Disk Groups 9
Compare Databases 9
Compare Schemas 9
Create Object Window Enhancements 9
DBMS Auto Index 10
Export Dataset 10
Export DDL 11
Hybrid Partitioned Tables 11
Schema Browser 12
Sensitive Data Awareness and Protection 12
Automation Designer 13
Analyze Objects Action 13
General 13
Workspace Enhancements 13
Migrate Tasks in the Task Scheduler 13
Schema Chooser Enhancement 13

Enhancements from Idea Pond 14

Toad for Oracle 13.2


1
Release Notes
Discontinued Features 15

Resolved issues 16
Toad for Oracle 13.2 16

Known issues 20
General known issues 20
Data Grids known issues 21
Code Analysis known issues 21
Editor known issues 22
Session Browser known issues 22
Team Coding known issues 22
Unicode known issues 23
Third-party known issues 24

System requirements 25
Hardware requirements 25
Database requirements 26
Network 26
Additional requirements 27
Virtualization support 27
Windows Privileges 27

Product licensing 28

Getting started with Toad for Oracle 29


Upgrade and installation instructions 29
User instructions 29
Additional resources 29

Globalization 30
Global Operation Statement 30

Toad for Oracle Editions 31

About us 33
Contacting Quest 33
Technical support resources 33

Toad for Oracle 13.2


2
Release Notes
About Toad for Oracle
Toad for Oracle provides an intuitive and efficient way for database professionals of all skill and experience
levels to perform their jobs with an overall improvement in workflow effectiveness and productivity. With Toad for
Oracle you can:

l Understand your database environment through visual representations


l Meet deadlines easily through automation and smooth workflows
l Perform essential development and administration tasks from a single tool
l Deploy high-quality applications that meet user requirements; perform predictably and reliably in
production
l Validate database code to ensure the best-possible performance and adherence to best-
practice standards
l Manage and share projects, templates, scripts, and more with ease

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.

Toad for Oracle resources


Toad World is a unique and valuable resource available to all Toad users. Toad World provides forums, blogs,
videos, product information, Beta releases (when available), and Trial downloads for Toad products. Visit Toad
World at: https://www.toadworld.com.
Two of the most-often used features of Toad World are the Forums and the Idea Pond.

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.

Toad for Oracle 13.2


3
Release Notes
About this release
Toad for Oracle 13.2 includes component and requirement upgrades. These upgrades address security
vulnerabilities previously identified in the third party component.

Toad for Oracle 13.2


4
Release Notes
About Toad® for Oracle® 2019
Editions
All commercial versions of Toad for Oracle are bundled with additional Quest products, based upon the license
that you purchased. These bundles are known as Editions and include the following:

Edition Licensed

Toad for Oracle Base Edition Toad® for Oracle®


Toad® Data Modeler (free use)

Toad for Oracle Professional Toad® for Oracle® Professional


Edition Toad® Data Modeler (free use)

Toad for Oracle Xpert Edition Toad® for Oracle® Xpert — Includes all features in Base and Professional
Editions
SQL Optimizer for Oracle®

Toad for Oracle Developer Toad® for Oracle® Xpert


Edition Code Tester for Oracle®
Benchmark Factory® for Databases - Oracle Edition

Toad for Oracle DBA Edition Toad® for Oracle® Xpert


DB Admin Module Add-on
Spotlight on Oracle® — Includes Spotlight on Unix/Linux, Spotlight on
Windows, and Spotlight on Oracle Data Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

Toad for Oracle DBA RAC Toad® for Oracle® Xpert


Edition DB Admin Module Add-on
Spotlight on Oracle® with RAC Option — Includes Spotlight on
Unix/Linux, Spotlight on Windows, and Spotlight on Oracle Data Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

Toad for Oracle DBA Exadata Toad® for Oracle® Xpert


Edition DB Admin Module Add-on
Spotlight on Oracle® with RAC and Exadata Options — Includes Spotlight
on Unix/Linux, Spotlight on Windows, and Spotlight on Oracle® Data
Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

Toad for Oracle 13.2


5
Release Notes
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 2019 Editions release notes at:
https://support.quest.com/technical-documents

Toad for Oracle 13.2


6
Release Notes
New Features and Enhancements

Toad for Oracle 13.2


Unit Testing
This release of Toad for Oracle includes a new feature that allows you to easily create unit tests to test your
PL/SQL code. Testing PL/SQL objects, such as packages and procedures, is an integral part of the agile
development process and helps ensure that your code functions as designed.
Toad's unit testing feature is built on the utPLSQL open source framework.

l A new window guides you through the process of defining a test suite containing one or more unit tests.
This process creates suite and test stub code which is generated and sent to the Editor.

l In Editor, you can modify the code, add input values, edit setup and teardown subprograms, and finalize
your unit tests.
l A Unit Test Manager allows you to view, access, and run existing unit tests. Test suites and unit tests are
displayed in a tree view. From the Unit Test Manager, you can send tests to the Editor.

Toad for Oracle 13.2


7
Release Notes
l Test and suite configuration information is stored within the tests and test suites in the form of
annotations. The utPLSQL framework uses these annotations to identify and run tests.
l You can run unit tests from the Editor or from the Unit Test Manager.
l You can select one or more reports to be generated during the run. Reports fall into one of two
categories:
l Run Results — Reports on test pass/fail status.
l Code Coverage — Reports on the percentage of tested object code covered (i.e. executed) by
your tests.

Note: Reports are available in many formats suitable for consumption by modern CI/CD and code
quality systems.

Connections
Connection Toolbar Buttons
Toad now allows you to rearrange connection bar buttons by drag and drop. Right-click on Toad's toolbar and
choose Customize. When the customization dialog is shown you can drag and drop any menu item or toolbutton
to reposition it, including the buttons for each active connection.

Database Login Window


In the Database Login window, if you display connections in tabs (e.g., Tabbed by User), you can now filter the
tabs. This is useful if you have a large number of connections.

l To filter the tabs displayed, right-click a tab and select Filter Tabs. Then enter a text string in the search
box. The filter persists while the Database Login window is open.

Export Encrypted Connection Passwords


Toad now allows you to include connection passwords when exporting Toad connections. Encryption is
applied to protect the passwords. A master password is used to decrypt when importing the connections from
the export file.

Filter Connection Tabs


You now can easily filter tabs to display less connections in New Connection. Right-click any connection tab
and select Filter Tabs.

Toad for Oracle 13.2


8
Release Notes
Database and Data Management
ASM Flex Disk Groups
The Create Disk Group window now supports Oracle ASM flex disk groups. Create Disk Group is available
from the ASM Manager (Database | Administer | ASM Manager).
Note: Flex disk groups are available in Oracle Database 12c Release 2 and newer.

Compare Databases
When comparing single objects (Database | Compare | Single Objects), you now have the option to
compare the triggers on the table. To compare triggers, select the Options tab and then select the Include
Triggers check box.
When comparing data (Database | Compare | Data), Toad now supports BLOB, CLOB, NCLOB, and XMLTYPE
data types. You must have the EXECUTE privilege on the DBMS_CRYPTO package.
Note: The BLOB data type is not supported for synchronization using a sync script. You must use the Compare
Data window.

Compare Schemas
Improved handling of mismatched table columns. When a table in the target schema differs from a table in the
source schema by name alone, i.e. datatype, scale, precision, and column position are the same, the sync script
will default to rename the column. You can override the rename and opt to drop/create the column, instead,
when viewing the Difference Details.

Create Object Window Enhancements


This release includes an enhanced Create (Alter) Object window. New layout and appearance make this
window easier to use while functionality remains unchanged. Review the following details:

l Each window includes a toolbar for frequently-used actions. Where applicable, buttons are now intuitive
icons for easy identification.
l The tabs have been replaced by a streamlined panel on the left side where applicable categories are
listed. Select a category on the left-hand side to display options on the right-hand side.
l Windows that were modal, such as the Create User window, are now modeless.
l The format follows enhancements made to other windows in Toad, such as Compare Schemas.

Toad for Oracle 13.2


9
Release Notes
DBMS Auto Index
Support for Oracle's DBMS_AUTO_INDEX package has been added. This feature allows Oracle to
automatically create indexes as needed to achieve optimal performance by analyzing user queries.
Note: DBMS_AUTO_INDEX is available on Oracle Database 19c, Enterprise Edition on Engineered Systems
and Exadata Cloud Service, only.

Export Dataset
Use Table Name as Filename
When you export data from a data grid, the Export Dataset dialog allows you to enter a name for the export
file. You can now specify whether or not to automatically create a file name based on the name of a table
in the query.

Toad for Oracle 13.2


10
Release Notes
l To enable this option, right-click within the File field and select Auto filename from table.

l When this option is disabled, the last export file name is used. The option is disabled by default.

Export to XML as Non-Encoded Data


Now when exporting data to XML, if you select an encoding method other than ANSI, certain data is not
encoded. Specifically, all the characters listed in “Non-restricted characters” in Valid characters in XML will be
exported as clear text instead of using the "&#nnnn;" encoding format.

Export DDL
Include Sequences Used by Triggers
When exporting DDL for a table, if you select to include triggers, you now have the option to include the
sequences used by the triggers.

l In the Export DDL dialog (Database | Export | Export DDL), select the Script Options tab and then the
Tables tab. After selecting Triggers on the Tables tab, select Sequences used by triggers.

Hybrid Partitioned Tables


Toad supports hybrid partitioned tables in the following areas:

l Script Generation
l Create/Alter Table windows
l Compare Schemas

Note: Hybrid partitioned tables are a new feature of Oracle Database 19c.

Toad for Oracle 13.2


11
Release Notes
Schema Browser
View Objects without Segments
When viewing Tablespaces in the Schema Browser, the Objects tab now includes a new option to view objects
that do not have segments. Because Oracle does not always create a segment for a new object until a row is
added, these objects do not display in the Segments list. This new option allows you to display a list of objects
without segments.

l In the Schema Browser, when viewing Tablespaces, select the Objects tab and then select Objects
without Segments from the drop-down list.

Resetting Sequence Value


When altering a sequence (right-click, Alter) you can reset the sequence back to its start value by checking
Reset and clicking OK.

Copy Table Data


XMLTYPE is now supported when copying data from one table to another. Copy Table Data is accessible
from the Schema Browser's right-click menu, Data | Copy to another schema, and as an action in the
Automation Designer.

Sensitive Data Awareness and Protection


Expanded Sensitive Data Detection
New rules have been added to extend sensitive data detection to common European Union personal
data formats.

Copy Default Policies to Other Rules


You can configure default policies once and apply them to other rules of the same Category or Severity.

Identify Sensitive Data in Grids


When Sensitive Data Awareness is enabled, Toad identifies sensitive data columns in grids used to display
table/view data and query results.

Samples of Matched Values


When viewing rules (View | Toad Options | Sensitive Data | Search Rules) all built-in rules (RuleID < 4000)
display a list of sample values the rule will match.

Toad for Oracle 13.2


12
Release Notes
Automation Designer
Analyze Objects Action
Updated GUI is easier to use and still fully featured.

General
Workspace Enhancements
Display the Workspaces toolbar to view the following enhancements:

l You can now rename the current saved workspace.


l Workspaces are now sorted alphabetically, by default. You can toggle this feature on or off in Options |
Toolbars/Menus | Toolbars.

Migrate Tasks in the Task Scheduler


You can now easily migrate tasks scheduled to run using a previous version of Toad.

1. Select Utilities | Task Scheduler to open the Task Scheduler.


2. Tasks that are specified to run using a previous version of Toad are marked in red text. To migrate these
tasks to run using your current version of Toad, right-click the task and select Migrate Tasks.

Schema Chooser Enhancement


Right-click on Toad's schema chooser control to view the following enhancement:

1. From the Users to Load sub-menu you can opt to Hide Oracle-maintained schemas on Oracle
Database 12c and newer. Oracle-maintained schemas are internally managed by the database and
identified by having a value of 'Y' for the ORACLE_MAINTAINED column in ALL_USERS.

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.

Toad for Oracle 13.2


13
Release Notes
Enhancements from Idea Pond
The following is a list of enhancements submitted by Toad for Oracle users through Idea Pond and implemented
in this release.
The Toad for Oracle Idea Pond on Toad World is a site where you can submit your ideas to improve Toad and
vote or comment on ideas submitted by other users. The Toad development team has always been driven by
Toad customers, and Idea Pond makes it easy for you to tell us what changes are most important.

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.

Enhancement Issue ID Link to


Idea
Pond

You can now include elapsed time or row count in the spool SQL output. In the Spool TOR- link
SQL window, click the "Options" button and select your options from the drop-down list. 2681
Editor: Matching parentheses ( ) and brackets [ ] are now highlighted when your cursor is TOR- link
placed anywhere within the range of the opening and closing brackets. If a bracket does 2682
not have a match, it is highlighted red (by default). You can customize highlighting in
Options | Editor | Font and Styling.

Toad for Oracle 13.2


14
Release Notes
Discontinued Features
Knowledge Xpert. Knowledge Xpert is no longer available on Toad World. Beginning with release 13.1, Toad
components no longer reference the online Knowledge Xpert.
Ask a Question. The Go to Toad World and Ask a Question commands on the Toad World toolbar have been
replaced. To ask a question, click the Forums toolbar button to go directly to the forum. To go to Toad World,
click the Forums or the Browse Blogs toolbar buttons. You can also use the Help menu: Help | Toad World |
Forums. This change is found in Toad for Oracle 13.1 or later.
Integration with Toad Intelligence Central. Beginning with Toad for Oracle 13.1, Toad no longer provides
integration with Toad Intelligence Central. The Toad Intelligence Central window is not available and you
cannot publish scripts, files, Code Analysis results, and other resources to a Toad Intelligence Central server
using Toad for Oracle. You cannot connect to Toad Intelligence Central through Toad for Oracle.

Toad for Oracle 13.2


15
Release Notes
Resolved issues
The following is a list of issues addressed and enhancements implemented in this release of Toad for Oracle.

Toad for Oracle 13.2


The following list of resolved issues includes issues received from the Toad for Oracle forum and
Toad Beta users.

Issue ID Link to Forum Resolved Issue


Post

TOR-822 Generated block produces variable names exceeding 30 chars


TOR-1176 Can't use Korean font
TOR-1263 link Breakpoint positions are lost when formatting
TOR-1831 link Impossible to CTRL+Click on package name
TOR-2105 Toad 12.12 menu font size does not change with Windows Control Panel
display setting at 125%
TOR-2249 link SQL using ANSI join within PL/SQL doesn't execute when selected
TOR-2254 The Script Tab not showing NULL values
TOR-2603 overloaded procedure always selects the first instance when executing from
the Schema Browser
TOR-2617 Default schema does not work in Editor as it used to.
TOR-2647 SVN: object fails if the comment matches the VCS Project name
TOR-2661 Rule 6405 is not triggered
TOR-2671 LIOOB querying tables with nested column types

TOR-2731 link Format Case Only replaces tab with space


TOR-2789 Opening Saved SQL from SQL Recall no longer displaying the name of the
Saved SQL
TOR-2853 TSR prompts for password if it contains a space
TOR-2911 Connection colors not changing in windows - requires restarting Toad
TOR-3013 show pdbs command does not work in F5

Toad for Oracle 13.2


16
Release Notes
Issue ID Link to Forum Resolved Issue
Post

TOR-3056 " Alt+/" not working for Upper case


TOR-3068 ORA-01017 error occurred when Toad recovers after crashing and
reconnects.
TOR-3080 Cannot modify menu shortcut if it conflicts with another command
TOR-3106 Can't type € into the Toad Editor, Schema Browser, Import Filter, stc.
TOR-3114 When closing password prompt for connection, connection window closes
TOR-3128 Error and AV when altering a table when not restricted through Toad
Security
TOR-3130 Compare Objects - Ignored Object Names cause false differences
TOR-3149 link Editor not opening correctly in SDI and One/Connection

TOR-3152 link Editor removes unprintable characters


TOR-3161 link Run Proc changing Toad's date format.
TOR-3164 SB Data filtering not working properly for certain tables
TOR-3167 Editor wrongly changing current schema after query when logged in as
SYSDBA
TOR-3168 File splitting adds additional tags and open tabs with every save and split
TOR-3186 link Java name not shown on tab caption after compile
TOR-3194 Custom Data Filter in schema browser not working correctly
TOR-3195 link No way to include leading spaces on data import
TOR-3196 F4 Does not work in Current Statement tab
TOR-3214 link ORA-01719 during Schema compare
TOR-3245 Oracle Compatible Version handled incorrectly
TOR-3248 link Unchecking columns still includes them in SQL*Loader Control File
TOR-3250 OS Date settings not correctly detected

TOR-3251 ORA-00922 running tablespace script in Exadata 18c


TOR-3252 Data Generation - Commit Every option not saved in SQL*Loader file
TOR-3261 link CTRL+Insert not working in all grids
TOR-3265 /EXEC comman line parameter non-functional
TOR-3266 Toad's date format changing when windows date format changing
TOR-3280 Script generation queries against V$IM_COLUMN_LEVEL even when "In
Memory" option is set to "Never"
TOR-3282 "Display all results in grid" not remembered in Export Dataset
TOR-3283 Auto Optimize won't connect EXTERNAL or Proxy connection
TOR-3285 F9 can stop working in the editor in SDI mode

Toad for Oracle 13.2


17
Release Notes
Issue ID Link to Forum Resolved Issue
Post

TOR-3296 link Explain Plan not switching RAC instances in session browser
TOR-3297 Tables skipped if different PK but "Use DB Link" option checked
TOR-3299 link Access Violation with cursor bind variable
TOR-3304 Toad slow to start
TOR-3309 Full snippet is not detected correctly
TOR-3313 Large VARCHAR2 columns (>4000 chars) not copied
TOR-3315 Cntrl+Enter not working correctly when code includes Tabs
TOR-3341 Temp tbs of pluggable does not show while on container
TOR-3343 Missing support for LOW lob compression in GUI

TOR-3351 Spotlight essentials login fails


TOR-3360 Collation clause sometimes appears when not valid
TOR-3371 link Navigator not sorting alphabetically
TOR-3375 Toad Schema Browser access violation when refreshing job details in
treeview
TOR-3376 link SQL Recall allowing duplicate statements to stack up
TOR-3384 Auto commit option reinstated
TOR-3387 Script is missing constraint references
TOR-3388 link Import Table Data looking at wrong decimal/thousand separator settings
TOR-3415 link Ctrl+Right does not stop on period
TOR-3433 link Fetch can't be cancelled on "group by"
TOR-3439 link DBMS Output polling not working
TOR-3448 link SB LHS and RHS can get out of sync
TOR-3452 Ctrl+Del behavior differs from Toad 12.7 and earlier

TOR-3453 link Editor dock layout is not remembered


TOR-3454 Can't always choose target table for export
TOR-3456 Access Violation when closing tab
TOR-3457 F5: Invalid data for a node of type 'CDATA' when running a query against
dba_hist_sql_plan
TOR-3519 Error when trying to get index size from LHS Indexes
TOR-3557 Code Analysis messages window not being shown when no violations exist
and manually launched
TOR-3587 SQLLoader can't run control files that specify datafile w/o path
TOR-3564 Script generation of Unified Audit Policies throws exception in Oracle 19c
TOR-3600 link Grid Find Dialog difficult to select rows

Toad for Oracle 13.2


18
Release Notes
Issue ID Link to Forum Resolved Issue
Post

TOR-3602 link Error message is corrupr


TOR-3610 Use ALTER instead of CREATE OR REPLACE when possible with TYPES
TOR-3615 link Can't get past first nested object in grid popup editors
TOR-3618 DESC command is reporting wrong column size
TOR-3648 link Trigger Scripts: Schema name not getting added/removed in FOLLOWS
TOR-3701 link Next run date calculation sometimes showing wrong timestamp
TOR-3784 link Negative values appearing in Wait Event chart
TOR-3796 ORA-00942 in Schema Browser with Oracle Cloud ATP and SELECT ANY
DICTIONARY privilege

TOR-3853 link Import Table Data GUI problem importing from multi-sheet excel file
TOR-3863 link Excessive white space at bottom of grid with vertically oriented monitor
TOR-3929 link File Compare/Merge window cuts off underscores when font size is
increased
TOR-3970 link Object Type list is empty when compare single object is launched from
DESC window
TOR-4013 RETENTION clause wrong in scripts with securefille LOBs.

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 for Oracle 13.2


19
Release Notes
Known issues
The following is a list of issues, including those attributed to third-party products, known to exist in this release
line at the time of the current release.

General known issues


Known Issue Issue ID

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:

1. Client shows as invalid


2. Client version is not detected
3. As a result of #2, columns of the following datatypes are not shown in the Schema
Browser table data: CLOB, BLOB, NCLOB, XMLTYPE, TIMESTAMP, INTERVAL,
BINARY_DOUBLE, and BINARY_FLOAT

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).

Toad for Oracle 13.2


20
Release Notes
Known Issue Issue ID

Schema Browser N/A


Sometimes after pressing "Compile invalid objects", you may get ORA-20000, ORA-06512, or
ORA-06512 errors. This could mean that you do not have the privileges to compile the object,
but it also happens when the schema contains a package body that does not have an
associated spec.
Workaround: Look in the schema that you are trying to compile to see whether there are any
orphan package bodies. If it is your own schema, then do:select * from user_objects o1 where
object_type = ''PACKAGE BODY'' and not exists (select ''x'' from user_objects o2 where
o2.object_name = o1.object_name and o2.object_type = ''PACKAGE'') Then drop any orphan
package bodies that are found.

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.

Data Modeler: N/A

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.

Data Grids known issues


Known Issue Issue
ID

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.

Code Analysis known issues


Known Issue Issue ID

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

Toad for Oracle 13.2


21
Release Notes
Known Issue Issue ID

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.

Editor known issues


Known Issue Issue ID

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.

Session Browser known issues


Known Issue Issue ID

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.

Team Coding known issues


Known Issue Issue ID

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

Toad for Oracle 13.2


22
Release Notes
Known Issue Issue ID

commands may fail.

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.

Team Coding is disabled for mixed-case object names. N/A

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)

Unicode known issues


Known Issue Issue ID

The following features in Toad do not support Unicode: N/A

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.

Toad for Oracle 13.2


23
Release Notes
Third-party known issues
Known Issue Issue ID

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.

Toad for Oracle 13.2


24
Release Notes
System requirements
This section contains the hardware, software, and privileges required to run Toad for Oracle, as well as the
database and virtual environments that Toad for Oracle supports.

Hardware requirements
Requirement Details

Processor 1 GHz processor

Memory l 1 GB RAM - Toad for Oracle 32 bit


l 2 GB RAM - Toad for Oracle 64 bit

NOTE: The memory required may vary based on the following: 

l Applications that are running on your system


l Size and complexity of the database
l Amount of database activity
l Number of concurrent users accessing the database

Hard disk space l 120 MB - Toad for Oracle 32 bit


l 150 MB - Toad for Oracle 64 bit

Operating system l Windows Server 2008 R2 (64-bit) - 2 CPU required


l Windows 7 (32-bit and 64-bit)
l Windows 8 and 8.1 (32-bit and 64-bit)
l Windows Server 2012 (32-bit and 64-bit) - 2 CPU required
l Windows Server 2012 R1 and R2 (64-bit) - 2 CPU required
l Windows Server 2016
l Windows 10

Toad for Oracle 13.2Release Notes


25
System requirements
Database 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:

l Oracle Client or Instant Client 10.2.0.5


l Oracle Client or Instant Client 11.2.0.1/11.2.0.3
l Oracle Client or Instant Client 12c Release 1 and 2
l Oracle Client or Instant Client 18c
l Oracle Client or Instant Client 19c

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.

Database server Oracle versions:

l 10g Release 2
l 11g Release 1 and 2
l 12c Release 1 and 2
l 18c
l 19c

IMPORTANT: It is recommended that your client version be of the same


release (or later) as your database server. This is an Oracle
recommendation to prevent performance issues.

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.

Toad for Oracle 13.2Release Notes


26
System requirements
Additional requirements
Requirement Details

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

Application virtualization Citrix® XenApp

Desktop virtualization (VDI) vWorkspace™ 7.0 has been tested.

Server virtualization Oracle VM 3.1 has been tested.


VMware ESX Server 3.5, 4.0, and 5.5 have been tested.

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.

Operating System Requirements

Windows 7 l Read access to the Oracle client folder


l Read/write privileges on the Oracle Home directories that you use
for your connections

Windows 8 and later l Read access to the Oracle client folder


Windows Server 2012 and l Read/write privileges on the Oracle Home directories that you use
2016 for your connections

NOTE: Other functionality in Toad may require additional privileges.

Toad for Oracle 13.2Release Notes


27
System requirements
Product licensing
To activate a trial
1. Go to the trial download web page: https://www.quest.com/products/toad-for-oracle/software-
downloads.aspx, accessed through the product page.
2. Select the Toad for Oracle Edition that you want to try.
3. Log in to your account or register.
4. Accept the license terms.
5. Download the trial file.

To activate a purchased commercial license


1. Go to the Quest Support website: https://support.quest.com/
2. Type the name of the product that you want to activate in the Enter your product to find support field.
3. Select Download New Releases.
4. Download the installer file.

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.

Toad for Oracle 13.2


28
Release Notes
Getting started with Toad for Oracle
Toad for Oracle is distributed in the Toad for Oracle 2019 Editions at https://support.quest.com/download-
product-select.

Upgrade and installation instructions


Please refer to the Toad for Oracle Installation Guide at https://support.quest.com/technical-documents for
installation and upgrade instructions.
Upgrades for Toad for Oracle can install side-by-side with any previous versions you have installed. You can
run the new and previous versions concurrently.
The first time you run the new version of Toad, the settings files from the previous version are automatically
imported. To start with a clean set of user files, go to Utilities | Copy User Settings, then select Create a clean
set of user files from the base installation.
NOTE: Toad supports importing settings only if the new version is within two releases of the previous
version. If your versions are more than two releases apart, you need to install an intermediate version to
successfully import the files.

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

Toad for Oracle 13.2


29
Release Notes
Globalization
Global Operation Statement
This section contains information about installing and operating this product in non-English configurations, such
as those needed by customers outside of North America. This section does not replace the materials about
supported platforms and configurations found elsewhere in the product documentation.
This release was not enabled and tested for international operation. Only U.S. English configurations of this
product and U.S. English datasets are fully supported. Support for non-ASCII characters or non-English
configurations may work appropriately, but these configurations have not been tested and this release should
be used with caution in these environments.
This release has the following known capabilities or limitations: Toad 13.1 is a Unicode application. As such, it
has native support for any Oracle Unicode character set, such as UTF8 or AL32UTF8. There are some features
in Toad which use or invoke Oracle Utilities or applications which are not themselves Unicode applications.
Their functionality is therefore limited to the character set of the client on which Toad is running, and NLS_LANG
must be carefully set to match the Windows character set
We have also observed issues with US7ASCII when used with non Latin characters.

Toad for Oracle 13.2


30
Release Notes
Toad for Oracle Editions
Each Toad for Oracle Edition is packaged with additional Quest products to expand your experience. The
following products may be part of your Toad for Oracle Edition:

l Toad for Oracle 13.2


l Benchmark Factory for Databases
l Code Tester for Oracle
l Spotlight on Oracle
l SQL Optimizer for Oracle
l Toad Data Modeler

The following Toad for Oracle Editions are available:

Edition Licensed

Toad for Oracle Base Edition Toad® for Oracle®


Toad® Data Modeler (free use)

Toad for Oracle Professional Toad® for Oracle® Professional


Edition Toad® Data Modeler (free use)

Toad for Oracle Xpert Edition Toad® for Oracle® Xpert — Includes all features in Base and Professional
Editions
SQL Optimizer for Oracle®

Toad for Oracle Developer Toad® for Oracle® Xpert


Edition Code Tester for Oracle®
Benchmark Factory® for Databases - Oracle Edition

Toad for Oracle DBA Edition Toad® for Oracle® Xpert


DB Admin Module Add-on
Spotlight on Oracle® — Includes Spotlight on Unix/Linux, Spotlight on
Windows, and Spotlight on Oracle Data Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

Toad for Oracle DBA RAC Toad® for Oracle® Xpert


Edition DB Admin Module Add-on

Toad for Oracle 13.2


31
Release Notes
Edition Licensed

Spotlight on Oracle® with RAC Option — Includes Spotlight on


Unix/Linux, Spotlight on Windows, and Spotlight on Oracle Data Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

Toad for Oracle DBA Exadata Toad® for Oracle® Xpert


Edition DB Admin Module Add-on
Spotlight on Oracle® with RAC and Exadata Options — Includes Spotlight
on Unix/Linux, Spotlight on Windows, and Spotlight on Oracle® Data
Guard
Benchmark Factory® for Databases - Oracle Edition
Toad® Data Modeler

NOTE: The DB Admin Module can be added to any Toad Edition.

Toad for Oracle 13.2


32
Release Notes
About us
We are more than just a name
We are on a quest to make your information technology work harder for you. That is why we build community-
driven software solutions that help you spend less time on IT administration and more time on business
innovation. We help you modernize your data center, get you to the cloud quicker and provide the expertise,
security and accessibility you need to grow your data-driven business. Combined with Quest’s invitation to the
global community to be a part of its innovation, and our firm commitment to ensuring customer satisfaction, we
continue to deliver solutions that have a real impact on our customers today and leave a legacy we are proud of.
We are challenging the status quo by transforming into a new software company. And as your partner, we work
tirelessly to make sure your information technology is designed for you and by you. This is our mission, and we
are in this together. Welcome to a new Quest. You are invited to Join the Innovation™.

Our brand, our vision. Together.


Our logo reflects our story: innovation, community and support. An important part of this story begins with the
letter Q. It is a perfect circle, representing our commitment to technological precision and strength. The space in
the Q itself symbolizes our need to add the missing piece — you — to the community, to the new Quest.

Contacting Quest
For sales or other inquiries, visit www.quest.com/contact.

Technical support resources


Technical support is available to Quest customers with a valid maintenance contract and customers who have
trial versions. You can access the Quest Support Portal at https://support.quest.com.
The Support Portal provides self-help tools you can use to solve problems quickly and independently, 24 hours
a day, 365 days a year. The Support Portal enables you to:

l Submit and manage a Service Request


l View Knowledge Base articles
l Sign up for product notifications
l Download software and technical documentation
l View how-to-videos
l Engage in community discussions

Toad for Oracle 13.2


33
Release Notes
l Chat with support engineers online
l View services to assist you with your product

Toad for Oracle 13.2


34
Release Notes
© 2019 Quest Software Inc. ALL RIGHTS RESERVED.
This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a
software license or nondisclosure agreement. This software may be used or copied only in accordance with the terms of the
applicable agreement. No part of this guide may be reproduced or transmitted in any form or by any means, electronic or
mechanical, including photocopying and recording for any purpose other than the purchaser’s personal use without the written
permission of Quest Software Inc.
The information in this document is provided in connection with Quest Software products. No license, express or implied, by estoppel
or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Quest Software products.
EXCEPT AS SET FORTH IN THE TERMS AND CONDITIONS AS SPECIFIED IN THE LICENSE AGREEMENT FOR THIS
PRODUCT, QUEST SOFTWARE ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR
STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL
QUEST SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL
DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION OR
LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF QUEST
SOFTWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Quest Software makes no representations or
warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to
specifications and product descriptions at any time without notice. Quest Software does not make any commitment to update the
information contained in this document.
If you have any questions regarding your potential use of this material, contact:
Quest Software Inc.
Attn: LEGAL Dept
4 Polaris Way
Aliso Viejo, CA 92656
Refer to our Web site (https://www.quest.com) for regional and international office information.

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.

Toad for Oracle Release Notes


Updated - 10/17/2019
Version - 13.2

Toad for Oracle 13.2Release Notes


35
About us

You might also like