RE: Hide Error Popup Window
I am running my code generally from an editor window and the popup you showed is different from the one I am getting. Also I would like to not have this popup at all and not have to configure it for...
View ArticleHide Error Popup Window
Is there any way to disable the error popup so that it does not have to be dismissed when an oracle error is encountered? When searching for this I found that it was possible in the past with older...
View ArticleRE: Hide Error Popup Window
The error dialog that you showed might indicate a query that Toad is running which it expects you to have privileges for.If you turn on Spool SQL (Main Menu -> Session -> Spool SQL -> Spool to...
View ArticleRE: Hide Error Popup Window
I have run a test again and have included the text from the spool and a screen shot showing that the error message is being displayed in the message window as expected. In this case I am running a...
View ArticleScrollbar missing in Object browser
Hi, I am not seeing the scrollbar while trying to select 'Object Types to Compare' in Database>>Compare>>Schemas>> (after logging in) Options>>Object Types to Compare.I just...
View ArticleRE: How to find at what time of day a select statement was executed and the...
I appear to have written, above:I think that's the view name, I'm away from my databases just now, butit's definitely DBA_HIST_SQL ;-)However, what I actually wrote had less than and greater than...
View ArticleRE: How to find at what time of day a select statement was executed and the...
Evening All,this might help. It lists the SQL statements from the ASH history tables (remember, ASH needs licencing!) and shows the times that the snapshots were running:select dhss.sql_id,...
View ArticleRE: DIctionary views missing from internal SQL when connecting via VPN
It looks like our code that determines what data dictionary views that you have privileges on didn't run. Did you have any error during connection?
View ArticleDIctionary views missing from internal SQL when connecting via VPN
When opening Schema browser while connected to a database via VPN, I'm bombarded with ORA-00942 error messages.Using SQLTracker, I've identified the offending SQL as -- Session: SCHEMA_NAME@INSTANCE--...
View ArticleRE: v12.11.0.95 - Insight list doesn't show / is empty
Starting with a blank tab, no text. Does it work there? What about after you type SELECT<space> and then CTRL+T. Does it work here? Is it only failing in some contexts? If so, please provide...
View Articlev12.11.0.95 - Insight list doesn't show / is empty
I just installed Toad for Oracle v12.11.0.95 (64 bit) and I cannot seem to get Toad Insight to work. I have checked and re-checked that it is enabled (View->Toad Options->Editor->Code...
View ArticleRE: How to show oracle.exe process in Session Browser
In the "Sessions" tab of the Session Browser, there is a toolbar button that looks like a funnel. Click the dropdown arrow next to it and uncheck "Exclude NULL and System OS users".Then find the...
View ArticleHow to show oracle.exe process in Session Browser
How can we make the oracle.exe processes (like PMON, SMON, J000, ...) visible in the Session Browser.I have seen that this is possible, but can not find an option to enable this.I'm using Toad for...
View ArticleRE: v12.11.0.95 - Insight list doesn't show / is empty
What I observed was that when I was using an account with dba permissions, I wasn't getting insight at all, regardless of whether it was the first line on a new tab or in the middle of a script. As I...
View Articleexecute script task within an automation seems to not exit and move onto the...
Hi,We have automations which we schedule in windows scheduler that do very basic work:1) export data from a database2) import the data into a table3) execute a script to manipulate the dataBetween...
View ArticleRE: v12.11.0.95 - Insight list doesn't show / is empty
TOAD Insight works sporadically for me as well. From my experience, it seems to do more with what should be returned back than it does with the permissions of the user. For example, if I type the...
View ArticleRE: CHECK constraints are not displayed in the Script tab for a table
It's working here. Click the first toolbar button on the script tab. In the dialog that appears, go to the "Tables" tab. Is the "Check constraints" box checked?
View ArticleRE: CHECK constraints are not displayed in the Script tab for a table
A little more investigation and now I understand.The CHECK constraints are listed in the script except for the NOT NULL constraints. Whereas this would be superfluous as the columns themselves are...
View ArticleRE: CHECK constraints are not displayed in the Script tab for a table
Did Toad lose the naming convention or did that happen by some other process? If Toad lost them, it's a bug and I'd like to fix it....but named not null constraints are working correctly here so...
View ArticleHow to display no records found in output on cursor
Hi Experts,I wrote a query as belowSET SERVEROUTPUT ON;DECLARE CURSOR c_inv IS SELECT api.invoice_num,api.creation_date,api.invoice_id ,api.last_updated_by,api.last_update_login,api.gl_date FROM...
View Article