Forum Post: Session Browser support for Optimizer Adaptive plans
Tree view does not appear to recognize Adaptive plans. I can use DBMS_XPLAN view (when connected to the correct instance), but are there plans to integrate adaptive plans into Tree view?
View ArticleForum Post: RE: Session Browser support for Optimizer Adaptive plans
This has come up before but then it fell off the radar. I'll log it so I don't forget again. Too late for Toad 13, but I can look at it for 13.1 or whatever number we give it.
View ArticleForum Post: RE: Session Browser support for Optimizer Adaptive plans
Oh, I remember now - it didn't fall off the radar. I never was able to find a reliable way to determine the adaptive steps from the plan_table data.
View ArticleForum Post: Explain plan button not working in my new version of toad.
When I hit the "Explain Plan for current statement" button on sql with my new version of toad for oracle, nothing happens. I'm using toad for oracle 12.12.0.39
View ArticleForum Post: RE: Explain plan button not working in my new version of toad.
what kind of statement are you trying to explain? This only works for SELECT, INSERT, DELETE, UPDATE, and MERGE.
View ArticleForum Post: Importing dates with no delimiters
I am trying to import from an Excel spreadsheet with dates in numeric format (eg 20180328 for March 28, 2018). I can't figure out how to get the Import Table Data wizard to convert these to dates so...
View ArticleForum Post: RE: Importing dates with no delimiters
I was able to make it work in the current beta with the Custom date order and YYYYMMDD. If you have blanks in the date/time delim fields, put something in there to avoid the error about them having to...
View ArticleForum Post: RE: Importing dates with no delimiters
My first try was with a text file. I tried it again with XLSX. Saw the nulls as you mentioned with in the preview pane (using custom and yyyymmdd), but I continued anyway and ran it. It created the...
View ArticleForum Post: Rule 4207: False positive
This rule should not be triggered by the following code, there is no good way to resequence this. BEGIN IF( NOT some_function(1) ) THEN RETURN; END IF; END;
View ArticleForum Post: Rule 6724: What does this mean?
Why is "Rule 6724: Check on PL/SQL block and loop label matching." triggered here and what does it mean? CREATE PACKAGE BODY test_package AS END test_package; /
View ArticleForum Post: RE: Rule 4207: False positive
Peter this is an old, hardcoded rule which is in our queue to be rewritten using an XPath expression (QP-1652). We know that currently is it not working that well. A better version should become...
View ArticleForum Post: Oracle connects the data swamps
Oracle has announced the launch of the Oracle Data Integrator Cloud Service. This service is designed to extract, load and transform (E-LT) data into big data repositories. It supports Oracle Database...
View ArticleForum Post: Pop-Up Window Positions
I've noticed that the various pop-up windows are getting positioned so the title bar is above the top of the screen so I can't get to it. Most have a system menu so I've been able to use Alt+Spacebar...
View ArticleForum Post: How do I turn off Formatter Header in Toad for Oracle 12.12
In Toad for Oracle 12.12, I can't find the option to turn off the Formatter Header, i.e. the 'automatically generated comment when Formatting'. Can someone help please? Thanks - Brenda
View ArticleForum Post: Saving Master-Detail Columns and Their Order
While using the Master/Detail report, and having rearranged the order of the columns, how can that column order be saved, so that when the saved report is opened, the columns will have that order? How...
View ArticleForum Post: RE: Saving Master-Detail Columns and Their Order
Click the top left corner of the grid to remove a column (or to bring it back later) Click the Save icon at the top to save it. grid preferences are included in the MD file.
View ArticleForum Post: Errors while installing trial of Toad 12.12
I've just downloaded the trial of Toad and am trying to install it. But it fails with "This package installation failed because of a unknown error." If I expand the 'More information' section, it says:...
View ArticleForum Post: external table definition
in the latest 13 beta I no longer see the sql for external tables, when I right click and load into editor, actuall it looks like all ways do not give the external table definition. I have gone back...
View ArticleForum Post: 12.12.0.39 formatter having trouble with procedure parameter...
Just got Toad for Oracle 12.12.0.39,and it is changing the function/procedure parameter alignment of my previously formatted code from BEGIN DBMS_SCHEDULER.create_job ( job_name => v_job_name,...
View Article