dbTalk Databases Forums  

Package debugging

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Package debugging in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VDK
 
Posts: n/a

Default Package debugging - 10-12-2007 , 05:17 AM






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


Reply With Quote
  #2  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Package debugging - 10-12-2007 , 12:24 PM






VDK wrote:
Quote:
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.
--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Package debugging - 10-12-2007 , 03:58 PM



VDK wrote:
Quote:
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.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #4  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Package debugging - 10-14-2007 , 07:43 AM



DA Morgan wrote:
Quote:
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.
I know, I know - I regularly remind people it can be used
to establish standards that way.

But what is there to debug about an initialization section?

Maybe for some, reading carefully is debugging. In that case,
I concur.

--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...


Reply With Quote
  #5  
Old   
Brian Tkatch
 
Posts: n/a

Default Re: Package debugging - 10-15-2007 , 09:30 AM



On Fri, 12 Oct 2007 03:17:14 -0700, VDK <peter.vanderkamp (AT) wur (DOT) nl>
wrote:

Quote:
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
Just to add something. In Oracle 9i, the debugger does work on
PACKAGEs, but must be executed from the PACKAGE, not the PACKAGE BODY.
I wonder if this applies to Oracle 8i.

B.


Reply With Quote
  #6  
Old   
Brian Tkatch
 
Posts: n/a

Default Re: Package debugging - 10-15-2007 , 09:31 AM



On Fri, 12 Oct 2007 19:24:33 +0200, Frank van Bortel
<frank.van.bortel (AT) gmail (DOT) com> wrote:

Quote:
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.
I also preferred PL/SQL Developer. But that was when the company was
willing to pay for it. For me for myself, it's just way too
expensive.

B.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.