Forum Post: RE: USGCB compliance run with admin privileges
Good Morning Brad, Thank you! I had not tried to run TOAD without admin privileges for some time; you are correct, no admin required to run after install. New thought; can you create a portable version...
View ArticleForum Post: RE: current statement count off by 1
Hey Larry, My apologies: unfortunately, I wasn't able to get to this issue for this release. We're currently at the end of the current release, and we had a lot to try to accomplish for this release....
View ArticleForum Post: Advanced Popup Menu
A little plug for the rt-click menu in Editor and elsewhere. There was a beta post mention the other day, but if that's all it gets and a note in the help it'll never be seen. Toad now supports...
View ArticleForum Post: RE: Advanced Popup Menu
That's great! Thank you for that enhancement. Sadly, I didn't even realize that Shift F4 was an option. I would have been using that a lot!  :-)
View ArticleForum Post: RE: Auto replace not maintaining case on Toad 12.11
I try your step in 12.10, it is also -select 'test' from dual; If you want to get the right result. You only need to check "Case Sensitive". Leave "Maintain Case on replace" unchecked. "Maintain Case...
View ArticleForum Post: Readability of formatted code
All, A simple question of readability and maintainability of code. This is an example of a call to our exception handler as formatted in 12.11 and up with Dynamic arrangement: exception when others...
View ArticleForum Post: TOAD - Automation Designer - Need to globalize SET commands
I am new to Automation Designer, and I am tasked with setting up a Continuous Integration service that keys off Jenkins deployment via a Git source repository which then makes a command line call to...
View ArticleForum Post: Would like to change the color of Session window background.
I would like to change the color of a session window background. Currently I am only able to change the color of the small bar at the bottom of the window. Are there any settings to do this? Thanks,
View ArticleForum Post: Menu and Icons are covered in a solid color and don't function...
Good Morning TOAD Team, Menu and Icons are covered in a solid color and don't function (with keyboard shortcuts, since nothing can be seen) when I open an item or two in forums. This is a recent bug....
View ArticleForum Post: RE: Advanced Popup Menu
No worries, it revealed a good bug sooner rather than later plus I got to refresh the brain on how to install and configure Windows. > I think I'm going to blame this one on Hurricane Irma....
View ArticleForum Post: Formatting of parameters on execute immediate
All, I'm currently on Toad for Oracle Beta 12.12.0.29. I have an exception handler that is formatted as follows: exception when others then execute immediate 'begin...
View ArticleForum Post: Formatter garbles comment, causing syntax errors
All, This relates to Toad for Oracle, Beta 12.12.0.29. The following line: @..\Packages\sys_utils.pks -- pre-declare because it's used by install package is reformatted as follows:...
View ArticleForum Post: Toad simply disappears
All, I'm on Toad for Oracle, Beta 12.12.0.29. I've just encountered another case where Toad simply disappears. Here's what happened (in a nutshell): While running a lengthy script using F5, the script...
View ArticleBlog Post: Introducing a Brand New Toad Product - Toad DevOps Toolkit
Back in July this year, I wrote a blog describing the challenges many organisations are facing as they try to embrace DevOps as a way to help increase their business agility through higher operational...
View ArticleForum Post: Toad Hang on F9
All, This relates to Toad for Oracle, Beta 12.12.0.29 I have a simple SQL statement that generates insert and update statements - just over 370,000 of them. So I run the query, export the result...
View ArticleForum Post: RE: Toad Hang on F9
It's likely waiting to parse. Executing requires knowledge of the statements and 370k statements is a lot to digest. Has the Navigator populated yet? After parsing it should execute without issue....
View ArticleForum Post: file extensions
When I am saving files, it is adding a .sql extension to the names. One example is for synonyms, we need them to be .syn for our migration scripts, and it is changing it to .syn.sql. This is happening...
View ArticleForum Post: RE: file extensions
Ok, I see now. In the save dialog if SQL Files is the active "Files of type" item and you type Test.syn it does add the .sql extension. I also can reproduce in older versions, but it's still a bug....
View ArticleForum Post: RE: file extensions
Actually, after discussing with John Dorlon the following has been determined... Toad appears to behave the same as Notepad.exe (but not Notepad++ or Delphi) This seems to be the behavior of the native...
View Article