![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Although there are a lot of postings regarding debugging, I couldn't find information about the best way to debug a package. I tried the debugger that comes with SQL Developer, but I think this tool is only capable of debugging procedures that are not part of a package. Any ideas about the best approach to debug a package? FYI: I work with Oracle 8.1.7 Thanks. Peter As a package is what it says it is: a wrapper, what is |
#3
| |||
| |||
|
|
Although there are a lot of postings regarding debugging, I couldn't find information about the best way to debug a package. I tried the debugger that comes with SQL Developer, but I think this tool is only capable of debugging procedures that are not part of a package. Any ideas about the best approach to debug a package? FYI: I work with Oracle 8.1.7 Thanks. Peter |
#4
| |||
| |||
|
|
VDK wrote: Although there are a lot of postings regarding debugging, I couldn't find information about the best way to debug a package. I tried the debugger that comes with SQL Developer, but I think this tool is only capable of debugging procedures that are not part of a package. Any ideas about the best approach to debug a package? FYI: I work with Oracle 8.1.7 Thanks. Peter You are in an Paleolithic unsupported version of Oracle: Don't expect much. Frank ... One can write a ton of code into a package that is not part of either a procedure or a function. Remember the initialization section. |
#5
| |||
| |||
|
|
Although there are a lot of postings regarding debugging, I couldn't find information about the best way to debug a package. I tried the debugger that comes with SQL Developer, but I think this tool is only capable of debugging procedures that are not part of a package. Any ideas about the best approach to debug a package? FYI: I work with Oracle 8.1.7 Thanks. Peter |
#6
| |||
| |||
|
|
VDK wrote: Although there are a lot of postings regarding debugging, I couldn't find information about the best way to debug a package. I tried the debugger that comes with SQL Developer, but I think this tool is only capable of debugging procedures that are not part of a package. Any ideas about the best approach to debug a package? FYI: I work with Oracle 8.1.7 Thanks. Peter As a package is what it says it is: a wrapper, what is possibly to debug about a package?!? Right - nothing. Only the procedures and functions contained in that gift wrap paper Oracle calls a package ought to be debugged. SQL Developer has a very nice debugger, although I like the one with PL/SQL Developer (by Allroundautomation) best. TOAD would be a good third, and I have no need for more. |
For me for myself, it's just way too![]() |
| Thread Tools | |
| Display Modes | |
| |