Forum Post: RE: Error messages in Toad Editor
Thanks D M Flad , Manager of Base Technologies , Delaware Children's Dept, State of Delaware O: 302‐633‐2694 Cell/Emergencies: 302‐528-3652 Statewide Toll Free DSCYF Helpdesk: 800‐891‐9909
View ArticleForum Post: RE: Toad 12.9 tnsname.ora with tabs show squares on login page
I'm pretty sure - around 90% - that tabs are not allowed in a valid Tnsnames.ora file. They are one of many forbidden ones, like most unicode characters and those others with an ascii code less than 32...
View ArticleForum Post: Reconnect often fails after resuming from standby/hibernate
I am connecting to a local VM. After resuming from Windows standby or hibernate after several hours, reconnect usually fails. When asked to reconnect, I started another instance of TOAD instead. It was...
View Articleno update message when newer version is installed on same PC
Sometimes (almost ever) I cannot immediately start using newer Toad version after installing it before all my collegues also switched to it. Therefore the older and the newer version of Toad coexist on...
View ArticleComment on Introducing a New Free Utility Download – SQL Monitor
I had the same problem with the WIndows Server 2008 R2 gives error when opening the application: Assinatura do problema: Nome do Evento de Problema: BEX Nome do Aplicativo: SQLMonitor.exe Versão do...
View ArticleComment on Introducing a New Free Utility Download – SQL Monitor
Hi thiagobarbosa48, Sorry you're having problems with SQL Monitor. SQL Monitor is an unsupported freeware and does not support Win Server 2008. If you want to track SQL executions on later servers like...
View ArticleForum Post: SQL Recall sorting
In release 12.9 I can group the Saved SQL by name, but I cannot sort the name in alphabetical order. Is there a way to achieve sorting? /Lars Vestin
View ArticleForum Post: ora-24344 toad for oracle 12.8.0.49
whwn i press F9 to compile function error ora-24344 is raised without any details. toad did abort yesterday for usual address error. Now function of F3 and F8 are switched!! Any ideas?
View ArticleForum Post: Export Dataset Issue In 12.9
I just installed version 12.9.0.71 of Toad for Oracle and discovered in the Export Dataset window that when Fixed Field Spacing is selected, the 'Include a space between fields' select box is reversed...
View ArticleForum Post: Copy Private Synonyms during User Clone/Copy
Our staff responsible for provisioning accounts in the database uses TOAD's Copy/Clone User context menu of an existing user to serve as a template for a new one. Generally speaking, this works well....
View ArticleForum Post: RE: Copy Private Synonyms during User Clone/Copy
Yeah that seems to be missing from the clone/copy user. I'll take a look at it. In the meantime, your best bet is probably to go to the Schema Browser, Synonyms tab. Switch to the user that you are...
View ArticleForum Post: TOAD beta 12.10.0.6 won't download
TOAD beta 12.10.0.6 won't download; see attached. Larry (703)508-4945
View ArticleForum Post: Convert JDE Julian to Gregorian
I had SQL that worked in other SQL editors, but they do not seem to work in TOAD. Can someone help me?
View ArticleForum Post: RE: Convert JDE Julian to Gregorian
here is the SQL SELECT rpAN8, abALKY, abALPH, alADD1, alADD2, alCTY1, alADDS, alADDZ, rpDOC, rpDCT, TO_DATE(TO_CHAR(rpDIVJ + 1900000),'YYYYDDD'), rpDOCO, rpSFX, rpVR01, TO_DATE(TO_CHAR(rpDDJ +...
View ArticleForum Post: RE: Convert JDE Julian to Gregorian
Grammatically, it seems OK at first glance. What error do you get in Toad when you try to run it? Where does Toad put the cursor after that? (Oracle tells us the error line/position and we move the...
View ArticleForum Post: Beta Released (12.10.0.6)
Beta Notes Code Analysis : Rule 4404 Code Analysis : Rule 4404 ("Avoid unlabeled END of program units and packages.") no longer labels the END of a TYPE BODY. Code Analysis: Rule 2131 Code Analysis:...
View ArticleForum Post: RE: Convert JDE Julian to Gregorian
Wait, wait, WAIT! My answer didn't "smell" right -- you have a format mask error in the RPAG transformation. You have "YYYDDD" and it should be "YYYYDDD". Thinking and typing at the same time is...
View ArticleForum Post: RE: Convert JDE Julian to Gregorian
And it's the "RPDDJ" format that has the issue. Sheesh! I need a beer or 6 apparently! Rich
View Article