Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: kicking off a report from JDBC?

Re: kicking off a report from JDBC?

From: <support_at_javautil.com>
Date: Sun, 29 Oct 2000 20:35:06 GMT
Message-ID: <_R%K5.47977$%t3.2710902@news1.rdc1.tx.home.com>

The oracle report server works well, but requires a few work arounds.

Is this a web application?

I wouldn't run this thing without an http proxy due to serious security holes, but you can bang one together in a dozen lines of code or so.

There is a command line interface for generating reports.

<tomh2099_at_my-deja.com> wrote in message news:8tcssf$cgq$1_at_nnrp1.deja.com...
> I am considering using Oracle reports after having some problems
> with my current Report tool vendor. However, I haven't
> found out if there is a way to actually generate the report
> (not design the report, but kick off a report) from
> within my java application. Is there a PL/SQL statement that
> will create report in either PDF or HTML format, something
> like
> CREATE REPORT myreport.rdf TO myoutput.pdf (wishful thinking)
>
> I would like my client application to create the report output using
> an SQL command over my JDBC connection, and then grab the created file
> from the server so I can display it with acrobat or a browser.
> I have never used Oracle Reports. Is this type of thing possible?
>
> Tomh_at_comm.com
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sun Oct 29 2000 - 14:35:06 CST

Original text of this message

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