RE: Toad 12.9 tnsname.ora with tabs show squares on login page
I can connect in SQL*Plus if there are trailing tabs, but not leading tabs: So...ORCL<tab> = ..... Works.<tab>ORCL = ..... Does not workI can fix Toad so the first works, at least.
View ArticleQueries using Parameters in Automation Designer
I have some queries that I intend to have run on a schedule that takes parameters (like date ranges for example) from a user. Is there a way that this can be done? I have several queries that will be...
View ArticleRE: How to backup database with TOAD
Thank you for your advice.Please show me How can TOAD generate RMAN script?
View ArticleRE: How to backup database with TOAD
Go to the Database Browser. Right-click on a connection -> Generate RMAN ScriptDB Admin module in Toad is required.
View ArticleRE: SQL Recall sorting
This is a bug when grouped by name. It's been logged.Thanks,Michael
View ArticleSQL Recall sorting
In release 12.9 I can group the Saved SQL by name, but I cannot sort the name in alphabetical order.Is there a way to achieve sorting?/Lars Vestin
View Articleora-24344 toad for oracle 12.8.0.49
whwn i press F9 to compile function error ora-24344 is raised without any details. toad did abort yesterday for usual address error. Now function of F3 and F8 are switched!! Any ideas?
View ArticleRE: Export Dataset Issue In 12.9
I see that. How embarrassing! <hangs head in shame>I'll fix it. Thanks for reporting it.
View ArticleExport Dataset Issue In 12.9
I just installed version 12.9.0.71 of Toad for Oracle and discovered in the Export Dataset window that when Fixed Field Spacing is selected, the 'Include a space between fields' select box is reversed...
View ArticleRE: Copy Private Synonyms during User Clone/Copy
Yeah that seems to be missing from the clone/copy user. I'll take a look at it. In the meantime, your best bet is probably to go to the Schema Browser, Synonyms tab. Switch to the user that you are...
View ArticleRE: Copy Private Synonyms during User Clone/Copy
Private synonyms will be included in the copy/clone feature in the next beta. I also added an option to include them in SB-Users-RHS-Script tab.
View ArticleCopy Private Synonyms during User Clone/Copy
Our staff responsible for provisioning accounts in the database uses TOAD's Copy/Clone User context menu of an existing user to serve as a template for a new one. Generally speaking, this works well....
View ArticleRE: Convert JDE Julian to Gregorian
here is the SQLSELECT rpAN8, abALKY, abALPH, alADD1, alADD2, alCTY1, alADDS, alADDZ, rpDOC, rpDCT, TO_DATE(TO_CHAR(rpDIVJ + 1900000),'YYYYDDD'), rpDOCO, rpSFX, rpVR01, TO_DATE(TO_CHAR(rpDDJ +...
View ArticleRE: Convert JDE Julian to Gregorian
Here is the SQL that does NOT work:SELECT rpAN8, abALKY, abALPH, alADD1, alADD2, alCTY1, alADDS, alADDZ, rpDOC, rpDCT, TO_DATE(TO_CHAR(rpDIVJ + 1900000),'YYYYDDD'), rpDOCO, rpSFX, rpVR01,...
View ArticleRE: Convert JDE Julian to Gregorian
Grammatically, it seems OK at first glance. What error do you get in Toad when you try to run it? Where does Toad put the cursor after that? (Oracle tells us the error line/position and we move...
View ArticleRE: Convert JDE Julian to Gregorian
Hey Pattie,I'm also in a JDE shop, so I might have a little insight. Are you getting an ORA-1830 error in the TO_DATEs?In our F03B11, there's occasionally a "bad" date, like 151031, where the year is...
View ArticleRE: Convert JDE Julian to Gregorian
Wait, wait, WAIT! My answer didn't "smell" right -- you have a format mask error in the RPAG transformation. You have "YYYDDD" and it should be "YYYYDDD".Thinking and typing at the same time is...
View Article