Forum Post: RE: Code Template window not resizing
I see what you mean, it has been logged.
View ArticleForum Post: RE: Ctrl-T not working
Abe I cannot reproduce, but I'm not certain if I'm doing the steps correctly. I have a sample package that is being called... CREATE OR REPLACE PACKAGE test_called_pkg AS pkg_var VARCHAR2 (100);...
View ArticleBlog Post: Sharing Toad Project Manager files
With the addition of Toad Intelligence Central into the Toad ecosystem it has become increasingly easier to collaborate across the organization. You can not only share data, automation, and SQL files...
View ArticleForum Post: RE: Explain plan bug
It will be fixed in 12.11 beta #1. In the meantime, either of these can be used as workarounds - 1) as you found, take out the line feeds. Actually, you only need to change the SQL by one character (so...
View ArticleForum Post: RE: Explain plan bug
Oh, and I noticed one more thing you can do, if you don't like the workarounds - When the first word is selected, and the "[Error] Explain Plan (0,0):" message is shown, just click back over to the...
View ArticleForum Post: RE: tnsnames_ifile problem
This sounds familiar. John was working on this or a very similar problem for me recently. If you add an entry to an Ifile, then Toad won't see it unless you either restart Toad, or, use the...
View ArticleForum Post: RE: Explain plan bug
This one has been bothering me for a while. I was able to see an underlying ORA- error that instigated the problem yesterday, but did not write it down (a parsing error like not all variables bound -...
View ArticleForum Post: "Count" from Toad table menu return 0 records, bug
Hi, Toad 12.9.0.71 x64 Oracle client 11.2.0.3.0 x64 Oracle DB 12.1.0.2.0 - x64 Situation real (from SQLPlus) SQL*Plus: Release 11.2.0.3.0 Production on Wed Sep 28 10:23:09 2016 Copyright (c) 1982,...
View ArticleForum Post: Date/time Edit window issue - 12.10.0.25
I run a sql select rowid, mydatecol from table to do some modifications on mydatecol column. I use button, but value gets ignored when I use postedit toolbar item, thnx
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
Hi John, Sorry was on some meeting and later test this case more properly... Problem is persistent (not TOad related!) if while query runs other session drop partition which is in plan (and invalidate...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
Hi John, Sorry was on some meeting and later test this case more properly... Problem is persistent (not TOad related!) if while query runs other session drop partition which is in plan (and invalidate...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
I just tried this: 1) in SQL*PLus: create table X as select * from dba_tables; 2) in Toad: go to table X in the schema browser, go to the data tab. 3) in SQL*Plus: drop table X purge; 4) in Toad,...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
Posted 2 times today and still toad forum delete all mine posts...crazy... Let us try 3rd time: It is partitoned table and other sessions are dropping partitions a lot in background. So when oracle...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
John, maybe you didn't noticed from mine first post: Toad "SQL spool" shows this: Session: Q383211[A1_FAS]@FMS Timestamp: 10:33:27.926 select count(*) from "A1_FAS"."RTX_STAGING" Error: ORA-08103:...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
I did get that message earlier by email. I don't know why it didn't stick in the forum. Please see my last reply: I saw error message followed by "record count: 0". Did you ever see the error message...
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
I did see that. You should see an error message no matter which one it is. I dropped the table just because it's easier.
View ArticleForum Post: RE: "Count" from Toad table menu return 0 records, bug
No error as shown on the screen shot Damir Vadas (via mobile phone)
View ArticleForum Post: How do I.....?
EVAL_PERIOD PAID OVERALL_TOTAL THRESHOLD_AMT final 2016-05 21954.84 110699.68 10349.84 10349.84 2016-06 42005.43 152705.11 31352.555 21002.715 2016-07 13980.58 166685.69 38342.845 6990.29 2016-08...
View Article