Forum Post: RE: Line Numbers for PL/SQL code
Tom, What you're seeing is due to the AB being treated as a "single line" by Oracle. When we execute an AB, Oracle sees it as a single statement so when the error comes back, even though Oracle has...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
If I get errors when running anonymous blocks, I will generally move them so they start on line 1 so I can better find the line number of the error. It is easier than taking the time to figure out...
View ArticleForum Post: RE: Bug in Oracle to ANSI join conversion?
Is the problem that this: and CG_AGCLE(+)=AG_AGCLE and AG_MKCLE=MK_MKCLE(+) is being converted to this? LEFT OUTER JOIN MEDWORK ON (AG_MKCLE = MK_MKCLE) RIGHT OUTER JOIN CONGES ON (CG_AGCLE = AG_AGCLE)...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Phylis, This is the same reason that I have a package in a couple of databases, named PK_ONE_OFFS!!!! [*-)] Cheers.
View ArticleForum Post: Visual Studio Online - Team Coding
Is there documentation for Team Coding via Visual Studio Online (TFS) using version 12.10.030 of Toad?
View ArticleForum Post: RE: Bug in Oracle to ANSI join conversion?
When I said that the order was different, I wasn't referring to order of the items on each side of the equal sign. I was referring to the order of the lines changing. and CG_AGCLE(+)=AG_AGCLE -- Line A...
View ArticleForum Post: RE: Visual Studio Online - Team Coding
if you go to HELP and then search for TFS you will see the current information for this. -Mark
View ArticleForum Post: Row Height in Data Grid on Editor Tab
TOAD 12.10.0.30 Sometimes I mouse over and hit something in the Data Grid that causes the row height to grow. Used to be in an older version of TOAD, there was a right-click on the left side of the...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
HA! Our entire IT Department needs a severe talking to. But that’s about as fun as a dog would have chasing parked cars!! Our “usual” change control process just changed significantly, for the worse,...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
In response to: Norm [TeamT] / 21 Apr 2017 at 12:01pm The flogging will continue until….. [:D] Have a nice weekend, and Thank You so much for all your help. Tom
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Phyllis, > It is easier than taking the time to figure out that because my block starts on line 32 and the error is on line 49, I need to look at line 81 to see what is going on. :-) I agree....
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Norm, In reply to: Norm [TeamT] wrote the following post at 21 Apr 2017 11:53 AM: That was it...you nailed it! There was no query, just a partial listing of columns. I changed vSQL to Clob, [you...
View ArticleForum Post: RE: Line Numbers for PL/SQL code
Hi Tom, I don't mind further questions, I was a beginner once too and people helped me - it's payback time! Q1. The order of printing to columns is determined by Oracle. The query against...
View ArticleForum Post: Keeping Number Data Types From Becoming Text Data Type When...
Got a new laptop and TOAD is now exporting double number formats as short text. Old computer kept double number data type but new computer overwrites to new tables when exporting as Short Text format....
View ArticleForum Post: RE: Toad failing to execute script
Your "problematic" script is calling 14 other scripts, so maybe to point out which one has problems. Just small idea, have you trie with no spaces between "@" and script name? I.E. @...
View ArticleForum Post: RE: Access voilation at address errors
I also get Access violation at address errors same as David. Also, the errors occures on simple select queries. Error text is - "Access violation at address 00000000049C71B5 in module 'Toad.exe'. Read...
View ArticleForum Post: RE: Drag file into editor doesn't work
Trying with 12.11.0.68, same problem. Is this identified as a problem, or is it a setup issue?
View ArticleForum Post: RE: Bug in Oracle to ANSI join conversion?
One of the other devs here (John Bowman) worked up an example similar to yours with the HR.EMPLOYEES table. We can reproduce the problem and I see that the conversion produces a different result. I...
View ArticleForum Post: RE: Bug in Oracle to ANSI join conversion?
Hi John, wow, congratulations to you and your team for solving it so quickly! Thank you very much for looking into it. Toad is truly a great product, has saved me hundreds of hours of work and helped...
View ArticleForum Post: Application Data Directory Lost
Apparently when I was last in Toad for Oracle, I changed the location of this file (Application Data Directory) to a directory within which I do not have full read/write.. inadvertently. Now Toad will...
View Article