RE: How to see more than 1000 records
The screenshot above is referring to the data tab of the object explorer. I think you are referring to executing in the Query Builder or SQL Editor. if so, use F9 to retrieve the first 1000 and F5 to...
View ArticleHow to see more than 1000 records
I'm running 28000 ish records and need to see all of them and get a record number of the total. Toad Data Point stops at 1000. How do I get all 28K... and in a reasonable amount of time from an Oracle...
View ArticleNeed a method to disconnect database connections once automation is complete
In automation I am running queries against an excel file, Teradata, local storage and hive, I need to close these connections after the automation is complete. TOAD makes the excel file read only, so...
View ArticleRE: Need a method to disconnect database connections once automation is complete
Hello tm, are you running this automation script on your local PC?.If so, i would suggest you to install Toad Intelligence Central on server and upload the script there. The scheduler embedded in TIC...
View ArticleRE: Need a method to disconnect database connections once automation is complete
By default when automation scripts are scheduled and run they open an close the connection after each activity. This is the default behavior unless you have set the attribute to use Auto connected...
View ArticleRE: Issue with creating connection to PostgreSQL
Hi Debbiethank you so much for your help. I have tried as you have suggested (copy of email below) to surround password in Oracle by "..", {}, [..]. Nothing worked. Please advise."i have a fix for this...
View ArticleRE: Need a method to disconnect database connections once automation is complete
Hi Debbie,In this case I am manually running an automation script from within TOAD Data Point, when running a scheduled task it does disconnect, however I have to wait for an email and save the file to...
View ArticleRE: Need a method to disconnect database connections once automation is complete
Jakub,I'll take a look at that.Thanks
View ArticleRE: How to take a query using oracle and store in a MS access table
My Access connection is work now. Thanks for your help.
View ArticleRE: Need a method to disconnect database connections once automation is complete
Usually user open Toad and connect and run automation scripts with the connection open. Have you tried opening Toad, NOT connecting and then running the script? I believe that it will open and close...
View ArticleRE: Issue with creating connection to PostgreSQL
Can you open a support case so they can get details. We worked on this and made a fix and feel we have fixed it. But perhaps we missed something about your usecase.
View ArticleRE: Can I save SQL and results without using Query Builder?
Well, I take it back. Query Builder doesn't keep just the last statement after you Visualize Query. I got confused because I went to the Diagram tab and THERE it only shows the object(s) from the last...
View ArticleCan I save SQL and results without using Query Builder?
I really like how Query Builder lets you save your results along with the SQL. However, if I am running many different statements in a SQL Editor window, I can't see a way to do the same thing.I've...
View ArticleRE: Issue with creating connection to PostgreSQL
I have never opened support case. Could you please advise on steps. And thank you so much on your patience. I am being pushed to find a solution or all my privileges will be taken away.
View ArticleComments not exported in in Create scripts on Teradata
I'm using Toad Data Point 4.2.1.303 (64 bit) with a teradata select * from dbc.dbcinfo;If i create a table and comment on it:CREATE TABLE xyz( test number); comment on xyz'this is a table...
View ArticleRE: When switching between tables, views and stored procedures using...
I used to have the same problem but I changed one of the settings. Try this:Go to Options --> Database --> General --> Uncheck all the check boxes in the "Open on New Connection" section.
View ArticleRE: Need a method to disconnect database connections once automation is complete
I'll try executing from project manager and see if it works. Is there any value in having a disconnect option for those instances where automation is run with in TOAD? I will run a script several...
View ArticleRE: Calculated Field maximum lenght is 128!!!
Can you be more specific on where you're seeing this? I just created a 400+ byte long formula for a calculated field that I added in the Query Builder of my Toad Data Point 4.3. Wasn't bound by a...
View ArticleRE: When switching between tables, views and stored procedures using...
Another useful option is to change your Object Explorer Display Mode to "Connection Tree List", per the snap cap below.This allows you to see at a glance which data sources TDP is connected to, and...
View ArticleRE: Can I save SQL and results without using Query Builder?
Just like for the Query Builder, you can also save results from your Editor contents when you save it as a Toad Editor File.Simply right-click on your Editor's doc tab and choose Save File, or choose...
View Article