RE: Usage of SQL%ROWCOUNT
It depends on how many rows were processed by the last DML (in your case a query) processed. In your test, I would expect SQL%ROWCOUNT to return 1 since the select count returns 1 row (the count), but...
View ArticleRE: Usage of SQL%ROWCOUNT
btw...In looking at your code, I'm not sure why you would want to call SQL%ROWCOUNT anyway, because all your doing is making sure there is at least one record that would return in your count variable....
View ArticleUsage of SQL%ROWCOUNT
Hi Experts,I have a doubt on usage of SQL%ROWCOUNT. I have a below package created.Here, when I try to print SQL%ROWCOUNT, it is showing value as 1 and if I print the variable, it is showing as 0...
View ArticleRE: AV on Schema Compare
Yes, I was able to reproduce, but I haven't tested in beta yet.I send an email to you offline.
View ArticleAV on Schema Compare
EurekaLog 7.2.6.0 Application:-------------------------------------------------------------- 1.1 Start Date : Mon, 25 Apr 2016 20:36:43 +0200 1.2 Name/Description: Toad.exe - (Toad™ for...
View ArticleRE: TC Output Error selecting project in SVN
Hey Ben, I do see this happening in Toad 12.8. It seems that Toad is not automatically creating the VCS project folders for the newly added schema. You could try one of three methods: 1) Go into...
View ArticleRE: Issues with Toad Team Coding
Hey Jeff, I’m sorry to hear you’re having trouble using Toad’s Team Coding feature. You mention a number of issues below, so I’ll try to cover as many of them as I can. First, Team Foundation Server...
View ArticleIssues with Toad Team Coding
We are using Toad version 12.8.0.49 and TFS 2015 with Visual Studio 2015.Here are some of the issues/problems that I have with the Toad Team Coding.I can't filter the objects displayed in the Team...
View ArticleRE: Problem with autocomple using joins and table alias
There were a few problems with Code Insight and ANSI join syntax that have been resolved for 12.9. 12.9 will be released early summer.
View ArticleRE: Problem with autocomple using joins and table alias
I should have added... your problem is one of those resolved. It works in beta.
View ArticleProblem with autocomple using joins and table alias
I've having a problem using auto complete when I join a table and subquently use the table alias. For example, the following won't auto complete. I've confirmed the "issue" on multiple...
View ArticleRE: Slow response in the Session Browser using Toad for Oracle version 12.7...
Thanks, John. That helps. Any word on when the fix will be put in place?
View ArticleRE: Slow response in the Session Browser using Toad for Oracle version 12.7...
As I understand it, the slowness is not Toad, but in the queries against the GV$ views. They aren't always slow but I have heard that they can be.You can test that by turning on spool SQL to capture...
View ArticleRE: TC Output Error selecting project in SVN
Hi John,thank you for the quick reply. Option 3 sounds fantastic but I think we will wait for the 12.9 Release becoming official.Option 1 by joining only one Scheme to a Team Project as a workaround in...
View ArticleRE: Got strange characters in results - TOAD 10.6
Dears,,plese i have the same problem , the data grid show as 췣쿣쿦촠유췑can help me?regards ,,
View ArticleRE: Got strange characters in results - TOAD 10.6
You may want to look at some of the blog posts on this subject: www.toadworld.com/.../identifying-the-source-of-potential-unicode-issues-in-toad-174-for-oracle...
View ArticleRE: Got strange characters in results - TOAD 10.6
Many have seen this problem go away just by installing a newer Oracle client.
View ArticleGot strange characters in results - TOAD 10.6
We installed TOAD 10.6 and when I did test run, I noticed some columns showed some strange characters. For instance, currency code should be USD, but the result show something like...
View ArticlePIVOT/CROSS TAB IN TOAD 12.5.1.1
I was wondering if you could help me understand why the code for pivoting in Toad is not working. I performed this in Access successfully and then tried doing this in Toad with no success. This is the...
View Article