Forum Post: RE: Editor not responding when opening too many files
Disabling the backup did not change the situation, after closing the fifth tab, TOAD is frozen again. I'm using the 64 bit version.
View ArticleForum Post: Tablespaces not refreshing after altering in Schema Browser
Hi, I don't know if this behavior is as intended, but I think it could be improved: if you change a tablespace from READ ONLY to writable -or the opposite-, the lock icon remains in place until you...
View ArticleDisplay user holding Team Coding lock
When you attempt to compile a stored program unit that another user has locked, you get an error in the form of "Function [NAME] is locked by another user". But it doesn't tell you who! It would be...
View ArticleForum Post: Asynchronous Trigger of a Procedure
Hi All, Can anyone please let me know how to trigger multiple procedures in parallel from a master procedure. The second child procedures should not wait for the completion of the first child...
View ArticleForum Post: RE: Asynchronous Trigger of a Procedure
Evening Sanjeev, Tom Kyte does this sort of thing in the past with a dbms_job.submit(...) then when all the parallel jobs are submitted, a commit will activate them, a rollback will cancel. I've never...
View ArticleForum Post: RE: SQL Logic for Time Difference
Hi Jollydoe, >> I will talk to the developer of the program to see if data could be cleaned. Basically, the data has to be cleaned and there needs to be check or other constraints, triggers etc,...
View ArticleForum Post: RE: SQL Logic for Time Difference
Hi Norm, Thank you for the detailed explanation and SQL script. Please give me some time to go over it, work with the developer to fix the incorrect data type issue, and resolve my time difference...
View ArticleForum Post: Toad Session Browser
Hello, I am using Oracle Database 11g Release 11.2.0.4.0. I have one application which is calling one Procedure Query from Back End. When this query called, my application get stuck. And Toad Session...
View ArticleForum Post: RE: Toad Session Browser
In a word, trace it. Use Toads Session Browser to find the session that you know will get stuck, start tracing and then leave it to runt until stuck, then a wee bit longer, then stop the trace and see...
View ArticleForum Post: RE: No valid Oracle clients found ...
Hi Larry, did you install a 32 bit Toad to match the 32 bit Oracle client? You need to have both the same "bitness". You can run 32 bit apps on 32 or 64 bit systems but a 64 bit app needs 64 bit dlls...
View ArticleForum Post: Navigator options - Components
Hi all, until Toad 12.7 there was this great option to select the viewable elements in the navigator. Where has it gone? reason: just because I'm usually not too interested to see all my constants,...
View ArticleForum Post: RE: Navigator options - Components
There have been many complaints over the years about the speed of the navigator populating. The poor speed was due in part to the overly complex set of options there dictating what is shown and how...
View ArticleForum Post: RE: SQL Logic for Time Difference
Hi Norm, Let me respond to your last 3 messages in a bit more detail. I have not only brought it to the concerned manager's attention, I have also made our boss (we both report to the same boss) aware...
View ArticleForum Post: how to force/cajole/trick Toad intoto recovering documents
I had TOAD lock up on me yesterday, and I had to kill it after determining it wasn't doing anything on the database side, nor on the PC side. But when I restarted it didn't recover any of my open...
View ArticleForum Post: RE: Toad for Oracle 12.8.0.49 crashes with EAccessViolation
This issue is still plaguing us. By us, I mean my fellow developer and I. Having dealt with it for a couple weeks now, I think we have a better feel for that is causing the issue. I believe that the...
View ArticleForum Post: RE: SQL Logic for Time Difference
Evening Jollydoe, Thanks for letting me know. Good luck with sorting it all out. Cheers, Norm. [ TeamT ] -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
View ArticleForum Post: RE: how to force/cajole/trick Toad intoto recovering documents
I had tried that several times yesterday without success. This morning I cleanly shutdown Toad and restarted and the Recover Documents window popped up. So is there a date or timing thing involved? Or...
View ArticleForum Post: RE: how to force/cajole/trick Toad intoto recovering documents
It uses that file in conjunction with ~EditorBackupsPrompted.txt. If all backups in the ~EditorBackups.txt are present in the prompted file then you are not shown the recover documents window, but...
View ArticleForum Post: Single schema object compare not working against file
When comparing Package Spec and Body against a file, the file side shows 1 line of jumbled unreadable characters, and it take a LONG time to show me this for a smaller package. When I tried for a large...
View ArticleForum Post: RE: Single schema object compare not working against file
Thanks. That's been fixed for the GA.
View Article