RE: Convert JDE Julian to Gregorian
And it's the "RPDDJ" format that has the issue. Sheesh! I need a beer or 6 apparently!Rich
View ArticleConvert JDE Julian to Gregorian
I had SQL that worked in other SQL editors, but they do not seem to work in TOAD. Can someone help me?
View ArticleRE: production environment - production
Answer is "it depends". DBAs use Toad all the time on their production databases in order to perform change management, alter objects as necessary, diagnose issues, track sessions, etc. Pretty much...
View Articleproduction environment - production
Just a general question, as i m a newbie. As a best practice, I imagine that we should be doing our programming in the development environment, then optimize the code using Toad, and go through the...
View ArticleRE: Additional documentation on how to use Toad / Team Coding for Oracle...
Several things to try:1. Search Toad's Online Help 2. Search other parts of ToadWorld!Here's a link to 4 videos, each of which covers some aspects of Team Coding and version control:...
View ArticleAdditional documentation on how to use Toad / Team Coding for Oracle deployments
Where can I find documentation or additional guidance on how to use Toad For Oracle's Team Coding to help manage Oracle deployments? Looking for basic how-to guides for managing releases from...
View ArticleRE: ooups, you did it again - formatter behavior change 12.8->12.9 - how do I...
Hello AndreThe new Beta made it even worse!12.10.0.5 introduces 20 changes to my biggest PLSQL script (the new alias alignment). 12.10.0.6 introduces 2013 changes. You fixed the table alias alingment...
View ArticleRE: [Toad for Oracle - Discussion Forum] sdfsdsdfsdfadahgr
Hello hgagwee, I think that we will be able to decode and resolve your issue by Mar 1, 2045. Kind regards,J From: hgagwee [mailto:bounce-hgagwee@toadworld.com]Sent: woensdag 6 juli 2016 12:51To:...
View ArticleRE: ooups, you did it again - formatter behavior change 12.8->12.9 - how do I...
Hello AndreThe new Beta made it even worse!12.10.0.5 introduces 20 changes to my biggest PLSQL script (the new alias alignment). 12.10.0.6 introduces 2013 changes. You fixed the table alias alingment...
View ArticleRE: ooups, you did it again - formatter behavior change 12.8->12.9 - how do I...
Thomas, Andre is already aware of this and will be creating an update ASAP that we'll push out for the beta (hopefully tomorrow but possibly Monday)Gregwww.toadworld.com/.../31018
View Articleooups, you did it again - formatter behavior change 12.8->12.9 - how do I...
HelloI just installed the new Toad version 12.9.With this version you introduced table alias alignment.- SELECT DISTINCT pave.name pave_name+ SELECT DISTINCT pave.name pave_name , pave.version_nr...
View ArticleRE: Convert JDE Julian to Gregorian
@ Rich Jerror: ORA-01848: day of year must be between 1 and 365 (366 for leap year)
View ArticleRE: Convert JDE Julian to Gregorian
@Rich J.It runs now and returns 500 records, but when I try to pull the entire data set; about 45K records, it gives me the same error. I am thinking I have bad data, but not sure how to approach.Pattie
View ArticleOutput sql queries
Hello, I am trying to output sql queries to my local machine from a remote Toad for oracle session to which I am logged in working from home and can't find my local machine. I tried using the...
View ArticleRE: Convert JDE Julian to Gregorian
OK, let's hope I have this correct before I post! [B]There's only two parts to the JDE Julian date -- the year and the day of the year. So, it must be one or both of those parts of the date value,...
View ArticleRE: Tiny font in 12.8
It uses the Editor font.Editor|Font and Styling page in Options. Change the size of the Global Default font.Michael
View ArticleTiny font in 12.8
I just opened my SQL recall window looking for my Named SQL...which now seems to be in the Saved tab, but the font of the name is very tiny...6 or 5pt. Barely readable. I looked for a place to change...
View ArticleRE: Multiple Dataset Exports into single zip file
On the Utilities tab in the Automation Designer there is an Archive action that you could use to zip multiple files. Easiest way might be to make your text files go into an empty folder, and then zip...
View ArticleMultiple Dataset Exports into single zip file
I'm working in the automation designer and I will need to have multiple delimited text file datasets be updated on a schedule but I would also like the text files to be grouped into a single zip file....
View Article