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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Procedure builder problem

Re: Procedure builder problem

From: Tony <TonyS_at_Lords.com>
Date: Sat, 25 Mar 2000 21:15:54 +0100
Message-ID: <38DD1E7A.A4634992@Lords.com>


Try
SELECT GET_TEST(22,23) FROM DUAL; Regards Tony.

Moore wrote:

> What am I doing wrong?
>
> Is it possible to debug a function?
>
> PL/SQL> ALTER Function "GET_TEST" COMPILE;
> PL/SQL> .break PROGRAMUNIT UIMSMGR.GET_TEST LINE 8 ENABLED
> Breakpoint #2 installed at line 8 of GET_TEST
> PL/SQL> GET_TEST(22, 23);
> ERROR 221 at line 1, column 1
> 'GET_TEST' is not a procedure or is undefined
> ERROR 0 at line 1, column 1
> Statement ignored
> PL/SQL> UIMSMGR.GET_TEST(22, 23);
> ERROR 221 at line 1, column 1
> 'GET_TEST' is not a procedure or is undefined
> ERROR 0 at line 1, column 1
> Statement ignored
Received on Sat Mar 25 2000 - 14:15:54 CST

Original text of this message

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