RE: Object Compare Link Option not working
Yes, it should be fixed. Are you having a problem?
View ArticleObject Compare Link Option not working
Object Compare Link Option not working: When comparing 2 objects (Functions, Procedures, Package) the link option is not working in version 12.7 (It worked in version 11.6). Is this controled with a...
View ArticleRE: Overwrite function in Automation Toad for Oracle 12.10
Looks like a bug. I'll fix it. In the meantime, an easy workaround would be for you to add a "delete file" action right before your export. Sorry about that!
View ArticleRE: Overwrite function in Automation Toad for Oracle 12.10
Thank you, John! I should have mentioned it earlier! Appreciate the help. -- Lee
View ArticleOverwrite function in Automation Toad for Oracle 12.10
I am running the latest Toad for Oracle 12.10.0.30 and have many scheduled queries running daily. In earlier versions of Toad, it would overwrite the previous Excel spreadsheet. I have "If file exists"...
View ArticleCounting rows of data based on certain criteria
Greetings!Below you will find the script I am working on to get desired result. After you have gone through the script, you will see the explanation for the desired result I am looking...
View ArticleRE: Object Compare Link Option not working
Yes, in TOAD 12.9 Compare Files, right clicking in the left or right pane does nothing.(In earlier versions I aligned lines for comparison by right clicking a line in one pane and selecting Link, then...
View ArticleRE: Which index local or global to choose for attached scenario
Hi.Please find the below create table and indexes statements. around 26 months data..each month around 1 million records. Response time is good for now..whether i use global or local indexes. Just need...
View ArticleRE: Which index local or global to choose for attached scenario
Perhaps not immediately answering your question, but could it be thatCREATE UNIQUE INDEX "COCOA_CERS_UAT62_UAT_01"."SYS_IL0000015192C00017$$" ON"COCOA_CERS_UAT62_UAT_01"."PC_LINK_ATTACHMENT" ( PCTFREE...
View ArticleRE: Which index local or global to choose for attached scenario
Index should be created for some query that will have benefit from that.creating index just "like that" is not an option ever.So, please tell us which queries you are trying to run and execution plan...
View ArticleRE: Tablespace Free Space
Hi Peter, In Toad 12.10, we switched to DBA_LMT_FREE_SPACE because we had reports from several users that DBA_FREE_SPACE was painfully slow. I figured that even though it does not include recyclebin...
View ArticleTablespace Free Space
HiHaving just installed Toad 12 a colleague noticed that the free space displayed in Schema Browser (Tablespace Tab) is incorrect. Upon investigation of the script used to collect the amount of free...
View ArticleRE: Object Compare Link Option not working
Oh, starting in 12.9, we totally replaced the side-by-side comparison window because the old one was too slow and sometimes never finished for large files. If you click "Enable Merge", it should...
View ArticleRE: Object Compare Link Option not working
Hey Mark,One of the reasons the old compare utility had that option was because it was very old, and not all that good with its matching algorithm. So, it gave you the option of manually overriding...
View ArticleRE: Object Compare Link Option not working
I saw the updates to my original question. I am running Toad 12.9.0.71 ( I know there is an update available.)The "Enable Merge" option does not meet the need.If I have a 1000 line procedure, and...
View ArticleRE: Object Compare Link Option not working
Hey Dan,The new component we're using is completely different from the old one we used, which dated back well before Toad 9.6. It should be doing a much better job at lining up matches and mismatches...
View ArticleRE: Which index local or global to choose for attached scenario
This table and index creation already done successfully. I just given the structure from view sql of this table.
View ArticleRE: Which index local or global to choose for attached scenario
Ok noted. thanks. Agreed. Can you see the attachment initially i posted? please compare the explain plans and advice which index best suitable for the query given in the attachment. thanks
View ArticleRE: Which index local or global to choose for attached scenario
Please read:http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/10/04/toad-explain-plan-practices-part-i
View ArticleRE: Dynamic SQL Results to Export Dataset
Hey Steve, I don't think there is a way to dynamically load a file into export dataset as the query to be run, but I do have another idea. Can you make a view out of it, then just have fixed text...
View Article