Forum Post: RE: Application Data Directory Lost
There's a file called SettingsLocations.ini that you can edit with notepad which should fix the problem. For me, this file is located at in C:\Users\Admin\AppData\Roaming\Dell\Toad for Oracle. Find the...
View ArticleForum Post: RE: Application Data Directory Lost
Thank you !! John Rose IT Specialist | Systems Administration | Oracle DBA 1920 Dayton Ave (Rm 3N703) Ames, IA 50010 USDA-APHIS-VS - National Centers for Animal Health (NCAH) - National Veterinary...
View ArticleForum Post: RE: Drag file into editor doesn't work
Hi Paul, I can't reproduce this issue you're having. I've tried on Win7 and 8. I open a WE instance right on top of Toad and can drag a .sql or .txt right from WE into the Editor, loads up, no...
View ArticleForum Post: RE: Wrong parsing binds ([Error] Explain Plan (12: 23):...
Fixed for next beta.
View ArticleForum Post: PLDoc support
Hello, I want to use new function PLDoc support released in 12.11.0.31 under menu Database/Report but I don't see it in menu. How to use it? Can I run it also from Automation Designer? Thanks
View ArticleForum Post: TOAD Base Edition Trial
Hi, I been searching everywhere but cant find a trial version of Toad for Oracle Base Edition to download. We currently running SQL Developer and would like to test the Base Edition, we are not Oracle...
View ArticleForum Post: TOAD 12.10.0.30. Formatting Options
Hello All, I have a question about Formatting Options in TOAD 12.10.0.30. Is the a way to put parameter declarations in columns. The only 3 options either line up IN with IN and OUT with OUT or compact...
View ArticleForum Post: How the 'use_merge' hint works
Hi Experts, We have seen a view in our account which is as below (Created by other resource long back) select /*+ use_merge(sub,seg1) PARALLEL(sub) */...
View ArticleForum Post: RE: TOAD Base Edition Trial
Hey Deon, For the links John supplied above, I believe all the trial editions include the Xpert version of Toad. If you'd like to know the features that are included in the various editions, the...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Try running it with debug set to y and see what query is being generated. That might give a clue. Cheers, Norm. [ TeamT ] -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
View ArticleForum Post: Creating Unit Tests
Hi I am watching the following video: https://www.quest.com/video/create-a-simple-plsql-unit-test-using-toad8121749/ but when I come to display the "PL/SQL Results" tab in order to create the unit...
View ArticleForum Post: New icons
Looks like the icons have been changed recently and I think I'm going to like them. The icon for triggers seems to be wrong (looks like a table instead): And I'm really curious what the new icons for...
View ArticleForum Post: RE: New icons
Our QA has determined that we should flip these back to avoid confusion. They'll be back to what they were previously for the next beta.
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Morning Tom, yes, that's pretty much what I did too.
View ArticleForum Post: Code-analysis: Wrong Rule 2131 - Use CONSTANT keyword wherever...
v_toad_test_type cannot be a constant: CREATE TYPE toad_test_type AS OBJECT ( x NUMBER(1), MEMBER PROCEDURE init_x ); CREATE TYPE BODY toad_test_type AS MEMBER PROCEDURE init_x AS BEGIN x := 1; END...
View ArticleForum Post: RE: Code-analysis: Wrong Rule 2131 - Use CONSTANT keyword...
Good catch, thanks Peter. Will fix asap. (QP-2387) Andre
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Norm, In reply to your message at 27 Apr 2017 8:12 AM: Looking at the code, mine and Tom Kyte's, there's a "feature"! If a single table has numerous columns with the same text contained, only the...
View ArticleForum Post: Optimizing queries in two sessions problem (obey previous best...
Hi, SQL Optimizer 9.2.0.4159 x64 on Windows 7 x64 (this is enough for problem I face). I have situations that some queries last for several hours, so all candidate are not possible to be run in one...
View Article