RE: The current transaction has been rolled back because of a deadlock or...
What connection are you using? Can you show us a screenshot?
View ArticleThe current transaction has been rolled back because of a deadlock or timeout...
when using the Toad Import Wizard to map to existing table I get the error "The current transaction has been rolled back because of a deadlock or timeout. Reason code 68.". The occurs after I select...
View ArticleRE: HELP! Export Multiple Statements in Oracle
Yes, the GTT exists after every session. The table itself doesn't go anywhere unless I drop it. I've got it set to preserve rows as well. It's just odd because it works as expected when you execute...
View ArticleRE: HELP! Export Multiple Statements in Oracle
Did you add a Commit after all of your inserts? The Oracle provider is the only one that does not have auto commit on as default,.
View ArticleHELP! Export Multiple Statements in Oracle
This is one of those questions that will seem so easy, but it's not working.I have a SQL with a couple of insert statements and finally a select statement like the followingINSERT INTO A select 1 from...
View ArticleRE: Automation export to Access fails in Scheduler
Hello AM123,Please note that when you execute a SQL statement manually in the editor window you are able to select the "current" database from the drop down list on top of the editor. That means if you...
View ArticleRE: TargetInvocationException Error
Hello dfjelstul,Thank you for the SR and the relevant data attached - it helped me with identifying the potential root cause.However before I will implement any code changes I need to ask you to try...
View ArticleRE: Querying with "null" values
hello kiki242,What DB provider are you using?Here is a solution in MS Sql server:select top 10 numericColumnWithNulls as originalColumn ,case when numericColumnWithNulls is null then 'Empty row...
View ArticleQuerying with "null" values
I am trying to run a query in Toad 3.6 with "null" value and numeric values. I have to create a computed field using this data, changing the numeric value to a text. How do I recognize the "null" in...
View ArticleRE: HELP! Export Multiple Statements in Oracle
Every insert has a COMMIT as well. The log just keeps saying "Query returned 0 rows" on all of the inserts, so it seems like it's ignoring them.
View ArticleRE: HELP! Export Multiple Statements in Oracle
Just for reference, here is the basic outline of my execute query:insert into Global Temporary Tableselect * from internal_table;COMMIT;insert into Global Temporary Tableselect * from...
View ArticleRE: General Questions
Hi,Here are the answers,1. Yes, you need to form a query and get the results which you can send to Transform & Cleanse. You can use Query builder to build a query.2. We have provided Transform...
View ArticleRE: General Questions
Just a couple follow comments to your response.Regarding the first one, you are saying at least for now it can only be done in T&C? If so, If I continue to figure out how automation works is there...
View ArticleRE: General Questions
You can save the transform and cleanse file which will save your sample options and work with it every time you need.Automation provides a TnC activity where you can specify a query and it will use the...
View ArticleRE: General Questions
Hi cbarr123,You can also group your data right in your query. If you are using the Visual Query Builder, you can use the grouping function to create groups of data. Grouping is also available in the...
View ArticleRE: General Questions
Hi cbarr123,You can change the number of rows being displayed in T&C by select ing "Edit Sample" in the top right of the T&C window. You cannot change the default at this time.
View ArticleRE: General Questions
Hi cbarr123,For querying from saved queries, I think you may want to use Toad Views. With Toad Views you can write a query (say joining contacts and address information) and save it as a ToadView...
View ArticleGeneral Questions
Hello,So I'm new to Toad and after having played around with a few of our datasets I've run into a couple questions that thus far I've been unable to find the answer.1. Can grouped data only be created...
View ArticleToad Data Point - How to get the most out of this forum – Best practices for...
The better a problem is described, the better the assistance tends to be.In order to better assist with your issue at hand, please include the following information in your initial post: -...
View ArticleRE: Teradata Connections slow to open and execute in 4.0
The problem is back and it's worse than before. I still have the Use Non-X view option selected, but it's become unusable. A simple count(*) on a table with 10,000 records takes about 5 minutes to...
View Article