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 -> Procedure builder problem

Procedure builder problem

From: Moore <rlmoore_at_purdue.edu>
Date: Thu, 23 Mar 2000 14:21:28 -0500
Message-ID: <Pine.SOL.4.10.10003231419540.5873-100000@herald.cc.purdue.edu>


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 Thu Mar 23 2000 - 13:21:28 CST

Original text of this message

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