Re: PL/SQL and HTML

From: <bonanos_at_yahoo.com>
Date: Fri, 16 Oct 1998 06:16:37 GMT
Message-ID: <706oc5$9un$1_at_nnrp1.dejanews.com>


Hi

> Is it possible to call a PL/SQL procedure in a package from a html-page?
> I've tried it with <Script language='PL/SQL'
> src=server/package.procedurename>, but in this way the output from the
> pl/sql procedure overwrites the html-page, and that's not what I want! I
> would like to insert the result from the procedure into my html-page!

Yes it is possible, you can use the LIVEhtml cartridge which allows you to embed other html files, or to call scripts from within your html page.

The other way to do it is to call the html files from within your script. using the UTL_HTTP

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Oct 16 1998 - 08:16:37 CEST

Original text of this message