Forum Post: Database Browser: graph not populating
Database Browser: graph not populating
View ArticleForum Post: RE: MOE - Uncheck Columns with matching data
SELECT * FROM siebel.w_product_d WHERE 1 = 1  AND part_num IN (SELECT part_num           FROM siebel.w_product_d pr           WHERE 1 = 1            AND...
View ArticleForum Post: RE: MOE - Uncheck Columns with matching data
Sorry just read your request more closely. I'll re-write it from dual.
View ArticleForum Post: RE: AV in Editor
I'm not positive, but I believe I had just pasted some code, and started typing VAR to enter a variable for script execution. I've entered VAR many times without error.
View ArticleForum Post: Runtime Error dump upload
On which way can I send you crash dumps of the current beta
View ArticleForum Post: Compare of package source damaged
In my toad version 12.12 and 13.1 beta, comparing package sources does not work the way it should. The comparisons are completely divergent and whole blocks are not displayed as changes. In a newly...
View ArticleForum Post: Toad For oracle OSX edition
Hi Toad Developers, Our Toad sales rep just advise me to put my question here: Is there a toad version that support Oracle for OSX? I currently have to run a Windows VM in order to use Toad for any...
View ArticleForum Post: Two minor foibles with Toad 13.0.0.80.
Morning All, Toad 13.0.0.80 with DBA Module. Windows 7. Oracle 12.1.0.2 client. Problem 1 : Press F4 to describe a table. This is a partitioned table with numerous partitions. Go to "script" tab and...
View ArticleForum Post: Why You Should Avoid Hard Coding Schema Names In Source Code.
Afternoon All, this isn't a bug report or complaint, just some advice based on a trashed test database! I was requested to run an import of a few tables, into a test system, for some pre-production...
View ArticleForum Post: RE: Runtime Error dump upload
Hier is the next dump 6 different db session, crash happens when open a trigger source code in the editor
View ArticleForum Post: How can I see the actual VALUE not just the variable ?!
Hello World, How can I see the actual values for :B1, :B2 and so on ?! I need to see the values and not the variables ... Is it possible ? If so - how ? Please see my screenshot
View ArticleForum Post: RE: How can I see the actual VALUE not just the variable ?!
In spotlight, I haven't find a way for this. But you can always query: select * from v$sql_bind_capture where sql_id = ' >'; And also, there is similar historical view: DBA_HIST_SQLBIND And there...
View ArticleForum Post: Beta Released (13.1.0.15)
Beta Notes Export Dataset You can now specify a source file for your SQL text in Export Dataset. Database Browser 18c Snapshots of pluggable databases are now shown in the Database Browser. You can...
View ArticleForum Post: RE: Runtime Error dump upload
Hi, sorry, but why should I do that? The corrupt TOAD process does not work either way anymore. Killing and restarting the TOAD process resolves the problem, if only for a few hours until the next...
View ArticleForum Post: RE: Runtime Error dump upload
The error log shows that the error happens when you go to SB-Tables-Trigger (or describe table - Trigger tab). I thought that the problem happened consistently when you describe a trigger, and that the...
View ArticleForum Post: RE: Runtime Error dump upload
Next crash. I have opende only 3 session and want do open an new editor window in a sysdb session. The version tag in the dump header seems to be wrong, it was a 13.1.0.15
View ArticleForum Post: Can't download Frrware
When I tried to download Limited Freeware Toad for Oracle, it is downloading "ToadForOracle_Trial_13.0.0.80_x86_En.msi".
View ArticleForum Post: RE: Compare of package source damaged
Thanks Stefan, I can reproduce it now. There is a "select count(*) from ...." in there, and in your options you have it set to ignore stuff enclosed with (* ..... *). If you turn off that option, I...
View ArticleForum Post: Access Violation in QP5CA.dll
Access violation at address 00000000240D32F8 in module 'QP5CA.dll'. Read of address FFFFFFFF815692A8 I have been getting this message on occasion. I have learned, even though I can still do some...
View Article