Forum Post: v12.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 ArticleForum Post: RE: 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 and then CTRL+T. Does it work here? Is it only failing in some contexts? If so, please provide example. Thanks,...
View ArticleForum Post: RE: 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 ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #5 - Advanced Explain...
Hope you find this post on Advanced Explain Plans useful! (Please visit the site to view this video)
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #6 - Start Page Options
Here's one on Start Page Options. (Please visit the site to view this video)
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #7 - SQL Templates
SQL Templates are shortcuts that you can drop into your SQL code. Hope you find this tip useful! (Please visit the site to view this video)
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #8 - PL/SQL Templates
(Please visit the site to view this video) Here's my Toad Tip on PL/SQL Templates. I'll be back in March with four more tips to complete my Dan's Dozen Quick Toad Tips. Hope you're finding them useful.
View ArticleForum Post: Beta Released (13.0.0.47)
Beta Notes SDI Mode Added an option to the Startup tab of the Options window to allow you to choose whether to automatically realign dock site windows upon Toad start when working in SDI mode.
View ArticleForum Post: RE: Memory Exception on Closure of POP-UP Viewer of CLOB
Yes, I can produce this consistently. I responded over the weekend, but don’t see my response on the site. Here are the steps again: 1) Open TOAD using User1@DB1. Editor window should be open. 2) Using...
View ArticleForum Post: RE: Check For Updates is Giving an Error
(Please visit the site to view this file) Hmmm - my file has only 1 line with the html string. I have just tried changing it to be like you said - 2 lines: 1st line containing 13.0.0.46 and the 2nd...
View ArticleForum Post: CHECK constraints are not displayed in the Script tab for a table
Hi I have noticed that CHECK constraints are not listed in the Script tab for a table in Schema Browser. Is this omission deliberate, a bug, or is there an option somewhere that I am missing? Thanks...
View ArticleForum Post: execute script task within an automation seems to not exit and...
Hi, We have automations which we schedule in windows scheduler that do very basic work: 1) export data from a database 2) import the data into a table 3) execute a script to manipulate the data Between...
View ArticleForum Post: RE: Check For Updates is Giving an Error
Your company network is not serving up the text file as-is. Save the file as HTML and load it in your browser. I'm taken to a sign-on page for what I assume is your employer. Maybe they can whitelist...
View ArticleForum Post: RE: CHECK constraints are not displayed in the Script tab for a...
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 ArticleForum Post: RE: CHECK constraints are not displayed in the Script tab for a...
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 ArticleForum Post: How to display no records found in output on cursor
Hi Experts, I wrote a query as below SET 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 ArticleForum Post: RE: CHECK constraints are not displayed in the Script tab for a...
Something a little odd going on... I cannot reproduce this with any table I create, however I try to create it. TOAD displays the script as expected. The table(s) in question have a strange...
View ArticleForum Post: Can I schedule a Health Check Report in TOAD
I usually run TOAD Health Check Report manually. Can I schedule a job to run it monthly automatically? My Toad version and edition is TOAD for Oracle Xpert with DB admin module 12.11.0.95 Thanks for...
View ArticleForum Post: Strip HTML code from output
I get all kinds of HTML code in my output results. Is the a setting in Toad to filter them out? op check sat, no leaks detected, drained and cleaned unit then refilled with new solution
View ArticleForum Post: shortcuts for refresh in Session Browser
Looking to define a shortcut for Refresh Detail Panel and Refresh. I don't see anything that looks like these in Options Shortcuts. Is there a way, and, if not, can one be added?
View Article