Toad 12.8.0.49 Folding Bug in PL/SQL with update-Statement
The folding of following code is off.It starts at the line with "when 1 then", and ends at "end case;" instead of "else".DECLARE dummy NUMBER;BEGIN case dummy when 1 then update sometable...
View ArticleRE: Copy function slow
I also just moved to .49 version"Copy text in rich text format" on the Editor|Behavior page in Options was on.After turning it off, the ctrl+c works just like it used to.Thanks for the question and...
View ArticleRE: Copy function slow
Going forward this option will default to off. It only hinders performance and has no positive effect on writing code.
View ArticleCopy function slow
Just moved to Toad 12.8.0.49. When you have a very large package displayed in the editor tab and you want to copy just one line of code or just a few lines of code, when you perform CTRL-C to copy...
View ArticlePivot / Crosstab in Toad 12.5.1 Question
I am struggling with trying to get a Pivot to work in Toad 12.5.1. I have tried this two ways. One based on an internet search that used Toad 11.0. The other based on MS Access SQL logic that worked...
View ArticleRE: Health check type comparisons for joins
Thanks for your answer.However the issue is still unclear for me.What could be the problem if the is no difference in the way number and number(8) is stored physically?Furthermore you will never see...
View ArticleRE: Health check type comparisons for joins
I think the only potential problem between NUMBER and NUMBER(8) is that the NUMBER column can store some data that the NUMBER(8) column cannot.
View ArticleHealth check type comparisons for joins
Hi,toad health check shows for the check of type matching of join columns number vs number(8) as an issue.For my part i dont see any reason for this as there is no physikal difference in those two and...
View ArticleRE: How do I get the password when doing a create database link?
In the script options, there is a checkbox for "If possible, include "identified by values" clause in 11g and newer."Make sure this is checked. In 11g and newer, you can only get the password if you...
View ArticleHow do I get the password when doing a create database link?
Hi,I created a script for a Create Database Link for an Oracle 9I database. I want to move this Create to an Oracle 11g database. The script has an "Identified by <password>" which usually...
View ArticleRE: Toad for Oracle 12.7.1.11 crashes with EAccessViolation
Brad, I am seeing the same issue after having installed 12.8. I will be sending you the support bundle now.
View ArticleToad for Oracle 12.7.1.11 crashes with EAccessViolation
Hello,I am running Toad for Oracle 12.7.1.11, with an Oracle 12.1 64-bit client on Windows 7 64-bit. As of the last version of Toad, I was getting this crash about once every two or three days of...
View ArticleRE: Toad for Oracle 12.8 Export Grid to Excel - Use Only 'General' Cell...
I don't remember offhand the reason why it was removed, but it was added back into the 12.9 betas. So if you get the beta, you'll have it back. If you don't want the beta, you can change the format...
View ArticleRE: Toad for Oracle 12.8 Export Grid to Excel - Use Only 'General' Cell...
Thank you John for your reply.I don't have 12.9 beta... and now I change the format every time in Excel. I don't want to put a TO_CHAR because it means changing for thousands of queries already...
View ArticleRE: Toad for Oracle 12.8 Export Grid to Excel - Use Only 'General' Cell...
You are eligible to download and use the 12.9 beta since you have 12.8.www.toadworld.com/.../You can leave 12.8 installed while 12.9 beta is also installed. Sorry for the inconvenience.
View ArticleToad for Oracle 12.8 Export Grid to Excel - Use Only 'General' Cell...
Hi everybody.I usually use Toad for Oracle to exctract some data from our Oracle DB and export the results to Microsoft Excel.I updated my Toad client to the 12.8 and now, when I export the grid to...
View ArticleRE: Toad for Oracle 12.8.0.49 crashes with EAccessViolation
Hello, I see this is related to another issue as you replied to another thread about this. Are you getting a popup crash screen like the one attached in this thread? www.toadworld.com/.../25434 Can...
View ArticleToad for Oracle 12.8.0.49 crashes with EAccessViolation
I read a thread on this issue that said it should be corrected in 12.8 but apparently not. I am getting this error when switching between connected databases. I am not sure yet if it has anything to do...
View ArticleExporting multiple tables to csv
Dear all,I am quiet new with Toad for Oracle.v12I want to Export multiple tables by scfript to csv, e.g.select * from customer into c:\hs\customer.csvselect * from articles into c:\hs\articles.csv How...
View ArticleRE: Toad for Oracle 12.8 Export Grid to Excel - Use Only 'General' Cell...
I have 12.8.0.49 Freeware edition.... :-(
View Article