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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle as HTTP server?

Re: Oracle as HTTP server?

From: S ICM <S.ICM_at_icn.siemens.de>
Date: Mon, 29 Oct 2001 15:27:53 +0100
Message-ID: <3BDD6769.CA4021CD@icn.siemens.de>

Hi Joost,
playing a mp3 from a Database means:
1. Open a socket connection
2. Download the File over the socket connection and

  1. play it simultaneusly
  2. play it from the downloaded file.

How can you achieve this:
1. Use an Apache Web-Server which itself downloads the

    mp3 package over jdbc or OCE or something else    (which is in fact a socket connection)    put it into a http protocoll and starts communication with the    Web-Browser (which is in fact a socket connection)    So you have 2 times a serialization ( moving data over sockets)

  1. OCE or JDBC
  2. http
  3. Open a http connection over a port on the database itself you than substitute the jdbc connection with http.

:-)
The second is very elegant and you don't need any third party product. I thought this is what you want ...
Excuse me.
:-)
Volker.
Joost Mulders wrote:

> No. That's not what I want. I described it earlier and this does not look like that. I want to be able to play mp3's from a database.
>
> S ICM wrote:
> >
> > Hi Joost,
> > Do you want these things
> > 1. A file reader programm
> > 2. A simple http header
> > 3. An oracle listener configured on some port, maybe 80
> > 4. An url parser for mapping your mpegs
> >
> > Is that all you want?
> >
> > I want that too!
> > :-)
> > Volker.
> >
> > Joost Mulders wrote:
> >
> > > Hi,
> > >
> > > I have an 8.1.5 database with a bunch of mp3's in BLOBS. Is there an easy way to give access to the files via HTTP for personal use, i.e. Oracle as a webserver?
> > >
> > > I am simple and I want to be able to execute simple commands like "mpg123 "http://oracle_database_server/mp3file.mp3"
> > >
> > > Is this possible?, where to start looking ?
> > >
> > > Thanks !
> > >
> > > Joost
Received on Mon Oct 29 2001 - 08:27:53 CST

Original text of this message

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