Forum Post: Code-analysis: Detect unused cursors
Not sure if the eixsing rule for unused variables should be extended or if this is a new rule, but it would be great if unused cursors could be detected too. Is this possible? CREATE PACKAGE BODY...
View ArticleForum Post: How to format using ALLMAN style
Hi all. I like Toad formatter, but I want to change the way it formats parentheses and semi-colon with SQL Statements. Here is a sample to explain what it current does (after I have fiddled with...
View ArticleForum Post: RE: current statement count off by 1
Sorry the images were scrubbed, a Word file with the images is attached.
View ArticleForum Post: RE: current statement count off by 1
Sorry, the images were scrubbed; please see the attached.
View ArticleForum Post: RE: How to format using ALLMAN style
Thanks Andre. I will give it a second look. I am pretty sure though that I won’t give me what I want. That is OK though. It is in the grand scheme, a minor annoyance. Kevin Meade 1.860.886.7403 (Home#)...
View ArticleForum Post: RE: current statement count off by 1
Hey Larry, Your images got cut off in the Word document, so they don't seem to show the issue you're experiencing. However, I was able to reproduce your issue in-house based on your followup post. I...
View ArticleForum Post: Editor - changing Language on existing window from SQL to Text...
I had an Editor SQL window open, pasted in some non-sql text, got a bunch of syntax highlighting, rt-click on language/syntax highlighting changing it from SQL to Plain Text. Red marks remained. When I...
View ArticleForum Post: RE: Editor - changing Language on existing window from SQL to...
There is probably some room for improvement here, but text highlighting is not the same as a text tab. A text tab does apply text highlighting, but it also eliminates a lot of the helper features...
View ArticleForum Post: alter package compile reuse settings
I don't see an option for the REUSE SETTINGS clause for the Compile option in the SB. Is it available? I've never used it until now (apparently it's been around for awhile), but we may find it useful...
View ArticleForum Post: RE: Editor - changing Language on existing window from SQL to...
Michael, thanks for the explanation. This is not something I normally do but I see now that the little tab icon still says "sql" so that should have been a clue, had I looked. So the Plain Text setting...
View ArticleForum Post: RE: current statement count off by 1
Thank you John! These are nits. Larry Wickliffe Monitoring, Performance and Tuning Services Lead, Data and Business Intelligence Services (DABIS) Office of Information Systems and Technology (OIST)...
View ArticleForum Post: RE: How to format using ALLMAN style
Kevin, > won’t give me what I want < Can you be precise on what exactly? Just one clause + style, not an entire program unit please. Thanks, Andre
View ArticleForum Post: Schema browser: Scrolling should not change table selection
This has bothered me for a long time, so I'd like to hear if there is a special reason for this implementation. When scrolling (mouse-wheel or scrollbars) vertically, the selected row changes. I don't...
View ArticleForum Post: RE: Import data from a TEXT UNICODE FILE
Hello . I'm using 11.6 Toad Version. I'm using AL16UTF16 for NLS_NCHAR_CHARACTERSET, I thing this charset can represent all characters. I import table data with table data wizard and I don't useinsert...
View ArticleForum Post: RE: "Access violation at address 00000000. Read of address...
I also have this issue, but it is not caused by any of the above. Rather, it happens whenever I connect to my desktop via Remote Desktop Connection (mstsc.exe), or when I return to my desktop after an...
View ArticleForum Post: Data grid Issue - Always opens in Read-only mode
Hi I am using Toad version 12.3. Data grid always opens up in READ-ONLY mode for me. I have tried changing View-options-data grid "use read-only queries" , "use immediate edits" but it is still not...
View ArticleForum Post: Adding a hint in filter definition
Hi is there any way to add a hint in filter (from grid) to get better execution performance. I.e select /*+ PARALLEL(SQL_PERF_FROM_HIST, 2) */ MONITORED_DATE, MODULE, SQL_ID, NR_EXECS, ELA_SECS,...
View ArticleForum Post: Code analysis: False positives with rules 2831 and 5809
The following snippet is marked by two rules. I believe that both of them are wrong: SELECT CAST( 1 AS INTEGER ) FROM dual CROSS JOIN dual; Rule 2831: Use PLS_INTEGER instead of INTEGER or equivalent...
View ArticleForum Post: Alias Replacement
I was using 12.1. Just installed 12.10. I can't find Alias Replacement (Ctrl-Shift-R) Is it hidden? Or does anyone know when it was removed? I'd like to revert to a version that has it.
View Article