Forum Post: RE: Formatter does not align predicates in on clause of merge...
Andre, thanks for the feedback. I'm glad to know that work is in progress. My apologies for the lack of follow-up on your earlier posts. It's been quite busy, or rather: hectic. I'll be happy to...
View ArticleBlog Post: Toad Turnpike: Real Stories from the Road - Interruptions Part 2
Real stories. Real people. Doing real things. With Toad solutions. Forget the Training Manuals Part two in my three-part series: Interruptions can be game changers. An online ad service provider paid...
View ArticleForum Post: RE: DIctionary views missing from internal SQL when connecting...
Hi John, Thanks for your reply. During connection, I do get a couple of 'ORA-03113: end-of-file on communication channel' messages. In the end the connection does go through though and regular...
View ArticleForum Post: result set or all rows fetched , sys_refcursor
Please could you help me? I need to print the result set or all rows fetched about the query: CREATE OR REPLACE PROCEDURE get_emp_rs (p_deptno IN hr.employees.department_id%TYPE, p_recordset OUT...
View ArticleForum Post: SQL Recall missing many successful executions
Hello, I recently switched from version 11.6 to 12.10 and am finding so many bugs in this new version, one of which involves SQL Recall. I just opened SQL Recall to copy something I executed earlier...
View ArticleForum Post: RE: SQL Recall missing many successful executions
I just realized that there was a filter on the results. This is yet another change to this functionality that is not as useful as it was in previous versions. For starters, I did not filter in the SQL...
View ArticleForum Post: RE: DIctionary views missing from internal SQL when connecting...
Hi John, Please see attached file. I could only attach a single file, so note the three sections, each separated by --...
View ArticleForum Post: RE: result set or all rows fetched , sys_refcursor
Thank you very much You are very kind Is it possible to close the cursor somewhere in the procedure? close p_recordset; CREATE OR REPLACE PROCEDURE get_emp_rs (p_deptno IN...
View ArticleForum Post: Recently Opened File Lists are Inconsistent
This isn't of massive importance, it's just something I noticed that I thought I'd make you aware of.... If I go to File --> Reopen file, I get the list of recently opened files as you would expect...
View ArticleForum Post: RE: SQL Recall missing many successful executions
Yes, I did notice the additional options (case sensitive, whole word options, etc.) Thanks again for the additional info.
View ArticleForum Post: Unable to see instant client and connect in TOAD
TOAD 12.12.0.39 DBaas 12.2 Instant Client: 12.2 for 64bit We are connecting to our Oracle Cloud database, using Instant Client. This has been working well for months since I installed Instant lient and...
View ArticleForum Post: Target Connection Not Found
For the last couple of betas I have seen that whenever I have a SQL statement run using a new connection (so every new tab I open, or Desc Window, etc.), when I run the first SQL statement, it gives me...
View ArticleForum Post: Re: Target Connection Not Found
Actually, when I open a Desc window, the initial tab does not display that error message, but when I click on the Data tab, I get it. On Mon, Feb 19, 2018 at 8:35 AM, Phyllis Helton wrote: For the last...
View ArticleForum Post: RE: DIctionary views missing from internal SQL when connecting...
When we first make a connection, we run a big PL/SQL block that checks permissions and other info about your database so we can write appropriate queries for the duration of your Toad session. That...
View ArticleBlog Post: New dedicated Code Tester for Oracle community
For those of you involved in writing and testing PL/SQL code, this is to let you know that we have reinstated our dedicated Code Tester for Oracle community . Previously a part of the Toad for Oracle...
View ArticleForum Post: RE: Unable to see instant client and connect in TOAD
After some more digging, I found that I was missing the system Variable TNS_ADMIN and have now set that to the path of my instant client. However, I am still not able to connect - the message is...
View ArticleForum Post: RE: Scrollbar missing in Object browser
Looks like what you are seeing is a bug with DPI > 96. Should be fixed in the current version. And if you can't get the current version you can get past it by going back to 96 DPI. In WIndows 7,...
View ArticleSpotlight on Oracle - Disk Storage - Temp Tablespace Utilization
It would be helpful in troubleshooting poor performing queries that have grouping and sorting.or utization of temporary tables, if there were some info analysis of temporary tablespace utilization.
View Article