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

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL & WEB

Re: PL/SQL & WEB

From: <vacharya_at_umi.com>
Date: 1998/03/25
Message-ID: <6fav41$3t7$1@nnrp1.dejanews.com>#1/1

In article <6f8ig1$ns9$1_at_ulysses.noc.ntua.gr>,   "zak tsamoulos" <zak_at_y-net.gr> wrote:
>
> Hi,
> right now i'm dealing with similar problems (having to browse, query by
> completing a form in a html page and manage an oracle database via the web,
> html pages that is). Check out JSquery (www.jsquery.com) which seems to do
> the job.
> Information posted back to me concerning progress to your problem would be
> appreciated.
> regards,
> zak tsamoulos zak_at_y-net.gr
>
> Sanjiv wrote in message <35166514.5379_at_cs.wvu.edu>...
> >Hi,
> >I was looking for a way by which i can type in a PL/SQL block in
> >a text box (for example) on the Web and have it execute on my Oracle
> >Database and then display the output back onto the Web.
> >
> >Are there any tools or utilities (preferable windows based)
> >which will enable me to do this??
> >
> >
> >Thanks a lot,
> >
> >Sanjiv
>
>

Dynamic SQL is what you need to use to solve your problem. However this is not a winodws tool.
Oracle provides a package (DBMS_SQL) to let you do this. Btw how does your web app. interact with your Oracle database ?

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Mar 25 1998 - 00:00:00 CST

Original text of this message

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