RE: How to find the actual source line number mentioned in ORA error
maybe if you have formatting turned on in Toad, it changed the line numbers...
View ArticleRE: How to find the actual source line number mentioned in ORA error
Ok, so line 538 is a RAISE statement within an error block, but I questioned whether or not that was the correct line since I've always thought you would have to exclude comments, etc., and this is a...
View ArticleRE: How to find the actual source line number mentioned in ORA error
Oh, yeah RAISE would be where the error occurs. You can, if you want, log call stack info from your code. Take a look at this:www.oracle.com/.../o14plsql-2045346.html
View ArticleHow to find the actual source line number mentioned in ORA error
Hi - I'm trying to determine how to find the true line number of the error being thrown in a PL/SQL package. Our QA group is testing in one of their environments so I'm not able to compile and step...
View ArticleRE: Toad 12.9 Team Coding with PVCS - Undo Checkout leaves object locked in PVCS
[quote user="garyprivette"][..] I see another post that the object is not reverted back to its original state and recompiled like it used to do, and that this might have been done intentionally. If it...
View ArticleToad 12.9 Team Coding with PVCS - Undo Checkout leaves object locked in PVCS
First time post to Toad World. We are migrating from Oracle 11g to 12c, including Toad to 12.9. We migrated Team Coding, and find that if you Undo Checkout, the object remains locked in PVCS...
View ArticleRE: Editor window size
When you have a large file in the editor window, or any size file for that matter, simply right-click on the editor window and choose 'format code'. This will make your code easier to read by...
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Be sure to uncheck "display all results in grid". That makes a huge difference on big exports.When that option is checked, we use the query that is connected to the grid (and we can't unconnect it)....
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Thank you John. I did have that box checked. I just unchecked it, but it's hung up and not responding on record 500.
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Well, we fetch 500 rows at time. So it sounds like the first batch of rows has been fetched and exported, and now Toad is waiting for the next batch of rows to arrive. My guess is that the...
View ArticleRE: Editor window size
F2 in the Editor will minimize/restore the lower 1/2 of the screen, which I know isn't exactly what you are asking for, but there isn't any way to pop the text editing part out of Toad and make it fill...
View ArticleRE: User Defined Variables in Options
Right-click in the filename edit box of the export dataset dialog. Choose "Variables", and then DATEFILE, and click OK.That will put %DATEFILE% in the edit box. Then add a path, so it looks like...
View ArticleRE: Editor window size
Thanks Mark. I'm familiar with the Format Code option. I probably didn't phrase the question very well. The problem is I'm working with a 1600 line function, so it would be helpful to see more of...
View ArticleRE: Editor window size
Thanks John. That answers my question - although not the answer I was hoping for. :o)
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Thank you so much for your time and input John! I will try the create a table.
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Can I ask what you are doing with the data once it is exported? Does it have to be a csv file?
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
No, it does not have to be a csv file - we just normally export in that format to make it run faster. We are comparing that data to data in another system to figure out why the two systems don't balance.
View ArticleRE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)
Have you tried using Toad Data Point to do the comparison? Toad Data Point allows you to connect to 2 'systems' at the same time and do comparisons, reporting, transformations, profiling, etc., etc....
View Article