Toad for Oracle 2025 R3 Beta

We are pleased to announce the Toad for Oracle 2025 R3 beta

We encourage you to participate in the beta program to help us deliver a high quality product. This is your opportunity to participate in the development, direction, and testing of Toad for Oracle. By becoming a beta tester you will have direct access to the development team and product management via the Toad World forum.

How to join the Beta program:

  1. Read the Beta Agreement. Downloading the Toad Beta constitutes usage agreement.
  2. Install Toad for Oracle version 25.2 for Windows (Non-subscription) first.
    a. This must be a licensed, non-trial version
    b. Run version 25.2 at least once before running the beta.
    c. Leave 25.2 installed. The beta does not replace it.
  3. Download and install the beta (links below)

Which version?

If you have a 32-bit Oracle client currently installed in a 32-bit or 64-bit environment:

If you have a 64-bit Oracle client currently installed in a 64-bit environment:

Beta Expiration

Each beta expires after 4 weeks, but new versions with later expiration dates are released often, typically on Mondays. An indicator will appear on Toad's status bar when a new version is available. Click it to download and install the update (No need to remove the old beta first, just install the new one on top of it). It's very easy. In this way you can continue to use the beta until the next version of Toad is officially released.

We encourage you to stay up-to-date with the most recent beta version, and do not hesitate to post suggestions or problem reports to this forum. The development team reads every post and typically responds very quickly.

A Note about Oracle Clients:

  • 12cR2 and 18c are the recommended client versions.
  • 19c and 21c clients will work, but they leak memory with LOBs, and sometimes hang when cancelling queries against 11gR2 servers. The memory leak is not terribly severe, but something to be aware of. You can just restart Toad if/when you need to reclaim the leaked memory.
  • 12cR1 and older clients don't handle XMLTYPE natively.

Toad's no-client option

  • Uncheck the "Use Oracle Client" box on the login window to connect to the database without an Oracle client.
  • Pros of no-client option:
    • No setup required
    • It is a bit faster than using a client.
    • Supported: LDAP, TNSNames.ora, TNS_ADMIN environment variable, Oracle Encryption and Data Integrity, Spool SQL, SSH, TCPS, IPV6, External authentication, and Oracle Wallet connections.
    • Can connect to every database version since 7.3!
    • Can connect to very old and very new database versions at the same time.
  • Cons of no-client option:
    • Not supported: Oracle client style tracing/logging, proxy connections, Kerberos
    • If you don't have an Oracle client installed, of course you won't have their tools like SQL*Plus, DataPump, Import/Export, but if you have a client installed Toad can still use these tools, even if you run Toad in no-client mode.

What is this sorcery that Toad can connect to the Database without an Oracle client?

  • The Oracle client is just DLLs (and some other files) produced by Oracle that know how to connect to the database. Toad now contains code that can achieve the same thing. We did not compile Oracle DLLs inside of Toad, or package them together in any way.

The beta change log is below

9 Likes

Toad Beta Change Log

Toad Beta 25.3.75.6376, Released 6-June-2025
Bug Fixes

  • Connections: Set Container command not running in newly created data grid sessions

Enhancements

  • Connections: Lock icon now appears on connection bar button if connection is encrypted or connected via SSH configured within Toad
  • Connections: Login window grid now shows SSH, TCPS, or Native in the "Security" column
  • Database HTML Doc Generator: Updated look
  • Connections: "Change Session" button dropdown items can now be sorted
  • Export DDL: "Another Schema" added as a new destination option

Toad Beta 25.3.55.6305, Released 9-June-2025
Bug Fixes

  • Dark Mode: Grid color changes after options opened
  • Dark Mode: Encryption message in login window difficult to read because of dark text on dark background
  • Dark Mode: SSH button on login window missing its icon
  • Editor: Bookmarks disappear after changing drawing style
  • Editor: Leading comments move far to the right when formatting a text selection
  • Export DDL: When extracting constraints to individual object files, 2 files for FK constraints were created
  • Export Utility Wizard: Hint added to "Query" tab
  • Generate Schema Script: Access violation when double-clicking on node expansion icon in results
  • TK Prof Wizard: Step labels not clickable

Enhancements

  • High DPI Support: We are in the process of updating Toad to fully support high DPI displays, with scaling set to anything higher than 100%. Mostly, it works great, but a few painting/scaling issues still exist. You can enable it at Options -> General.
  • SVG Icons: Along with high DPI support, we are in the process of updating all of our icons from bitmap to SVG. This will allow them to look crisp and sharp at any scaling. Not all icons are converted yet. We are about 75% done. You can enable this at options -> General.
  • Connections: "Connect as" added to color suggestion rules
  • Connections: Connection Dropdowns (as in Export DDL, Single Object Compare and other places) now contain a "recent" section
  • Export DDL: Look/feel updated
  • Export DDL, Generate Schema Script, Compare Schemas: These are now much faster when extracting DDL for thousands of objects
  • Schema Browser, Object Palette: Now able to display SYS views for databases which are mounted but not opened
  • Schema Browser: Favorites can now be drug in more easily. Also drag/drop to rearrange objects is now supported
  • Schema Browser: Unified Audit Policy "Enablement" tab now displays success/failure
  • Session Browser: Kill/Disconnect/Start Trace options now have a "Show SQL" button
  • Toad is now more responsive when switching from one maximized window to another

The change log for Toad version 25.2 is here

5 Likes