Forum Post: RE: Best SVN solution for TOAD
Ok thanks, Our Oracle DB is on a different server, so I'm not sure how much Tortoise in the Explorer would be, so it would seem to me that CollabNet would be a better option? I am fine with the CLI
View ArticleForum Post: ETL Process Data Verification
I am new to Toad for Oracle. Can Toad be used to compare tables and schemas before and after an ETL process is run? I am trying to figure out a way to verify the data is correct. Any thoughts?
View ArticleForum Post: RE: ETL Process Data Verification
As John mentioned, you could try using Compare Data and/or Schema Compare, and with that you might look at using Automation Designer to automate the tasks if you find those work for you (there's a ton...
View ArticleBlog Post: Demystify and troubleshoot the backend code with SQL Tracker
Ever wondered what backend code is being executed in Toad? One would be surprised with the hundreds of lines of SQL that is processed even for the simplest of commands. In Toad for Oracle’s immense...
View ArticleForum Post: Opening a file without a DB connection
After many years away from TOAD we are coming back, so I am trying to learn how to do in TOAD what I have been doing in another app. we have TOAD 12.7 so I fire TOAD up and cannot then open a file -...
View ArticleForum Post: RE: ETL Process Data Verification
Dennis, Thanks for the great input. We are currently using Hyperion and moving toward OBIEE. As we discovered we need to build a data warehouse to handle all of the requests (pulling a slew of data...
View ArticleForum Post: RE: Reformat of large program takes long - no progress visible
Damir, the number of lines before formatting is 15689 with the longest line being 314 characters long. Since the code is generated, I can use a modified version of the generator query to determine max...
View ArticleForum Post: RE: Reformat of large program takes long - no progress visible
Michael, I'm on 12.11.0.8 now, and the effect seems to have disappeared. I suggest we leave this issue alone, unless it resurfaces. Kind regards, Abe ===
View ArticleForum Post: RE: Mark ToDos / Mark violations to code analysis rules
FYI We are looking for adding an XPath expression working on the text. Perhaps rather soon but no guarantee. Our TODO list :) is rather large... Andre
View ArticleForum Post: RE: Reformat of large program takes long - no progress visible
Please post Help|About picture.
View Articlecode analysis rules: mark allowed exceptions in code rather then somewhere in...
At the moment you can mark allowed violations to code analysis rules in editor with right click > ignore this instance. But when sending the same file to code analysis the violation that was...
View ArticleForum Post: RE: Reformat of large program takes long - no progress visible
Hello Abe, The latter was promised and you should have it. I now just sent an email about that to fix it. Andre
View ArticleForum Post: RE: Reformat of large program takes long - no progress visible
Andre, thanks. I should blame myself for not inquiring and letting it pass by. Kind regards, Abe ===
View ArticleForum Post: Misformed display of duration when running long script
When running a script in Toad 12.9 which executes for longer than 24 hours, the "Processing Script..." pop-up window does not display the duration correctly: there is no space between the count of days...
View ArticleBlog Post: The UK Oracle User Group Tech16 is Coming
Being based in the UK, I just wanted to let you know that the UKOUG Tech16 conference is coming soon at the ICC in Birmingham (December 5 th – 7 th ) and we will be there as Quest Software. Yes, we are...
View ArticleForum Post: Compare files - jump to previous/next difference should jump to...
If I've added a whole section of code, most compare utilities I've used will jump to the next group of differences, rather than stepping through each line in the section of added code.. At least it...
View ArticleForum Post: Beta Released (12.11.0.9)
Beta Notes Tablespaces Administer -> Tablespaces window has a new "include pluggables" checkbox that will cause the Space, Files, and Objects tab to include data from all pluggable databases. The...
View ArticleForum Post: RE: Beta Released (12.11.0.4)
John, regarding Connection Iterators - I have an app with the following: Connection Iterator List Iterator If..then..else If actionable query then execute script I want to execute the script based on...
View ArticleForum Post: RE: Restarting a paused activity
The Start/Stop problem still exists in 9.2.1 and is VERY irritating for longe-running queries...those are the ones that seem to need the most optimization. I'm not impressed with the stability of the...
View ArticleForum Post: Getting error ORA-29275 : partial multibyte character error
select * from searchsys.eq$statistic when doing the above. Table is part of Oracle Enterprise search created with the below script. ALTER TABLE SEARCHSYS.EQ$STATISTIC DROP PRIMARY KEY CASCADE; DROP...
View Article