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: USER EXIT(PL/SQL INTERFACE) problem

Re: USER EXIT(PL/SQL INTERFACE) problem

From: Zhao Fu <scip6125_at_leonis.nus.edu.sg>
Date: 6 Jul 1999 17:35:17 GMT
Message-ID: <7lteol$c2p$3@nuscc.nus.edu.sg>


Finally got the code work, two things learnt from the course: 1. don't miss the registeration of the return type of the foreign func. (thank Johan)
2. if the foreign function's parameter is an integer, define it as the binary_integer in the PL/SQL interface. (but don't know why)

Regards,
Fu Received on Tue Jul 06 1999 - 12:35:17 CDT

Original text of this message

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