Re: debugger question - all code: cllient and server

From: Hans Quick <quick_at_numrich.de>
Date: Tue, 05 Sep 2000 08:44:55 +0200
Message-ID: <39B49667.2F42C081_at_numrich.de>


If you declare your database-function in your report as a program unit (with the same name) you should be able to step through this function and see the code. I dont know an other mehod to do this.

Bye

Nascar wrote:

> I wrote a procedure that calls a client side function, that in turn, calls a
> database function inside of reports. I open the pl/sql interpreter and when
> it gets to the DB call, I can STEP through the code (line by line) but no
> code appears in the window - I can just see it's at line 30, 31, etc. until
> eventually it bombs. When it bombs, I get a pl/sql programming error :
> ora-06502 at line 65. If I dump the source inside SQL*Plus, I can see what
> the line is, but how can I STEP through the code both on the client AND the
> server?
>
> Do I have to pull the server code locally?
>
> I've tried the same thing inside Procedure builder and can't seem to debug
> the server code. I'm using Developer 6i against an Oracle 8.0.4 instance on
> Windows NT 4.0
  Received on Tue Sep 05 2000 - 08:44:55 CEST

Original text of this message