RE: Read Only Install Restrictions
I see. We should not be preventing those statements. I entered QAT-12625 for this and intend to fix for TDP 4.5.
View ArticleRE: Export to Excel Sheet Breaks Slicers
I am experiencing the same exact issue. Can you please provide an update on your 3rd parties progress?Thank you
View ArticleRE: Export to Excel Sheet Breaks Slicers
This is fixed and available in the latest Beta. Please download and confirm this works for you. GA release that will include this fix will be in...
View ArticleExport to Excel Sheet Breaks Slicers
Good afternoon all...Many reports I run are produced by using the export to file component in TDP. We export to Excel worksheets that source pivot tables. Recently I have been trying to update some...
View ArticleRE: Find and Replace Error
I assume this is occurring in a scheduled automation script. What is the ID that the script is run under? It should be your domain ID and not SYSTEM or some other id. It looks like this is mapped...
View ArticleFind and Replace Error
When doing Find and Replace I sometimes get the following error...3/28/2018 1:28:57 PM: Starting to Find and replace files.3/28/2018 1:28:57 PM: Found all occurences of "{#}" and replaced with...
View ArticleRE: Find and Replace Error
Hi,As I mentioned this error does not always happen. If I run and it fails and then rerun it will pass 99% of the time.I have to do a replace for a couple of reasons...1) The variable_name is a...
View ArticleJoining Excel with Oracle Tables
Hi i´m Patrick from Germany and i have troubles in joining tables from an Excel Connection with the tables from our company in the Oracle databases.First i managed to solve the problems regarding the...
View ArticleRE: Data Point Error: Must Declare the Scalar Variable ...
This is still an issue in Data Point 4.3.0.718 (64 bit).The workaround is to use F5 instead of F9.But come on...5 years later and the same bug is there?
View ArticleRE: Data Point Error: Must Declare the Scalar Variable ...
This is not a bug and that is why things are not changing. This is original behavior from Toad for Oracle. There are different execution needs depending on what you are doing.When you have a script you...
View ArticleData Point Error: Must Declare the Scalar Variable ...
I have a SQL query that I'm running against SQL server using Data Point Beta 3.4. In the query I define a Date variable called @InForceDate.The query works fine in other editors. (Toad for SQL Server,...
View ArticleRE: Find and Replace Error
&&var is specific to SQL*Plus. it is there symbol for literal replacement. Ours is #var# which is seems like you are using. select * from table where id = &&varselect * from table where...
View ArticleRE: Find and Replace Error
Hi,I noticed that TDP almost seems to work for &&VAR as it does in SQL*Plus, however, it does not work when it is used as below...select * from &&VAR..T_EMPLOYEE;The reason why I am...
View ArticleRE: Joining Excel with Oracle Tables
Heterogeneous queries are supported in the Professional edition of Toad Data Point, so make sure you're using that edition (Help | Licensing from the main menu).Secondly, is the Oracle table not...
View ArticleRE: Joining Excel with Oracle Tables
Make sure, too, that the schema owner is correctly filtered as the tables appear under a user.
View ArticleRE: Joining Excel with Oracle Tables
Hi Gary,i guess that i have the standard version. So i try to get the professional version first. Thanks for your help so far.If there is another workaround, e.g. importing the excel table or something...
View ArticleRE: Joining Excel with Oracle Tables
[quote user="Gary.Jerep"]Heterogeneous queries are supported in the Professional edition of Toad Data Point, so make sure you're using that edition (Help | Licensing from the main menu).Secondly, is...
View ArticleRE: Joining Excel with Oracle Tables
Yes, download the Professional Edition of Toad DataPoint. You'll like that you'll not only be able to blend different data sources, but there are other valuable capabilities like visualization, data...
View ArticleCheck if file exists and validate before loading
Hello there,I have just started using Toad DataPoint for automation. The process I am trying to automate requires a file to be uploaded to database.- Is there a way to check if file is available?- Is...
View ArticleRE: Joining Excel with Oracle Tables
[quote user="Gary.Jerep"]Yes, download the Professional Edition of Toad DataPoint. You'll like that you'll not only be able to blend different data sources, but there are other valuable capabilities...
View Article