Forum Post: Where did Syntax Highlighting setting go in Toad For Oracle v12.10?
I recently upgraded from 12.5 to 12.10. I imported my 12.5 settings, however, the Auto-Uppercase behavior while typing keywords in the editor is no longer working. I checked and under View - Options,...
View ArticleForum Post: Code assist and parentheses matching issues
Is anything being done to make code assist more reliable. It used to be great before v12.4 (or whenever Toad was rewritten), but now it frequently simply doesn't work. Also, will parentheses matching...
View ArticleForum Post: Toad Script Runner results missing time
Hi all, total newb here, but I did search and it looks like this format is correct. I get all of the data I need except for the time. I get the date, but I also need the time. Am I missing something...
View ArticleForum Post: Unused variable not detected (related to MEMBER OF)
CREATE OR REPLACE PACKAGE BODY test_package AS PROCEDURE x1 AS TYPE tab IS TABLE OF NUMBER; BEGIN IF( 1 MEMBER OF NEW tab() ) THEN NULL; END IF; END x1; PROCEDURE x2 AS v_unused BOOLEAN; -- not...
View ArticleForum Post: LISTAGG not allowed with only one argument
The following query is valid, but gets marked as ERROR: Found ')', Expecting: , SELECT LISTAGG( 1 ) WITHIN GROUP( ORDER BY 1 ) FROM dual;
View ArticleForum Post: Formatting of column aliases insufficient indentation
All, I'm on Toad Beta 12.12.0.7. On a select statement where some columns have an alias and some do not, I get the following result: I think the source code would appear cleaner, better readable and...
View ArticleForum Post: Formatter indents column alias too far
All, I'm on Toad Beta 12.12.0.7. When formatting a select statement with a long literal all aliases are indented to the far right: This makes it difficult to visually associate each column with the...
View ArticleForum Post: RE: Unused variable not detected (related to MEMBER OF)
Peter, You were probably expecting rule 6405 ("Avoid defining variables that are not referenced inside the program") to catch this. This old legacy rule still has to be converted to XPath (QP-158) and...
View ArticleForum Post: RE: Formatting of column aliases insufficient indentation
Abe, "if all columns had an alias" : If I follow this rule then I would get the aliases aligned near the end of the last, long, replace(...) item, hence about near the right hand side of the window....
View ArticleForum Post: RE: Schema browser: Scrolling should not change table selection
Did you get this one? Thanks, Peter
View ArticleForum Post: Formatter indents comment blocks too much
All, This relates to Toad for Oracle Beta12.12.0.7. I have a large query with some comment blocks. The new formatter insists on pushing the comments to the far right: I don't care much about small...
View ArticleForum Post: TOAD - Hang & Issue with Wipe User Settings
I am having a problem with TOAD in which about 30 seconds, the application becomes unresponsive. Other applications that I am using work fine, but TOAD just hangs. I tried to "Reset to a clean set of...
View ArticleForum Post: Posting a string with 1000 characters into the editor
When I paste a string with 1000 characters in one line into an editor, TOAD crashes. Can you reproduce this? Thanks, Peter
View ArticleForum Post: RE: Schema browser: Scrolling should not change table selection
Hi John, I think I know how it works right now, I just don't like it :) In my opinion, scrolling should never change the focus (and I don't know of any other software that does this). Auto-selecting...
View ArticleForum Post: Facing issue connecting to Database with following Error
OCI_INVALID_HANDLE, Can't initialize OCI. Error -1
View ArticleForum Post: Report Manager doesn't run
Click on Report Manager and nothing happens. Using .8 beta
View ArticleForum Post: RE: Report Manager doesn't run
Yes, that was it. Now I recall seeing this before. In 12.11, Report Manager positions in my visible window. I assume I moved it there at some point and save pos is set so the position is remembered....
View ArticleForum Post: Script runner aborts after compile error
All, This relates to Toad for Oracle Beta 12.12.0.8. I'm running a script (using F5) that defines a table or a materialized view of the table, depending on the system. After defining the object, it...
View ArticleForum Post: 12.11 drag from object palette vs 12.10
Hi everybody, double-clicking a table in object palette inserts the table name to editor without schema in 12.10 and 12.11 - ok. Dragging a table to editor inserts the table name without schema in 12....
View ArticleForum Post: RE: Facing issue connecting to Database with following Error
You do not have proper env variables or wrong Oracle / Toad versions. Please look in: www.toadworld.com/.../10105
View Article