How do I add "Date of Birth" to the below query so that I can pull the Date...
select to_char(app_n) as app_num, ASGN_CR_LIM_A as climit, fnal_disp_d as decision_dt, enty_d as application_dt, to_char(fnal_disp_d,'yyyy-mm') as decdt_yyyy_mm, fnal_disp_d-enty_d as...
View ArticleToad Data Point 4.2.1
We have a patch release, Toad Data Point 4.2.1, available today. Here is a quick list of what is in this patch.Resolved Issues in 4.2.1FeaturePlatformResolved Issue / EnhancementDefect...
View ArticleHow do I make a TNSNames file?
I'm setting up Toad Data Point 4.2 and my office is making the switch (from Brio) so I'm trying to document a clean installation method. Direct Connect works fine but can't do cross-queries with Excel...
View ArticleTDP 4.2 Set Variable with date into string
Hi allI have a problem with set variable activity, when i try to put a formatted date from a dataset to a string variable :I'm using Oracle 11GR2example :-execute script activity :select...
View ArticleTDP 4.2 GUI crash
Hi all. Just wondering if anyone seen this crash. While working in QueryBuilder, the GUI just crashed. I added the black squares to hide the connection/table items.
View ArticleRE: Can Automation Designer Insert/Delete rows in a table based on a file?
Can you query on Table A?If you can query on it, you can write code to delete and append,Then automate your script
View ArticleRE: Can Automation Designer Insert/Delete rows in a table based on a file?
Clarification -- You would first have to tell it to import the file that needs to be linked to A to say which rows to delete and which rows to append.It can all be automated.
View ArticleRE: Can Automation Designer Insert/Delete rows in a table based on a file?
Well, I already have the script written that does the adds/deletes and I could just call that script in the autom,ation designer, but I was more wondering if this functionality is posible using the...
View ArticleCan Automation Designer Insert/Delete rows in a table based on a file?
Before I fall into the rabbit hole, I figured I'd ask if this is even possible. Every month I get a file that tells me which rows in Table A to delete and which rows from this file to append to Table...
View ArticleRE: TDP 4.2 Set Variable with date into string
If your variable type is string and the select result value is string ('01/07/2017') I don't understand how you are getting a numeric result. Try using the result variable without the #'s (i.e. set...
View ArticleRE: TDP 4.2 Set Variable with date into string
Hi Greg,I would precise something :The variable is he result of the division : 01 divided by 07 divided by 2017, returned in string ... Franck
View ArticleRE: Query Error Message in TOAD
Hi,I see two differents statements in your querySELECT to_char(app_n) as app_num, ..........SELECT CCU_CUSTOMER_INFO.CLI_DOB_D...Semicolon at the end of the first statement is missing...Franck
View ArticleQuery Error Message in TOAD
I keep getting the following Oracle message: " [ORACE][ODBC][Ora]ORA-00933: SQL command not properly ended" when I run this query belowSELECT to_char(app_n) as app_num, ASGN_CR_LIM_A as climit,...
View ArticleRE: Release multiple connections within Toad Data Point
I had this type of problem with Oracle for a long time...I used to query hundreds of servers via dblinks and connections remain active too long !In Oracle, if you want to close databases links, you...
View ArticleRE: Release multiple connections within Toad Data Point
We have added caching beyond connections for the ODBC provider but this does not limit the number of connections. This request is very difficult to consider. Most users have multiple editors and...
View ArticleRE: TDP 4.2 Set Variable with date into string
The variable activity works on a combination of SQL and an expression evaluator. We have difficulty determining if a string is validate or not. So in the code we are trying to cast as date and make a...
View ArticleRE: TDP 4.2 Set Variable with date into string
In addition to the proposed work around I did enter QAT-11011 to fix your original scenario as that should have worked[;)]
View ArticleTDP 3.8: Export Template error "Cannot access a closed file. Export is...
Hi,I have an export template which runs a query and outputs the results as a text file. This has run successfully in the past, however it has recently been giving me errors.The first error:When I...
View ArticleRE: TDP 4.2 Set Variable with date into string
What do you get if you write #VPROD.date_deb# into the log file, using a log comment step ('01/07/2017' or that big decimal number)?
View Article