Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Java stored function - mapping of PLS_INTEGER in PL/SQL
Just a quick query - could someone please confirm if a mapping from
PLS_INTEGER to java.lang.BigDecimal is valid in the following Java
stored function declaration please.
Thank you very much in advance.
Spencer
CREATE OR REPLACE FUNCTION testFunction(s1 VARCHAR2) RETURN
PLS_INTEGER
AS LANGUAGE JAVA NAME 'com.testFunction(java.lang.String) return
java.math.BigDecimal';
Received on Wed Sep 25 2002 - 11:02:56 CDT