Re: Oracle to generate reports in HTML?
From: Joe Kazimierczyk <joseph.kazimierczyk_at_bms.com>
Date: Tue, 19 Dec 2000 08:02:55 -0500
Message-ID: <3A3F5C7F.8D879382_at_bms.com>
Date: Tue, 19 Dec 2000 08:02:55 -0500
Message-ID: <3A3F5C7F.8D879382_at_bms.com>
billmil_at_my-deja.com wrote:
>
....
> Generating html is a pain: you lose much of the nice functionality in
> SQL plus (summaries, page breaks, etc.) and you need to build your own
> HTML strings ('<TD>' || nbr_logins || '</TD>' ) . You can, however,
> write plsql functions to simplify the task (e.g. a function to generate
> TD's and TR's).
>
...
From 8.1.6(?) onward, sqlplus has some built-in html support. If you're at that version check out the sqlplus release notes. I haven't used it myself yet, but it looks promising for generating (very) simple html output. Received on Tue Dec 19 2000 - 14:02:55 CET