Forum Post: RE: Dynamic SQL Results to Export Dataset
I do something similar, but using rownum so I don't have to use the analytic functions. Â :-) SELECT Â Â CASE Â Â Â Â Â Â Â WHEN ROWNUM > 1 Â Â Â Â Â Â Â THEN Â Â Â Â Â Â Â Â 'Union all' || CHR(10)...
View ArticleForum Post: RE: new user
Thanks, John. I did find some videos and the user guide. On Thursday, December 22, 2016 5:56 AM, John Dorlon wrote: RE: new user Reply by John Dorlon Search youtube. there are several videos about it....
View ArticleCopy Visible Grid Column Names to Clipboard
I will often do a select * from a table (or tables) and then hide various columns to view what I need to, refine my WHERE clause and then re-run the SQL, rinse and repeat. It would be very helpful if I...
View ArticleForum Post: RE: Which index local or global to choose for attached scenario
Any update for the above query guys please? thanks
View ArticleForum Post: Re: [Toad for Oracle - Discussion Forum] Comment Generation Toad 12
Hi: Thanks for your message. I will be out of the office for vacation, returning Tuesday, January 3, 2017. I will be checking mail periodically. Please forward a message to cisdba@interact.ccsd.net if...
View ArticleForum Post: Toad 12 Inline Comment Generation
I've just been upgraded from Toad 10 to Toad 12, but I can't see the option to generation inline comments when formatting. Is it still available or do I have the wrong version of Toad. When I has...
View ArticleForum Post: RE: Which index local or global to choose for attached scenario
I have asked you for paln and you return: with global index - execution timing 0.42 seconds - cost 257 - cpu cost 18855292 with local index - execution timing 0.56 seconds - cost 59 - cpu cost 17347198...
View ArticleBlog Post: Named Queries in SB-Tables-Data
Actually, this is SB-Tables/Views/MViews-Data, but I thought that title was too long. For a long time now, Toad users have had the ability to change the query that’s used for the Data tab in the Schema...
View ArticleForum Post: Beta Released (12.11.0.20)
Beta Notes Named Queries in SB-Tables-Data You can now name and save queries in SB-Tables-Data, in the same way filters can be saved. Details here:...
View ArticleForum Post: RE: Which index local or global to choose for attached scenario
I have already given execution plans in the attachment. Please let me know if attachment is not readable here.
View ArticleForum Post: How do I cancel a data grid pivot?
I ran a query which had a large number of results and looked at the first 500 which were returned in a data grid, then hit the Pivot Grid button. Toad asked if I wanted to load all results in order to...
View ArticleForum Post: Re: [Toad for Oracle - Discussion Forum] How do I cancel a data...
Hi: Thanks for your message. I will be out of the office for vacation, returning Tuesday, January 3, 2017. I will be checking mail periodically. Please forward a message to cisdba@interact.ccsd.net if...
View ArticleForum Post: RE: Beta Released (12.11.0.20)
It looks like it is resetting back to the default toolbar every time you open a new editor. I tried turning off the Team Coding toolbar, and when I opened another editor, it was back.
View ArticleForum Post: RE: Beta Released (12.11.0.20)
I turned off Team Coding in the Editor toolbar, closed the Editor window, opened an Editor window and Team Coding is gone, so, for me, it persisted the change. I have many customizations to the main...
View ArticleForum Post: RE: Code Analysis: Rule 2831 & 4404
Hi Peter, > 2831: PLS_INTEGER cannot be used as type for a member < We changed the parser to flag this as a syntax error. Showing up in QP5 component 5.306. Thanks, Andre (QP-1675)
View ArticleForum Post: Re: [Toad for Oracle - Discussion Forum] insufficient privileges...
Hi: Thanks for your message. I will be out of the office for vacation, returning Tuesday, January 3, 2017. I will be checking mail periodically. Please forward a message to cisdba@interact.ccsd.net if...
View ArticleForum Post: Case Statement in Where clause
I am having an issue in the where clause case statement of this select. please help me out it says 00907. 00000 - "missing right parenthesis" and e.entype = 'PRT' and (case when (t.trans_code not in...
View ArticleForum Post: RE: Case Statement in Where clause
I think we really need the full statement to be able to help fully. We've no idea what else is before the first line. Can you repost the full statement? Ta
View ArticleForum Post: tables not showed
I got an error 'unable to access CA server side tables' when I launch the Toad, what does that mean? thanks! Shirley
View ArticleForum Post: RE: Code Analysis: Rule 5406 (unused parameters) triggered if...
Hello Peter, Yes, we obviously forgot usages in default clauses, so we fixed that. (QP-2065) Will be in QP5.307. Thanks, Andre
View Article