Forum Post: RE: Co-worker unable to access TOAD Forum
This solution worked! Thank you. FYI, there is no "Groups" tab on the site, it seems to be called "Products Discussion & Resources" now. I find it curious that even to log into Toad and connecting...
View ArticleForum Post: RE: Code Analysis: Rule 5406 (unused parameters) not triggered as...
Hi Andre, no, I think you got me wrong, let me try to explain it again. The fact that my_procedure_1 does not use the parameter is a problem of my_procedure_1 only, in my opinion there is no need for...
View ArticleForum Post: RE: Code Analysis: Rule 5406 (unused parameters) not triggered as...
My gosh, you're right of course! The parameter param_1 of ...proc_2 is unused indeed. Thanks for this case, is on the fix list. (QP-1859) Andre
View ArticleForum Post: Comment with timestamp in editor
Is there a possibility to insert a comment with timestamp into source code by just typing a shortcut? When doing changes in the source code I use to document this at place by a comment line including...
View ArticleForum Post: RE: AW: AW: ALT + Left/Right produce special character
I apologize for resurrecting such an old discussion, but I wanted to get some further feedback on this. I also have this problem, so I really appreciate the explanation given. However, my keyboard has...
View ArticleForum Post: RE: AW: AW: ALT + Left/Right produce special character
Thanks Matt, I thought I was the only one with that problem :) I have replied back then, but I don't see it in this current thread....
View ArticleForum Post: RE: AW: AW: ALT + Left/Right produce special character
Oh yeah, look at that, you are right, if you turn off num lock, it does not insert the characters when using the non-numeric arrows! Still, this seems like a bug, so hopefully it can get resolved in...
View ArticleForum Post: RE: AW: AW: ALT + Left/Right produce special character
I had forgotten about this one, but I just officially logged it so it will no longer be forgotten. Thanks, Michael
View ArticleForum Post: Team Coding - Subfolder Structure creates multiple checkin on TFS
Dear All Actually I am using toad version control 12.9 with TFS. For the Subfolder Structure I have choosen the option 'Schema / Object Type / . If I modify two tables and I perform the 'checkin-in...
View ArticleForum Post: RE: Comment with timestamp in editor
This is not possible, but it's a good idea. There are code templates that could support this with not much work. Code Templates having the "Advanced" flag set will use to indicate caret position and to...
View ArticleForum Post: RE: Comment with timestamp in editor
Thank you Michael, you exactly explained what I'm looking for. So I'm looking forward to the next version of TOAD for Oracle where this feature will be implemented ;)
View ArticleWiki: Code Tester for Oracle Wiki
A useful collection of resources for Code Tester for Oracle that can be freely added to and updated by the community.
View ArticleWiki: SQL Optimizer for Oracle Wiki
A useful collection of resources for SQL Optimizer for Oracle that can be freely added to and updated by the community.
View ArticleForum Post: RE: Team Coding - Subfolder Structure creates multiple checkin on...
Hey Marco, Unfortunately, this is the standard behavior for Toad 12.9. While the Team Coding side of Toad was completely rewritten for Toad 12.9, the VCS integration side still contains some older...
View ArticleForum Post: RE: Describe window not updating when object is already displayed
This is done for 12.11 beta #1.
View ArticleForum Post: Drag and drop column name from grid
I recently converted from SQLNavigator to TOAD. One feature in SQLNav that I used a lot was the ability to drag a column name from the grid up to my query. For example, I run select * from myTable....
View ArticleForum Post: RE: Toad-12.5 formatter behavior changed (again)
I am having the same problem. Since I upgraded to the latest TOAD DataPoint version (4.0) the SQL formatter mis-interpret my saved preferences and I cannot figure how to make it behave like it did with...
View ArticleForum Post: RE: Drag and drop column name from grid
The ctrl-F9 helps, although it is not as easy (you have to copy/paste instead of just drag). But can use it. The code insight does not always work, especially with complicated queries. Sometimes it is...
View ArticleForum Post: Comments in View Scripts?
hi i noticed Oracle Sql Developer includes field-level and view-level comments in generated scripts. Toad does not (as far as i can tell). Any plan to add this feature? thx
View Article