Oracle stored procedure and/or function [message #146024] |
Mon, 20 March 2006 11:19  |
Eclipse User |
|
|
|
Hello,
I am using the latest stable build from BIRT rcp
(birt-rcp-report-designer-S20051110).
I am trying to use an oracle function as a dataset.
my function is looking like this :
FUNCTION MYFUNC(urlpattern in varchar2)
RETURN types.ref_cursor
AS
site_cursor types.ref_cursor;
BEGIN
OPEN site_cursor FOR
SELECT url from website
WHERE url like urlpattern;
RETURN site_cursor;
END;
I cannot manage to call this function from BIRT. Any help would be
appreciated.
ps : I also tried using a stored procedure with an output parameter but it
does not work better.
Thanks,
Sebastien
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03884 seconds