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: invoking error

Re: invoking error

From: Lothar Dickhoff <dickhofl_at_ada.de>
Date: Fri, 31 Aug 2001 14:31:26 +0200
Message-ID: <DsLj7.4$P92.151@news.ecrc.de>

Mark schrieb in Nachricht ...
>Then, I published it with
>
>CREATE OR REPLACE FUNCTION get_student (country VARCHAR2) RETURN
>VARCHAR2
>AS LANGUAGE JAVA NAME
>'GetStudentInfo.getStudentByCountry(ava.sql.Connection,
> java.lang.String)
>return java.lang.String';
>

Hi Mark,

there is a missing 'j' in the populating SQL Function, could this be the fault ?

>'GetStudentInfo.getStudentByCountry(ava.sql.Connection,

                                                                   ^

Regs. Lothar Received on Fri Aug 31 2001 - 07:31:26 CDT

Original text of this message

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