Forum Post: RE: Why is numeric value returned in scientific notation
I don't have this option is there another way?
View ArticleForum Post: RE: Why is numeric value returned in scientific notation
If you run your queries with F9 (or click the "execute/compile statement at caret" button), then this is controlled in Toad's main options window: Options -> Data Grids -> Data -> Display...
View ArticleForum Post: RE: Toad 12.9 Team Coding with PVCS - Undo Checkout leaves object...
Hey Gary, I’ve been trying to reproduce the issue you’re describing in-house with our test server using Toad 12.9, but I’m not able to reproduce it. I upgraded our in-house PVCS test server to 8.5.3...
View ArticleForum Post: Pivoting an SQL script that already has pivot
Greetings! I currently have a script with pivot function in it. Attached you will find a JPEG file of my script (for ease of reading) and two files that shows current result of the script and desired...
View ArticleForum Post: RE: Pivoting an SQL script that already has pivot
Just put your entire query into a subquery, and then add a pivot to sort out the UAE/NonUAE Male/Female So... Select * from ( ) then, for the "2nd" pivot, add Pivot ( )
View ArticleForum Post: RE: Pivoting an SQL script that already has pivot
Thanks John for your prompt reply. I followed your suggestion but it did not work. I tried different variations of pivot options. It seems like I am doing something wrong. The modified code is as...
View ArticleForum Post: RE: Pivoting an SQL script that already has pivot
Hi Jollydoe, "It didn't work" is a little vague. Was there an error? If so, what was it? Or did the query run OK but not produce the result you were looking for? Please be more precise. Not having your...
View ArticleForum Post: Create new revision using TFO with GIT?
For Toad for Oracle version 12.9.0.71 ... Is there anyway to force a new revision for an Oracle object when using GIT with Toad for Oracle? I have installed GIT and created the base or initial...
View ArticleForum Post: error when opening session browser
Hi, I am getting "Stream read error" with below exception details when tried to open session browser in Toad Exception: ----------------------------------------------------- 2.1 Date : Wed, 14 Sep 2016...
View ArticleForum Post: RE: Pivoting an SQL script that already has pivot
Hi John, Sorry about the vagueness. I will not get into error detail for two reasons – your alternate solution worked for me & since you have not used PIVOT much, I will not both you with PIVOT...
View ArticleForum Post: RE: error when opening session browser
Go into your User Files folder (Probably something like C:\Documents and Settings\ \Application Data\Quest Software\Toad for Oracle\10.1\User Files). Then go down one more folder into the GUISettings...
View ArticleForum Post: formatter setting for alignments
Please tell me how can I get the formatter to take this: AND D.EFFDT = (SELECT MAX ( D_ED.EFFDT ) FROM PS_CF_ATTRIB_TBL D_ED WHERE D.SETID = D_ED.SETID AND D.CHARTFIELD_VALUE = D_ED.CHARTFIELD_VALUE...
View ArticleForum Post: TortoiseHg Workbench
Hello! I would like to use Source Control within Toad. What version if any uses TortoiseHG Workbench? I am using Toad 10.1.1.8. I have seen posts about Tortoise SVN. Is this the same thing? Thanks so...
View ArticleForum Post: RE: TortoiseHg Workbench
Hi Becky, TortoiseHg is for the Mercurial version control system, which is supported in the soon to be released Toad 12.10 (the next few weeks). TortoiseHg Workbench should install the Mercurial...
View ArticleForum Post: RE: formatter setting for alignments
This is an open request. See http://www.toadworld.com/products/toad-for-oracle/f/10/t/30967 for details. Thanks, Andre
View ArticleForum Post: Toad for Oracle - How to get the most out of this forum – Best...
The better a problem is described, the better the assistance tends to be. In order to better assist with your issue at hand, please include the following information in your initial post. - Product,...
View ArticleForum Post: Explain plan bug
Toad 12.9.0.71 (but saw this problem before as well). Start query (F9) in editor (no selection at all, sql determined with ";" while SQL is running (sometimes saw that even SQL finished), I click on...
View ArticleForum Post: Explain plan bug
Toad 12.9.0.71 (but saw this problem before as well). Start query (F9) in editor (no selection at all, sql determined with ";" while SQL is running (sometimes saw that even SQL finished), I click on...
View ArticleForum Post: RE: copy schema and data into new schema in a different existing...
Can this be done in script (instead of navigating), if I want to run it as a part of big script in the task scheduler?
View Article