Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to get data from Oracle
Hi,
I've got a very special problem:
We are building an application (browser based Java applet) that shall get data from Oracle by calling a stored procedure, function or package.
We do NOT want to implement complex SQL Queries within Java, but issue 'execute procedure / function (parameterlist)' against the RDBMS.
That is no problem with Transact SQL (Sybase/MS) but I can't get data out of the Oracle RDBMS, if many rows are to be returned.
I don't want to use the DMB_OUTPUT Package.
So has anyone an example, how I can define a result set consisting of many rows and columns and how to pass them to the Front-End within a package/procedure/function ?
Thx in advance
Klaus Kloeser
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Jul 06 1998 - 07:17:06 CDT
![]() |
![]() |