Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Debuging a PL/SQL script

Re: Debuging a PL/SQL script

From: Kathinka Diehl <kathinka_at_rrr.de>
Date: 2000/07/05
Message-ID: <8jveqs$1e8nl$1@ID-6887.news.cis.dfn.de>#1/1

<tkirwan1679_at_my-deja.com> schrieb:

>

> Is there any way to debug the procedure and step through it to see what
> it is doing while it's doing it?

You can use 'dbms_output.put_line('variable_name: ' || variable);' for display your variables. Don't forget 'set serveroutput on' first.

HTH, Kathinka Received on Wed Jul 05 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US