Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Calling oracle stored procedures.
Calling oracle stored procedures. [message #64258] Wed, 03 August 2005 20:53 Go to next message
marko is currently offline markoFriend
Messages: 39
Registered: July 2009
Member
Is there any support for specifying queries to oracle stored procedures that
return a resultset (cursor)?

Thank you.
Re: Calling oracle stored procedures. [message #65733 is a reply to message #64258] Mon, 08 August 2005 18:20 Go to previous message
marko is currently offline markoFriend
Messages: 39
Registered: July 2009
Member
It would be nice to hear from the BIRT team regarding support for calling
stored procs/functions.

At least for Oracle, i found a workaround using Oracle table functions.

Here is a discussion.
http://www.databasejournal.com/features/oracle/article.php/2 222781

Basically a wrapper that allows functions that return resultsets to be used
in select statements.

eg.
SQL> SELECT * from TABLE(func('param1','param2'));


"Marko" <mmilicevic@pssd.com> wrote in message
news:dcrap1$hro$1@news.eclipse.org...
> Is there any support for specifying queries to oracle stored procedures
that
> return a resultset (cursor)?
>
> Thank you.
>
>
Previous Topic:BIRT 1.0.1 Release
Next Topic:Could not find framework after ugrading BIRT t 1.01
Goto Forum:
  


Current Time: Fri Aug 16 17:31:03 GMT 2024

Powered by FUDForum. Page generated in 0.03417 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top