Forum Post: RE: Two minor foibles with Toad 13.0.0.80.
Foible #1 fixed for today's beta.
View ArticleForum Post: Database Health Check - Additional Checks?
I've been doing a few database health checks recently, and I've found Toads DB Health Check to be rather helpful. However, there are a couple of missing (in my opinion) useful checks that might be able...
View ArticleForum Post: Toad Team Coding keeps trying to logon to obsolete Team...
Back in TOAD version 12, we piloted Team Foundation VCS and decided not to use it. I went on to TOAD 13 beta and then installed TOAD 13.0.0.80 when it was released. But it seems like the TOAD 13...
View ArticleForum Post: Toad window closed automatically
Hi , Could you please help me to resolve the following issue. I am installed Toad 11.6 and it was working fine from last 6 months but now when I am logging to Toad , Toad window closed down...
View ArticleForum Post: Beta Released (13.1.0.16)
Beta Notes Export Dataset Added JSON as a format in Export Dataset
View ArticleFile: Managing Document Interfaces in Toad for Oracle
In this video, see how to take advantage of your monitor space with single or multiple document interfaces when using Toad for Oracle.
View ArticleBlog Post: Using Toad for Oracle with SharePlex 9.0
SharePlex is a database replication tool for replication in real-time. SharePlex does not incur a downtime for the source database, which makes it suitable for a high availability environment....
View ArticleForum Post: Script manager and send SQL query results to excel format
Hello, I just started using Script manager in version 11 but will try v13. My question is that I have to format the query results in an excel delimited format. Does anyone have any experience with...
View ArticleForum Post: RE: Script manager and send SQL query results to excel format
You can get Excel files out of Script Manager, but not automatically. It really wasn't made for that. Try this instead. 1) Go to Automation Designer in Toad 2) Create an "Export DataSet" action (click...
View ArticleForum Post: Why does TOAD for Oracle (13) no longer show scripts for users?
Why will TOAD for Oracle (13) no longer generate scripts to re-create/clone users or show the script for a given user under the RHS SCRIPT tab?
View ArticleForum Post: RE: error when trying to export any grid in SB
I get the error as soon as I rt-click in a grid and select "export dataset". Once I click OK I get an Export Dataset window with very limited options, including no export formats. EurekaLog 7.6.6.0...
View ArticleForum Post: Import workspace from earlier TOAD
Hi I just installed Toad for Oracle 13.0. Is it possible to import my workspaces from 12.12. The "Copy User settings..." doesn't work for workspaces BR An
View ArticleForum Post: Bracket highlighting in Editor Now highlights too many
I'm using 13.1.0.16 and checked it against the production release 13.0.0.80 which works fine. If you have a statement which uses nested brackets, the editor used to be clever enough to highlight the...
View ArticleForum Post: Toad 12.6: Schema Browser Data Grid sorting
I used to be able to sort by clicking on column Header, Ascending or Descending, with a single click. Has something changed? Right-click sort does not provide Ascending and Descending options. Please...
View ArticleForum Post: RE: Toad 12.6: Schema Browser Data Grid sorting
Column header sorting is disabled if you manually add an 'order by' to the query. Is that what's happening?
View ArticleForum Post: RE: Script manager and send SQL query results to excel format
Take out the "COLUMN" lines. Your query starts with the word "SELECT". Those lines that start with "COLUMN" are not part of your query, they are SQL*Plus commands. Most of the time in Toad, you don't...
View ArticleForum Post: RE: Script manager and send SQL query results to excel format
I just pasted your query into an Export Dataset action and it worked n Toad 13. If you are still on Toad 11, you may need to remove the semicolon at the end. Semicolons are also not really part of the...
View Article