Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle/Web Communication Method
In article <3639C16B.CC7C55D5_at_micropat.com>,
Fred J. Leskowitz <fred_at_micropat.com> wrote:
>We have Oracle 7.3.3.4 on NT currently receiving messages
>from our web via a SQL*Plus connection. Basically, the web
>keeps a pipe open to Oracle and puts sql commands or calls
>procedures/functions as needed. The results are screen scraped
>by unix shell utilities.
>
>This works fine for communication from web TO oracle.
>
>Can anyone suggest a method whereby Oracle on NT can
>send messages to the web?
>
>My thoughts so far:
>
>- use DBMS_FILE to write to a file, have unix watch for the file [slow?]
>
>- same, but append to a file, have unix treat the file as a "database"
>- use the pipe method, have unix screen scrape results
>- use the pipe method, have Oracle return results as HTML text document
>
>Any suggestions directions greatly appreciated.
>
>- Fred
>
Why not use CGI? Perl has some excellent Oracle interface modules (DBD::Oracle and DBI)
Anita Received on Tue Nov 03 1998 - 00:00:00 CST
![]() |
![]() |